We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdb790 commit 5e1cda0Copy full SHA for 5e1cda0
pyproject.toml
@@ -9,8 +9,10 @@ dependencies = [
9
"pillow==12.0.0",
10
# used to health check docker compose:
11
"requests==2.32.5",
12
- # todo: remove after pydantic adds it as optional dependency:
+ # remove when fastapi updates to newer version of these dependencies:
13
+ "pydantic==2.12.3",
14
"pydantic-settings==2.11.0",
15
+ "watchfiles==1.1.1"
16
]
17
18
[dependency-groups]
0 commit comments