Skip to content

Commit 1bf9d05

Browse files
authored
Merge pull request #71 from n0nSmoker/sqlalchemy-range
Sqlalchemy range version
2 parents 0a256a9 + f1ca367 commit 1bf9d05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sqlalchemy-serializer"
3-
version = "1.5.4"
3+
version = "1.5.5"
44
description = "Mixin for SQLAlchemy models serialization without pain"
55
authors = [
66
{name = "yuri.boiko", email = "yuri.boiko.dev@gmail.com"}
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616
keywords = ["sqlalchemy", "serialize", "to_dict", "JSON"]
1717
dependencies = [
18-
"SQLAlchemy==2.0.45",
18+
"SQLAlchemy>=2.0.29,<3.0.0",
1919
"psycopg2-binary==2.9.11",
2020
"pytz>=2025.2",
2121
"setuptools>=80.9.0",

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)