d08200d00e
* Bump Python package versions for 1.12.0 release Bump packages represented in the 1.12.0 changelog, promote Foundry Hosting, Azure Content Understanding, Gemini, Mistral, Monty, and Tools to beta, and apply the requested beta cohort date stamp. Root and core move to 1.12.0, released and RC packages use their selected increments, alpha packages including Hosting MCP use the 260721 stamp, and core floors are raised only for proven consumers. Copilot-Session: 2dd9980a-b869-4c16-8642-75b7a6d6ebdf * fix version in readme * Add Responses conversation ID changes to release notes Include the breaking Hosting Responses conversation ID helper changes from #7234 in the Python 1.12.0 changelog. Copilot-Session: 2dd9980a-b869-4c16-8642-75b7a6d6ebdf
22 lines
887 B
Plaintext
22 lines
887 B
Plaintext
# Agent Framework packages
|
|
# To use the deployed version, uncomment the lines below and comment out the local installation lines
|
|
# agent-framework-hosting-a2a
|
|
# agent-framework-foundry
|
|
|
|
# Local installation (for development and testing)
|
|
# Each package must be listed explicitly because pip doesn't resolve uv workspace sources.
|
|
# Without explicit entries, pip would fetch transitive dependencies from PyPI instead of local source.
|
|
-e ../../../packages/core # Core framework - base dependency for all packages
|
|
-e ../../../packages/foundry # Foundry support - dependency for FoundryChatClient in a2a_server.py
|
|
-e ../../../packages/hosting # Shared AgentState and SessionStore helpers
|
|
-e ../../../packages/hosting-a2a # A2A-to-Agent Framework conversion helpers
|
|
|
|
# A2A server runtime
|
|
uvicorn
|
|
|
|
# HTTP client used by A2A client samples
|
|
httpx
|
|
|
|
# Environment variable loading
|
|
python-dotenv
|