Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phenobarbital/asyncdb
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Dec 6, 2023
2 parents 96f7132 + 8ba5680 commit 1034f98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def readme():
"openpyxl==3.1.2",
"lz4==4.3.2",
"typing_extensions==4.8.0",
"urllib3==1.26.14",
"urllib3==2.1.0",
"charset-normalizer>=2.0.7",
"ciso8601==2.3.0",
"iso8601==1.1.0",
Expand Down Expand Up @@ -144,8 +144,8 @@ def readme():
"dask==2023.3.0",
"python-datatable==1.1.3",
"polars==0.19.12",
"pyarrow==13.0.0",
"connectorx==0.3.1",
"pyarrow==14.0.1",
"connectorx==0.3.2",
"pyspark==3.3.2",
"deltalake==0.13.0"
],
Expand Down Expand Up @@ -182,7 +182,7 @@ def readme():
"mysqlclient==2.1.1"
],
"mariadb": [
"aiomysql==0.1.1"
"aiomysql==0.2.0"
],
"boto3": [
"botocore==1.29.76",
Expand Down Expand Up @@ -234,8 +234,8 @@ def readme():
"dask==2023.3.0",
"python-datatable==1.1.3",
"polars==0.19.12",
"pyarrow==13.0.0",
"connectorx==0.3.1",
"pyarrow==14.0.1",
"connectorx==0.3.2",
"aiosqlite>=0.18.0",
"pylibmc==1.6.3",
"aiomcache==0.8.1",
Expand All @@ -261,7 +261,7 @@ def readme():
"aiocouch==2.2.2",
"asyncmy==0.2.7",
"mysqlclient==2.1.1",
"aiomysql==0.1.1",
"aiomysql==0.2.0",
"pyspark==3.3.2",
"oracledb==1.2.2",
"hazelcast-python-client==5.3.0",
Expand Down

0 comments on commit 1034f98

Please sign in to comment.