Skip to content

Commit a3d7f6c

Browse files
committed
📌 Pin pydantic version and min python version
- Pin pydantic<2.10 until pydantic/FastUI#372 is resolved - Pin python version>=3.10
1 parent f6ae5c2 commit a3d7f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ requires = ['setuptools']
55
[project]
66
name = 'apscheduler-webui'
77
version = '0.0.1'
8+
requires-python = '>=3.10'
89
dependencies = [
910
'apscheduler',
1011
'fastapi',
1112
'fastui',
1213
'loguru',
14+
"pydantic<2.10",
1315
'python-multipart',
1416
'uvicorn',
1517
]

0 commit comments

Comments
 (0)