Python: Upgrade agentserver dependencies to latest - #7921
Merged
Tao Chen (TaoChenOSU) merged 2 commits intoAug 27, 2026
Conversation
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 20:42 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 20:42 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 20:42 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades Foundry Hosting’s AgentServer dependencies and adapts integrations to updated APIs.
Changes:
- Raises AgentServer dependency minimum versions.
- Adds cache-write usage reporting and missing call-ID validation.
- Extends toolbox configuration forwarding and tests.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
python/packages/foundry_hosting/pyproject.toml |
Updates dependency floors. |
python/packages/foundry_hosting/agent_framework_foundry_hosting/_responses.py |
Adapts response conversion and usage reporting. |
python/packages/foundry_hosting/agent_framework_foundry_hosting/_toolbox.py |
Forwards additional toolbox options. |
python/packages/foundry_hosting/tests/test_responses.py |
Updates response compatibility tests. |
python/packages/foundry_hosting/tests/test_toolbox.py |
Tests toolbox option forwarding. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Contributor
Python Test Coverage Report •
Python Unit Test Overview
|
|||||||||||||||||||||||||||||||||||
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 20:57 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
marked this pull request as ready for review
August 27, 2026 21:00
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 21:00 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 21:07 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 21:08 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 21:08 — with
GitHub Actions
Inactive
Tao Chen (TaoChenOSU)
temporarily deployed
to
github-app-auth
August 27, 2026 21:08 — with
GitHub Actions
Inactive
Contributor
|
/review |
chetantoshniwal
approved these changes
Aug 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Context
Maintenance update to agent-framework-foundry-hosting
Description & Review Guide
FoundryToolboxto full access to parent class constructor arguments to enable potential break glass requirements.Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.