Sfoglia il codice sorgente

fix: pin tenacity to 8.3.0 (#5319)

tags/0.6.12
Bowen Liang 1 anno fa
parent
commit
7a758a35fe
Nessun account collegato all'indirizzo email del committer
3 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 1
    1
      api/poetry.lock
  2. 2
    0
      api/pyproject.toml
  3. 1
    0
      api/requirements.txt

+ 1
- 1
api/poetry.lock Vedi 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"

+ 2
- 0
api/pyproject.toml Vedi 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

+ 1
- 0
api/requirements.txt Vedi 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

Loading…
Annulla
Salva