Skip to content

Commit 2ea03ac

Browse files
committed
fixes
1 parent 8cfabc3 commit 2ea03ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ai-providers/server-ai-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ openai = ">=1.0.0"
3131
[tool.poetry.group.dev.dependencies]
3232
pytest = ">=2.8"
3333
pytest-cov = ">=2.4.0"
34-
pytest-asyncio = ">=0.21.0"
34+
pytest-asyncio = ">=0.21.0,<1.0.0"
3535
mypy = "==1.18.2"
3636
pycodestyle = ">=2.11.0"
3737
isort = ">=5.12.0"

packages/ai-providers/server-ai-vercel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ litellm = ">=1.0.0"
3131
[tool.poetry.group.dev.dependencies]
3232
pytest = ">=2.8"
3333
pytest-cov = ">=2.4.0"
34-
pytest-asyncio = ">=0.21.0"
34+
pytest-asyncio = ">=0.21.0,<1.0.0"
3535
mypy = "==1.18.2"
3636
pycodestyle = ">=2.11.0"
3737
isort = ">=5.12.0"

0 commit comments

Comments
 (0)