Skip to content

Commit 3102511

Browse files
committed
版本 0.5.2
1 parent fce11b6 commit 3102511

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gpt_server"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "gpt_server是一个用于生产级部署LLMs或Embedding的开源框架。"
55
readme = "README.md"
66
license = { text = "Apache 2.0" }

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ httpx==0.28.1
300300
# openai
301301
httpx-sse==0.4.1
302302
# via langchain-community
303-
huggingface-hub==0.33.0
303+
huggingface-hub==0.33.1
304304
# via
305305
# accelerate
306306
# datasets
@@ -420,7 +420,7 @@ langchain-text-splitters==0.3.8
420420
# via langchain
421421
langdetect==1.0.9
422422
# via evalscope
423-
langsmith==0.4.1
423+
langsmith==0.4.2
424424
# via
425425
# langchain
426426
# langchain-community

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)