refactor(chalice): upgraded dependencies (#2083)
refactor(chalice): removed python-multipart dependency
This commit is contained in:
parent
00b1f56edb
commit
c56c4595b8
3 changed files with 6 additions and 9 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue