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 26fad9b commit 9c566eaCopy full SHA for 9c566ea
requirements-test.txt
@@ -15,6 +15,6 @@ types-mock==5.1.0.2
15
twine==4.0.2
16
PyMySQL==1.1.0
17
pg8000==1.30.3
18
-asyncpg==0.28.0
+asyncpg==0.29.0
19
python-tds==1.13.0
20
aioresponses==0.7.4
setup.py
@@ -77,7 +77,7 @@
77
"pymysql": ["PyMySQL==1.1.0"],
78
"pg8000": ["pg8000==1.30.3"],
79
"pytds": ["python-tds==1.13.0"],
80
- "asyncpg": ["asyncpg==0.28.0"]
+ "asyncpg": ["asyncpg==0.29.0"]
81
},
82
python_requires=">=3.8",
83
include_package_data=True,
0 commit comments