refactor(chalice): upgraded dependencies
This commit is contained in:
parent
84a731c8aa
commit
085514b73a
4 changed files with 8 additions and 8 deletions
|
|
@ -8,7 +8,7 @@ jira==3.5.1
|
|||
|
||||
|
||||
|
||||
fastapi==0.96.0
|
||||
fastapi==0.97.0
|
||||
uvicorn[standard]==0.22.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==1.10.8
|
||||
|
|
|
|||
|
|
@ -8,13 +8,13 @@ jira==3.5.1
|
|||
|
||||
|
||||
|
||||
fastapi==0.96.0
|
||||
fastapi==0.97.0
|
||||
uvicorn[standard]==0.22.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==1.10.8
|
||||
apscheduler==3.10.1
|
||||
|
||||
clickhouse-driver==0.2.5
|
||||
clickhouse-driver[lz4]==0.2.5
|
||||
clickhouse-driver==0.2.6
|
||||
clickhouse-driver[lz4]==0.2.6
|
||||
python-multipart==0.0.5
|
||||
azure-storage-blob==12.16.0
|
||||
|
|
@ -7,7 +7,7 @@ elasticsearch==8.8.0
|
|||
jira==3.5.1
|
||||
|
||||
|
||||
fastapi==0.96.0
|
||||
fastapi==0.97.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==1.10.8
|
||||
apscheduler==3.10.1
|
||||
|
|
|
|||
|
|
@ -8,14 +8,14 @@ jira==3.5.1
|
|||
|
||||
|
||||
|
||||
fastapi==0.96.0
|
||||
fastapi==0.97.0
|
||||
uvicorn[standard]==0.22.0
|
||||
python-decouple==3.8
|
||||
pydantic[email]==1.10.8
|
||||
apscheduler==3.10.1
|
||||
|
||||
clickhouse-driver==0.2.5
|
||||
clickhouse-driver[lz4]==0.2.5
|
||||
clickhouse-driver==0.2.6
|
||||
clickhouse-driver[lz4]==0.2.6
|
||||
# TODO: enable after xmlsec fix https://github.com/xmlsec/python-xmlsec/issues/252
|
||||
#--no-binary is used to avoid libxml2 library version incompatibilities between xmlsec and lxml
|
||||
#python3-saml==1.15.0 --no-binary=lxml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue