Skip to content

chore(deps-dev): update agno requirement from <2,>=1.7.0 to >=1.7.0,<3 - #923

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/agno-gte-1.7.0-and-lt-3
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/agno-gte-1.7.0-and-lt-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on agno to permit the latest version.

Release notes

Sourced from agno's releases.

v2.5.14

Changelog

New Features:

  • Fallback Models: Added support for Fallback Models on Agents and Teams. See docs
agent = Agent(
    model=OpenAIChat(id="gpt-4o", base_url="http://localhost:1/v1", retries=0),
    fallback_models=[Claude(id="claude-sonnet-4-20250514")],
)
  • Azure Blob Storage: Added SAS token authentication support for AzureBlobConfig.
  • SlackTools: Added workspace search tool to SlackTools.

Bug Fixes:

  • LearningMachine: Fixed to filter non-conversational messages from learning extraction.
  • OpenAIResponses: Fixed to use correct MIME type for image bytes in OpenAI Responses API.
  • Claude: Add automatic trailing user message injection for Claude 4.6+ models that don't support assistant message prefill, with centralized detection across all providers (Anthropic, Bedrock, Vertex AI, LiteLLM).

What's Changed

Full Changelog: agno-agi/agno@v2.5.13...v2.5.14

Commits
  • d918920 chore: release 2.5.14 (#7282)
  • 704cbe2 fix: add inject_trailing_user_message and `trailing_user_message_content fo...
  • 77562bd fix: add text/markdown mime type and fix Anthropic nested schema validation (...
  • 8876bd1 fix: suppress duplicate member content in Slack team streaming (#7300)
  • 5ebd6bd fix: use correct MIME type for image bytes in OpenAI Responses API (#7285)
  • 46b1854 fix: filter non-conversational messages from learning extraction (#7280)
  • 2257849 feat: add workspace search tool to SlackTools (#7277)
  • a52baec fix: patch review bugs across fallback cookbooks, JWT middleware, and OpenAI ...
  • add56bc fix: revert IntermediateRunContentEvent changes done in teams (#7295)
  • 1aed05d feat: add fallback model support to Agent and Team (#7080)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [agno](https://github.com/agno-agi/agno) to permit the latest version.
- [Release notes](https://github.com/agno-agi/agno/releases)
- [Commits](agno-agi/agno@v1.7.0...v2.5.14)

---
updated-dependencies:
- dependency-name: agno
  dependency-version: 2.5.14
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@njbrake

njbrake commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Closing. The widened constraint resolves agno 2.9.0, which this repo has not been migrated to: agno 2.x renames the Model abstract methods to _parse_provider_response and _parse_provider_response_delta, and replaces Agent(response_model=) with output_schema=. Both break AnyLLM in frameworks/agno.py.

Measured against current main: 4 unit failures and 6 mypy errors at agno 2.9.0, versus 314 passed and clean mypy at 1.8.4.

#958 adds a Dependabot ignore rule for agno majors and records the rationale next to the cap.

Note: this comment was drafted by Claude Opus 5 via back-and-forth with @njbrake. The reasoning and decisions are his; the prose is Claude's.

@njbrake njbrake closed this Sep 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/agno-gte-1.7.0-and-lt-3 branch September 21, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant