We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56b7f0 commit b2bb142Copy full SHA for b2bb142
2 files changed
pyproject.toml
@@ -164,7 +164,7 @@ oracle = [
164
"oracledb>=2.0.0",
165
]
166
odbc = [
167
- "pyodbc==5.1.0",
+ "pyodbc==5.3.0",
168
169
ibm-db = [
170
"ibm-db==3.2.6",
requirements-dev.txt
@@ -6,7 +6,7 @@ pytest==8.3.3
6
ruff==0.11.4
7
hatchling==1.27.0
8
build==1.2.1
9
-pyodbc==5.2.0
+pyodbc==5.3.0
10
twine==6.0.1
11
testcontainers[postgres,mysql]==4.8.2
12
pytest-xdist[psutil]==3.6.1
0 commit comments