Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Updates the requirements on agno to permit the latest version.

Release notes

Sourced from agno's releases.

v2.0.7

Changelog

New Features:

  • LlamaCpp Model: Added a new LlamaCpp Model class for Llama CPP support!

Improvements:

  • AgentOS CORS Middleware: AgentOS now automatically merges existing CORSMiddleware allow_origin lists when a custom FastAPI app is provided, with what is required for the AgentOS UI to function correctly.

Bug Fixes:

  • input_schema in UI breaking workflows: For some workflow configs where the steps are not wrapped in Step class, the UI does not show the input_schema form for them. This has been resolved.
  • Improve functionality of send_media_to_model flag:
    • we currently use the send_media_to_model flag for the case where the input image to agent is to be accessed by a tool and should not be available to the model.
    • In this use-case if we use a tool to generate an image (e.g. DallE tools) and using a non-multimodal model, we then append the tool generated media now as a user message to model. When send_media_to_model=False we now exclude these results when sending messages to the model.

What's Changed

New Contributors

Full Changelog: agno-agi/agno@v2.0.6...v2.0.7

Commits
  • 7693d11 chore: Release 2.0.7 (#4679)
  • 93fb56b feat: llama cpp (#4686)
  • 154f8e6 fix: Add support for handling provider_data in agent and response flow (#4684)
  • fe38102 fix: improve functionality of send_media_to_model flag (#4683)
  • db6d28e feat: Add chat_history field to TeamSessionDetailSchema (#4680)
  • df93387 [perf] Update create_agent_run and File.valid_mime_types (#4597)
  • 1acd53f fix: Don't overwrite tool call ids each time - this is a patch for now as the...
  • ee9ccf7 fix: Remove mastra mcp from example and move to sqlite (#4676)
  • f3fc337 fix: Update AgentOS demo cookbook to match docs (#4675)
  • 1537071 fix: input-schema UI breaking workflows (#4666)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.0.7)

---
updated-dependencies:
- dependency-name: agno
  dependency-version: 2.0.7
  dependency-type: direct:production
...

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

This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.

@github-actions github-actions bot added the Stale label Sep 30, 2025
Copy link
Contributor

github-actions bot commented Oct 4, 2025

This PR was closed because it has been stalled for 3 days with no activity.

@github-actions github-actions bot closed this Oct 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2025

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 October 4, 2025 00:01
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