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 3c47e30 commit 240e5b7Copy full SHA for 240e5b7
CHANGES.rst
@@ -11,6 +11,7 @@ Version history
11
``sqlalchemy-citext``, resolving ``PackageNotFoundError`` (PR by @oaimtiaz)
12
- Prevent double pluralization (PR by @dkratzert)
13
- Fixes DOMAIN extending JSON/JSONB data types (PR by @sheinbergon)
14
+- Temporarily restrict SQLAlchemy version to 2.0.41 (PR by @sheinbergon)
15
16
**3.0.0**
17
pyproject.toml
@@ -29,7 +29,7 @@ classifiers = [
29
]
30
requires-python = ">=3.9"
31
dependencies = [
32
- "SQLAlchemy >= 2.0.29",
+ "SQLAlchemy >= 2.0.29,<2.0.42",
33
"inflect >= 4.0.0",
34
"importlib_metadata; python_version < '3.10'",
35
0 commit comments