Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 99bea16

Browse files
Update requirements now that sqlalchemy 1.3 is released
1 parent aec964c commit 99bea16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
sqlalchemy==1.3.0b3
1+
# Notes...
2+
# The JSONField tests require sqlalchemy 1.3+. Other cases work at lower versions.
3+
# The aiocontextvars package is only required as a backport for Python 3.6.
4+
sqlalchemy>=1.3.0
25
aiocontextvars;python_version<"3.7"
36

47
# Async database drivers

0 commit comments

Comments
 (0)