Release Notes
New Features
- Python: Adding Crew.AI as a plugin.
#10474 by @alliscode
Python Package Updates
- Python: Update motor requirement from
<3.7.0,>=3.3.2
to<3.8.0,>=3.3.2
in /python.
#10378 by @dependabot - Python: Bump Python version to 1.21.1 for a release.
#10539 by @moonbox3
Enhancements and Fixes
-
Python: add AzureAIAgent client creation method. Handle user_agent.
#10538 by @moonbox3Introduced a convenience method for creating an
AIProjectClient
via a class method onAzureAIAgent
. This requires a minor update:async with ( DefaultAzureCredential() as creds, AzureAIAgent.create_client( # <-- Updated to call `create_client` on the agent credential=creds, conn_str=ai_agent_settings.project_connection_string.get_secret_value(), ) as client, ): # Operational code here
-
Python: removes AWS "us." region prefix from model id.
#10329 by @gtang31-te
Bug Fixes and Improvements
New Contributors
- @gtang31-te made their first contribution in #10329
Full Changelog: python-1.21.0...python-1.21.1