Skip to content

Commit 69316be

Browse files
fix(deps): bump adk openai-agents to >=0.14.3,<0.15
next bumped openai-agents to >=0.14.3 (#375) for the scale-sandbox oai_agents adapter. The packaging split relocated this dep to adk/, so carry the floor forward here rather than reverting to the old 0.14.1 pin. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent e0af265 commit 69316be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies = [
4646
"redis>=5.2.0,<8",
4747
# LLM provider integrations
4848
"litellm>=1.83.7,<2",
49-
"openai-agents==0.14.1",
49+
"openai-agents>=0.14.3,<0.15",
5050
"openai>=2.2,<3", # Required by openai-agents; litellm now supports openai 2.x (issue #13711 resolved: https://github.com/BerriAI/litellm/issues/13711)
5151
"claude-agent-sdk>=0.1.0",
5252
"pydantic-ai-slim>=1.0,<2",

0 commit comments

Comments
 (0)