Skip to content

Commit 5e1cda0

Browse files
committed
chore: update CI configurations to use ubuntu-24.04-arm for all jobs
1 parent 7bdb790 commit 5e1cda0

File tree

2 files changed

+96
-105
lines changed

2 files changed

+96
-105
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ dependencies = [
99
"pillow==12.0.0",
1010
# used to health check docker compose:
1111
"requests==2.32.5",
12-
# todo: remove after pydantic adds it as optional dependency:
12+
# remove when fastapi updates to newer version of these dependencies:
13+
"pydantic==2.12.3",
1314
"pydantic-settings==2.11.0",
15+
"watchfiles==1.1.1"
1416
]
1517

1618
[dependency-groups]

0 commit comments

Comments
 (0)