We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97492c5 commit e66f4e3Copy full SHA for e66f4e3
requirements-test.txt
@@ -6,7 +6,7 @@ SQLAlchemy==2.0.27
6
sqlalchemy-pytds==1.0.0
7
sqlalchemy-stubs==0.4
8
PyMySQL==1.1.0
9
-pg8000==1.30.4
+pg8000==1.30.5
10
asyncpg==0.29.0
11
python-tds==1.15.0
12
aioresponses==0.7.6
setup.py
@@ -77,7 +77,7 @@
77
install_requires=dependencies,
78
extras_require={
79
"pymysql": ["PyMySQL>=1.1.0"],
80
- "pg8000": ["pg8000>=1.30.4"],
+ "pg8000": ["pg8000>=1.30.5"],
81
"pytds": ["python-tds>=1.15.0"],
82
"asyncpg": ["asyncpg>=0.29.0"],
83
},
0 commit comments