Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phenobarbital/asyncdb into new-db…
Browse files Browse the repository at this point in the history
…-drivers
  • Loading branch information
phenobarbital committed Dec 7, 2023
2 parents a319683 + 2be076c commit b1c8971
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def readme():
"rethinkdb==2.4.10",
"influxdb==5.3.1",
"influxdb-client[async]==1.39.0",
"pymssql==2.2.7",
"pymssql==2.2.11",
"redis==5.0.1",
"duckdb==0.8.1",
"deltalake==0.13.0"
Expand Down Expand Up @@ -213,20 +213,20 @@ def readme():
"oracledb==1.2.2"
],
"sqlalchemy": [
"sqlalchemy[asyncio]==2.0.19",
"sqlalchemy[asyncio]==2.0.23",
],
"elasticsearch": [
"elasticsearch[async]==8.6.2",
"elasticsearch[async]==8.11.0",
],
"mongodb": [
"pymongo==4.3.3",
"motor==3.1.1",
],
"msqlserver": [
"pymssql==2.2.7",
"pymssql==2.2.11",
],
"couchdb": [
"aiocouch==2.2.2"
"aiocouch==3.0.0"
],
"hazelcast": [
"hazelcast-python-client==5.3.0"
Expand Down Expand Up @@ -259,12 +259,12 @@ def readme():
"aioodbc==0.3.3",
"JayDeBeApi==1.2.3",
"pyodbc==4.0.35",
"sqlalchemy[asyncio]==2.0.19",
"elasticsearch[async]==8.6.2",
"sqlalchemy[asyncio]==2.0.23",
"elasticsearch[async]==8.11.0",
"pymongo==4.3.3",
"motor==3.1.1",
"pymssql==2.2.7",
"aiocouch==2.2.2",
"pymssql==2.2.11",
"aiocouch==3.0.0",
"asyncmy==0.2.9",
"mysqlclient==2.2.0",
"aiomysql==0.2.0",
Expand Down

0 comments on commit b1c8971

Please sign in to comment.