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 512b1eb commit 98a5f76Copy full SHA for 98a5f76
requirements.txt
@@ -1,3 +1,3 @@
1
sqlalchemy >= 2.0.7, < 3.0.0
2
ydb >= 3.18.8
3
-ydb-dbapi >= 0.0.1b8
+ydb-dbapi >= 0.1.1
setup.py
@@ -26,7 +26,7 @@
26
classifiers=[
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.8",
30
],
31
keywords="SQLAlchemy YDB YQL",
32
install_requires=requirements, # requirements.txt
test-requirements.txt
@@ -3,7 +3,7 @@ greenlet
4
sqlalchemy==2.0.7
5
6
7
requests<2.29
8
pytest==7.2.2
9
docker==6.0.1
0 commit comments