Skip to content

Commit a75c1ce

Browse files
chore: make driver versions more flexible (#904)
1 parent 08fc8cd commit a75c1ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
namespace_packages=namespaces,
7575
install_requires=core_dependencies,
7676
extras_require={
77-
"pymysql": ["PyMySQL==1.1.0"],
78-
"pg8000": ["pg8000==1.30.3"],
79-
"pytds": ["python-tds==1.13.0"],
80-
"asyncpg": ["asyncpg==0.29.0"]
77+
"pymysql": ["PyMySQL>=1.1.0"],
78+
"pg8000": ["pg8000>=1.30.3"],
79+
"pytds": ["python-tds>=1.13.0"],
80+
"asyncpg": ["asyncpg>=0.29.0"]
8181
},
8282
python_requires=">=3.8",
8383
include_package_data=True,

0 commit comments

Comments
 (0)