Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions connector_builder_agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"python-dotenv>=1.1.1",
"openai-agents>=0.3.3",
"openai>=1.50.0,<2.0", # Pin OpenAI to v1.x to avoid API compatibility issues
"mcp-agent>=0.1.15", # Transitive dependency of openai-agents
"pydantic>=2.11.9,<3.0",
"pyyaml>=6.0.1",
Expand Down