Skip to content

Commit 240e5b7

Browse files
authored
PR Fixes (#415)
1 parent 3c47e30 commit 240e5b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Version history
1111
``sqlalchemy-citext``, resolving ``PackageNotFoundError`` (PR by @oaimtiaz)
1212
- Prevent double pluralization (PR by @dkratzert)
1313
- Fixes DOMAIN extending JSON/JSONB data types (PR by @sheinbergon)
14+
- Temporarily restrict SQLAlchemy version to 2.0.41 (PR by @sheinbergon)
1415

1516
**3.0.0**
1617

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
requires-python = ">=3.9"
3131
dependencies = [
32-
"SQLAlchemy >= 2.0.29",
32+
"SQLAlchemy >= 2.0.29,<2.0.42",
3333
"inflect >= 4.0.0",
3434
"importlib_metadata; python_version < '3.10'",
3535
]

0 commit comments

Comments
 (0)