Skip to content

Commit

Permalink
[DNA-00000]: Fix dependencies version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet-bdp authored Jun 1, 2024
1 parent d664401 commit f2ca720
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,37 @@ td-client==1.0.0
pymssql==2.1.4
dql==0.5.26
dynamo3==0.4.10
boto3>=1.10.0,<1.11.0
botocore>=1.13,<1.14.0
boto3==1.26.40
botocore==1.13.50
sasl>=0.1.3
thrift>=0.8.0
thrift_sasl>=0.1.0
thrift==0.16.0
thrift_sasl==0.4.3
cassandra-driver==3.21.0
memsql==3.0.0
atsd_client==3.0.5
simple_salesforce==0.74.3
PyAthena>=1.5.0
PyAthena==2.18.1
pymapd==0.19.0
qds-sdk>=1.9.6
ibm-db>=2.0.9
qds-sdk==1.16.1
ibm-db==3.1.4
pydruid==0.5.7
requests_aws_sign==0.1.5
snowflake-connector-python==2.1.3
phoenixdb==0.7
# certifi is needed to support MongoDB and SSL:
certifi>=2019.9.11
certifi==2022.12.7
pydgraph==2.0.2
azure-kusto-data==0.0.35
pyexasol==0.12.0
python-rapidjson==0.8.0
pyodbc==4.0.28
trino~=0.305
trino==0.320.0
cmem-cmempy==21.2.3
xlrd==2.0.1
openpyxl==3.0.7
firebolt-sdk
pandas==1.3.4
nzpy>=1.15
nzpy==1.15
nzalchemy
python-arango==6.1.0
pinotdb>=0.4.5
pinotdb==0.4.12
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ mock==3.0.5
# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo[srv,tls]==3.9.0
botocore>=1.13,<1.14.0
PyAthena>=1.5.0
botocore==1.13.50
PyAthena==2.18.1
ptvsd==4.3.2
freezegun==0.3.12
watchdog==0.9.0
Expand Down

0 comments on commit f2ca720

Please sign in to comment.