refactor(chalice): upgraded dependencies (#2083)

refactor(chalice): removed python-multipart dependency
This commit is contained in:
Kraiem Taha Yassine 2024-04-15 11:23:40 +02:00 committed by GitHub
parent 00b1f56edb
commit c56c4595b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 9 deletions

View file

@ -16,6 +16,5 @@ python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
clickhouse-driver[lz4]==0.2.6
python-multipart==0.0.6
azure-storage-blob==12.19.0
clickhouse-driver[lz4]==0.2.7
azure-storage-blob==12.19.1

View file

@ -15,6 +15,6 @@ python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
clickhouse-driver[lz4]==0.2.6
clickhouse-driver[lz4]==0.2.7
redis==5.0.3
azure-storage-blob==12.19.0
azure-storage-blob==12.19.1

View file

@ -17,13 +17,11 @@ python-decouple==3.8
pydantic[email]==2.3.0
apscheduler==3.10.4
clickhouse-driver[lz4]==0.2.6
clickhouse-driver[lz4]==0.2.7
# 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.16.0 --no-binary=lxml
#python3-saml==1.16.0
python-multipart==0.0.6
redis==5.0.3
#confluent-kafka==2.1.0
azure-storage-blob==12.19.0
azure-storage-blob==12.19.1