Skip to content

Commit 80108eb

Browse files
committed
increased version floor of sqlmodel to 0.0.38 to fix issue with tan_g population
1 parent c530452 commit 80108eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/grz-db/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
"alembic[tz] >=1.16.1",
1919
"cryptography >=45.0.3,<49",
20-
"sqlmodel >=0.0.27",
20+
"sqlmodel >=0.0.38",
2121
"grz-pydantic-models >=2.7,<3",
2222
"psycopg[binary] ~=3.2"
2323
]

0 commit comments

Comments
 (0)