We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6d316 commit b49de5bCopy full SHA for b49de5b
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vllm-cli"
7
-version = "0.2.5rc2"
+version = "0.2.5"
8
authors = [
9
{ name="Zexi Chen", email="zzxxi.chen@gmail.com" },
10
]
@@ -35,7 +35,7 @@ dependencies = [
35
"requests>=2.28.0",
36
"fastapi>=0.100.0",
37
"uvicorn>=0.23.0",
38
- "httpx>=0.24.0",
+ "httpx>=0.24.0,<1.0.0",
39
40
41
[project.optional-dependencies]
@@ -48,7 +48,7 @@ test = [
48
"pytest-mock>=3.10.0",
49
"pytest-asyncio>=0.21.0",
50
51
52
53
54
0 commit comments