Merge 804e4ba0c2 into 90510aa33b
This commit is contained in:
commit
3ab50c5198
7 changed files with 28 additions and 28 deletions
|
|
@ -1,13 +1,13 @@
|
|||
certifi==2022.09.24
|
||||
certifi==2024.7.4
|
||||
chardet==5.1.0
|
||||
clickhouse-driver==0.2.6
|
||||
clickhouse-sqlalchemy==0.2.4
|
||||
idna==3.4
|
||||
idna==3.7
|
||||
confluent-kafka==2.1.1
|
||||
pandas==1.5.1
|
||||
pytz==2022.6
|
||||
requests==2.28.1
|
||||
requests==2.32.2
|
||||
SQLAlchemy==1.4.43
|
||||
tzlocal==5.0.1
|
||||
urllib3==1.26.12
|
||||
urllib3==1.26.19
|
||||
PyYAML==6.0
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
certifi==2022.09.24
|
||||
certifi==2024.7.4
|
||||
chardet==5.1.0
|
||||
idna==3.4
|
||||
idna==3.7
|
||||
confluent-kafka==2.1.1
|
||||
pandas==1.5.1
|
||||
psycopg2-binary==2.9.6
|
||||
pytz==2023.3
|
||||
requests==2.28.1
|
||||
requests==2.32.2
|
||||
SQLAlchemy==1.4.43
|
||||
tzlocal==5.0.1
|
||||
urllib3==1.26.12
|
||||
urllib3==1.26.19
|
||||
PyYAML==6.0
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
chardet==5.2.0
|
||||
idna==3.4
|
||||
idna==3.7
|
||||
confluent-kafka==2.2.0
|
||||
psycopg2-binary==2.9.9
|
||||
apscheduler==3.10.4
|
||||
python-decouple==3.8
|
||||
pytz==2023.3.post1
|
||||
requests==2.31.0
|
||||
requests==2.32.2
|
||||
SQLAlchemy==1.4.49
|
||||
tzlocal==5.2
|
||||
urllib3==2.0.7
|
||||
urllib3==1.26.19
|
||||
sqlalchemy-redshift==0.8.14
|
||||
redshift-connector==2.0.915
|
||||
redshift-connector==2.1.7
|
||||
pandas-redshift==2.0.5
|
||||
PyYAML==6.0.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
pandas==1.5.1
|
||||
confluent-kafka==2.1.1
|
||||
SQLAlchemy==1.4.48
|
||||
snowflake-connector-python==3.0.4
|
||||
snowflake-connector-python==3.13.1
|
||||
snowflake-sqlalchemy==1.4.7
|
||||
PyYAML==6.0
|
||||
asn1crypto==1.5.1
|
||||
|
|
@ -10,24 +10,24 @@ azure-core==1.27.0
|
|||
azure-storage-blob==12.16.0
|
||||
boto3==1.26.151
|
||||
botocore==1.29.151
|
||||
certifi==2022.09.24
|
||||
certifi==2024.7.4
|
||||
cffi==1.15.1
|
||||
chardet==5.1.0
|
||||
idna==3.4
|
||||
idna==3.7
|
||||
isodate==0.6.1
|
||||
jmespath==1.0.1
|
||||
msrest==0.7.1
|
||||
oauthlib==3.2.2
|
||||
oscrypto==1.3.0
|
||||
pycparser==2.21
|
||||
pycryptodomex==3.18.0
|
||||
pycryptodomex==3.19.1
|
||||
PyJWT==2.7.0
|
||||
pyOpenSSL==22.1.0
|
||||
python-dateutil==2.8.2
|
||||
pytz==2023.3
|
||||
requests==2.31.0
|
||||
requests==2.32.2
|
||||
requests-oauthlib==1.3.1
|
||||
s3transfer==0.6.1
|
||||
six==1.16.0
|
||||
urllib3==1.26.12
|
||||
urllib3==1.26.19
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# General utils
|
||||
pydantic==2.3.0
|
||||
requests==2.31.0
|
||||
pydantic==2.4.0
|
||||
requests==2.32.2
|
||||
python-decouple==3.8
|
||||
certifi==2023.7.22
|
||||
certifi==2024.7.4
|
||||
|
||||
# AWS utils
|
||||
awscli==1.29.53
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
confluent-kafka==2.2.0
|
||||
python-decouple==3.8
|
||||
requests==2.31.0
|
||||
requests==2.32.2
|
||||
zstd==1.5.5.1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
requests==2.31.0
|
||||
urllib3==2.0.7
|
||||
requests==2.32.2
|
||||
urllib3==2.2.2
|
||||
pyjwt==2.8.0
|
||||
SQLAlchemy==2.0.28
|
||||
alembic==1.13.1
|
||||
|
|
@ -7,13 +7,13 @@ psycopg2-binary==2.9.9
|
|||
|
||||
joblib==1.3.2
|
||||
scipy==1.12.0
|
||||
scikit-learn==1.4.1.post1
|
||||
mlflow==2.11.1
|
||||
scikit-learn==1.5.1
|
||||
mlflow==2.20.3
|
||||
|
||||
clickhouse-driver==0.2.7
|
||||
python3-saml==1.16.0
|
||||
python-multipart==0.0.6
|
||||
python-multipart==0.0.18
|
||||
python-decouple==3.8
|
||||
pydantic==2.6.3
|
||||
pydantic==2.11.5
|
||||
|
||||
boto3==1.34.57
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue