We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de69b92 commit 91548f2Copy full SHA for 91548f2
pyproject.toml
@@ -26,7 +26,7 @@ opentelemetry = [
26
]
27
pydantic = ["pydantic>=2.0.0,<3"]
28
openai-agents = [
29
- "openai-agents>=0.2.11",
+ "openai-agents>=0.2.11,<0.3",
30
"eval-type-backport>=0.2.2; python_version < '3.10'"
31
32
@@ -57,7 +57,7 @@ dev = [
57
"pytest-cov>=6.1.1",
58
"httpx>=0.28.1",
59
"pytest-pretty>=1.3.0",
60
- "openai-agents[litellm]>=0.2.11"
+ "openai-agents[litellm]>=0.2.11,<0.3"
61
62
63
[tool.poe.tasks]
0 commit comments