Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ This format follows [Keep a Changelog](https://keepachangelog.com/) and adheres
([#214](https://github.com/Azure/agentops/issues/214))

### Fixed
- **Clean installs now include the pager dependency used by explain commands.**
`agentops explain`, `agentops init explain`, and `agentops doctor explain`
import Click directly to render long manual output, so `click>=8.1,<9` is now
declared as a runtime dependency instead of relying on transitive installs.

- **`agentops eval init` now works with both old and new `azure.ai.agents` azd
extensions.** Version 0.1.40 of the extension renamed the eval subcommand from
`azd ai agent eval init` to `azd ai agent eval generate`, which made
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"typer>=0.12,<1.0",
"click>=8.1,<9",
"pydantic>=2,<3",
"ruamel.yaml>=0.18,<1.0",
"azure-ai-projects>=2.0.1,<3.0",
Expand Down
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading