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 9711e9c commit 26982f5Copy full SHA for 26982f5
requirements-dev.txt
@@ -8,7 +8,7 @@ ipdb==0.13.13
8
ipython==8.13.2
9
isort==5.12.0
10
mypy==1.2.0
11
-pyodbc==4.0.39
+pyodbc==5.0.1
12
pytest-asyncio==0.21.0
13
pytest-cov==4.0.0
14
pytest-faulthandler==2.0.1
@@ -17,4 +17,4 @@ pytest==7.3.1
17
sphinx==7.0.0
18
sphinxcontrib-asyncio==0.3.0
19
twine==4.0.2
20
-uvloop==0.17.0
+uvloop==0.19.0
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-install_requires = ["pyodbc>=4.0.35"]
+install_requires = ["pyodbc>=5.0.1"]
6
7
def read(f):
0 commit comments