Describe the bug
Installing azure-ai-projects==1.0.0b11 or higher version and checked its pointing to azure-ai-agents==1.1.0.
The latest available beta version of azure-ai-agents is 1.2.0b1, which contains important fixes and new features such as updates to RequiredMcpToolCall.
- Package Name: azure-ai-projects
- Package Version: 1.0.0b11 or higher
To Reproduce
Steps to reproduce the behavior:
Create a clean Python virtual environment.
Run:
pip install azure-ai-projects==1.0.0b11
pip show azure-ai-agents
Observe that the installed version is azure-ai-agents==1.1.0, not the latest 1.2.0b1.
Expected behavior
azure-ai-projects should specify a flexible dependency range for azure-ai-agents (e.g., >=1.1.0) so that users automatically get the latest compatible version. This would ensure access to the most recent bug fixes and features without manual dependency overrides.
Screenshots

Describe the bug
Installing azure-ai-projects==1.0.0b11 or higher version and checked its pointing to azure-ai-agents==1.1.0.
The latest available beta version of azure-ai-agents is 1.2.0b1, which contains important fixes and new features such as updates to RequiredMcpToolCall.
To Reproduce
Steps to reproduce the behavior:
Create a clean Python virtual environment.
Run:
pip install azure-ai-projects==1.0.0b11
pip show azure-ai-agents
Observe that the installed version is azure-ai-agents==1.1.0, not the latest 1.2.0b1.
Expected behavior
azure-ai-projects should specify a flexible dependency range for azure-ai-agents (e.g., >=1.1.0) so that users automatically get the latest compatible version. This would ensure access to the most recent bug fixes and features without manual dependency overrides.
Screenshots