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 a5d3fdc commit 65cccf3Copy full SHA for 65cccf3
requirements-test.txt
@@ -16,5 +16,5 @@ twine==4.0.2
16
PyMySQL==1.1.0
17
pg8000==1.30.1
18
asyncpg==0.28.0
19
-python-tds==1.12.0
+python-tds==1.13.0
20
aioresponses==0.7.4
setup.py
@@ -76,7 +76,7 @@
76
extras_require={
77
"pymysql": ["PyMySQL==1.1.0"],
78
"pg8000": ["pg8000==1.30.1"],
79
- "pytds": ["python-tds==1.12.0"],
+ "pytds": ["python-tds==1.13.0"],
80
"asyncpg": ["asyncpg==0.28.0"]
81
},
82
python_requires=">=3.8",
0 commit comments