Skip to content

Commit 792929e

Browse files
committed
fix
1 parent d11f27e commit 792929e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ dev = [
5757
"build>=1.0.3",
5858
"litellm>=1.64.0; sys_platform == 'win32' or python_version == '3.14'",
5959
"litellm[proxy]>=1.64.0; sys_platform != 'win32' and python_version < '3.14'", # Remove 3.14 condition once uvloop supports
60+
"nest-asyncio>=1.6.0",
6061
]
6162
test_extras = [
6263
"mcp; python_version >= '3.10'",
6364
"datasets>=2.14.6",
6465
"pandas>=2.1.1",
6566
"optuna>=3.4.0",
6667
"langchain_core",
67-
"nest-asyncio>=1.6.0",
6868
]
6969

7070
[tool.setuptools.packages.find]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)