diff --git a/python/pyproject.toml b/python/pyproject.toml index 3383b6db5f1d..18d515ee0118 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ # azure agents - "azure-ai-projects ~= 1.0.0b12", + "azure-ai-projects >= 1.0,< 2.2", "azure-ai-agents >= 1.2.0b3", "aiohttp ~= 3.8", "cloudevents ~=1.0",