Release Notes
Enhancements and Improvements
- Python: Support AzureAI agent MCP tools for streaming and non-streaming invocations by @moonbox3 in #12736
- Python: improved MCP connect and additional samples by @eavanvalkenburg in #12696
- Python: Require tool_call_id parameter for string-based tool messages in ChatHistory by @moonbox3 in #12753
- Python: Pass through arguments when creating agents from specs by @moonbox3 in #12771
- Python: Input & output attributes in invoke_agent span by @TaoChenOSU in #12834
- Python: Magentic orchestration to return the last agent message when limits reached by @TaoChenOSU in #12839
- Python: Update README.md by @Nava-7 in #12737
- Python: Add mix agent orchestration sample by @TaoChenOSU in #12749
- Python: Add ability to specify encoding when adding a plugin. Add tests. by @moonbox3 in #12797
- Python: Add bedrock model provider parameter by @TaoChenOSU in #12853
Bug Fixes
- Python: fix Bing grounding & custom search content generation by @moonbox3 in #12760
- Python: AzureAI Agent int test update to pass by @moonbox3 in #12849
- Python: Add incomplete details reason to AzureAIAgent error message by @moonbox3 in #12796
Python Package Updates
- Python: Update sentence-transformers requirement from <5.0,>=2.2 to >=2.2,<6.0 in /python by @dependabot[bot] in #12679
- Python: Update pyarrow requirement from <21.0,>=12.0 to >=12.0,<22.0 in /python by @dependabot[bot] in #12836
- Python: Bump Python version to 1.35.1 for a release. by @moonbox3 in #12856
New Contributors
Full Changelog: python-1.35.0...python-1.35.1