diff --git a/samples/apps/autogen-studio/pyproject.toml b/samples/apps/autogen-studio/pyproject.toml index 1c886f8f07b3..b93e8093aa4c 100644 --- a/samples/apps/autogen-studio/pyproject.toml +++ b/samples/apps/autogen-studio/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "typer", "uvicorn", "arxiv", - "pyautogen[gemini,anthropic,mistral]>=0.2.0", + "pyautogen[gemini,anthropic,mistral]==0.2.34", "python-dotenv", "websockets", "numpy < 2.0.0",