mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 22:59:03 +08:00
fix: pin tenacity to 8.3.0 (#5319)
This commit is contained in:
parent
f146bebe5a
commit
7a758a35fe
2
api/poetry.lock
generated
2
api/poetry.lock
generated
@ -8921,4 +8921,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "e967aa4b61dc7c40f2f50eb325038da1dc0ff633d8f778e7a7560bdabce744dc"
|
content-hash = "05dd46b65d1cfeb9d295934777d70de8dbbbd20b62e6d3c976550f3134ff7a1e"
|
||||||
|
@ -185,6 +185,8 @@ kaleido = "0.2.1"
|
|||||||
tencentcloud-sdk-python-hunyuan = "~3.0.1158"
|
tencentcloud-sdk-python-hunyuan = "~3.0.1158"
|
||||||
tcvectordb = "1.3.2"
|
tcvectordb = "1.3.2"
|
||||||
chromadb = "~0.5.0"
|
chromadb = "~0.5.0"
|
||||||
|
tenacity = "~8.3.0"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev]
|
[tool.poetry.group.dev]
|
||||||
optional = true
|
optional = true
|
||||||
|
@ -88,3 +88,4 @@ google-cloud-aiplatform==1.49.0
|
|||||||
vanna[postgres,mysql,clickhouse,duckdb]==0.5.5
|
vanna[postgres,mysql,clickhouse,duckdb]==0.5.5
|
||||||
tencentcloud-sdk-python-hunyuan~=3.0.1158
|
tencentcloud-sdk-python-hunyuan~=3.0.1158
|
||||||
chromadb~=0.5.0
|
chromadb~=0.5.0
|
||||||
|
tenacity~=8.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user