Skip to content

Commit 17b1bb6

Browse files
authored
pyproject.toml: sqlmodel>=0.0.25 (#252)
1 parent dd17798 commit 17b1bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dynamic = ['version']
99
dependencies = [
1010
'fastapi',
1111
'uvicorn',
12-
'sqlmodel',
12+
'sqlmodel>=0.0.25',
1313
'asyncpg',
1414
'psycopg[binary]>=3.1',
1515
'pyjwt',

0 commit comments

Comments
 (0)