Skip to content

Commit 8bb0b80

Browse files
authored
Changed openai-agents dependency to <=0.2.9, upgraded uv.lock (#1072)
1 parent bb90aab commit 8bb0b80

File tree

2 files changed

+1053
-965
lines changed

2 files changed

+1053
-965
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ opentelemetry = [
2626
]
2727
pydantic = ["pydantic>=2.0.0,<3"]
2828
openai-agents = [
29-
"openai-agents >= 0.2.3,<0.3",
29+
"openai-agents>=0.2.3,<=0.2.9", # 0.2.10 doesn't work: https://github.com/openai/openai-agents-python/issues/1639
3030
"eval-type-backport>=0.2.2; python_version < '3.10'"
3131
]
3232

@@ -57,7 +57,7 @@ dev = [
5757
"pytest-cov>=6.1.1",
5858
"httpx>=0.28.1",
5959
"pytest-pretty>=1.3.0",
60-
"openai-agents[litellm] >= 0.2.3,<0.3"
60+
"openai-agents[litellm]>=0.2.3,<=0.2.9", # 0.2.10 doesn't work: https://github.com/openai/openai-agents-python/issues/1639
6161
]
6262

6363
[tool.poe.tasks]

0 commit comments

Comments
 (0)