fix: pin tenacity to 8.3.0 (#5319)

This commit is contained in:
Bowen Liang 2024-06-17 18:03:42 +08:00 committed by GitHub
parent f146bebe5a
commit 7a758a35fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

2
api/poetry.lock generated
View File

@ -8921,4 +8921,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "e967aa4b61dc7c40f2f50eb325038da1dc0ff633d8f778e7a7560bdabce744dc"
content-hash = "05dd46b65d1cfeb9d295934777d70de8dbbbd20b62e6d3c976550f3134ff7a1e"

View File

@ -185,6 +185,8 @@ kaleido = "0.2.1"
tencentcloud-sdk-python-hunyuan = "~3.0.1158"
tcvectordb = "1.3.2"
chromadb = "~0.5.0"
tenacity = "~8.3.0"
[tool.poetry.group.dev]
optional = true

View File

@ -88,3 +88,4 @@ google-cloud-aiplatform==1.49.0
vanna[postgres,mysql,clickhouse,duckdb]==0.5.5
tencentcloud-sdk-python-hunyuan~=3.0.1158
chromadb~=0.5.0
tenacity~=8.3.0