Skip to content

Commit b49de5b

Browse files
committed
[release] bump version to v0.2.5
Signed-off-by: Alan Chen <zc2610@nyu.edu>
1 parent fd6d316 commit b49de5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vllm-cli"
7-
version = "0.2.5rc2"
7+
version = "0.2.5"
88
authors = [
99
{ name="Zexi Chen", email="zzxxi.chen@gmail.com" },
1010
]
@@ -35,7 +35,7 @@ dependencies = [
3535
"requests>=2.28.0",
3636
"fastapi>=0.100.0",
3737
"uvicorn>=0.23.0",
38-
"httpx>=0.24.0",
38+
"httpx>=0.24.0,<1.0.0",
3939
]
4040

4141
[project.optional-dependencies]
@@ -48,7 +48,7 @@ test = [
4848
"pytest-mock>=3.10.0",
4949
"pytest-asyncio>=0.21.0",
5050
"requests>=2.28.0",
51-
"httpx>=0.24.0",
51+
"httpx>=0.24.0,<1.0.0",
5252
"fastapi>=0.100.0",
5353
"uvicorn>=0.23.0",
5454
]

0 commit comments

Comments
 (0)