Skip to content

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

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

chore(deps-dev): update agno requirement from <2,>=1.7.0 to >=1.7.0,<3#923
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/agno-gte-1.7.0-and-lt-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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>
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.

0 participants