Skip to content

Commit 0b22b35

Browse files
committed
perf: update pydantic
1 parent dd6d0ba commit 0b22b35

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

requirements/mini-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi==0.116.1
22
uvicorn==0.35.0
3-
pydantic==2.7.4
3+
pydantic==2.11.7
44
requests==2.32.4

requirements/mini-requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ idna==3.10
2222
# via
2323
# anyio
2424
# requests
25-
pydantic==2.7.4
25+
pydantic==2.11.7
2626
# via
2727
# -r mini-requirements.in
2828
# fastapi
29-
pydantic-core==2.18.4
29+
pydantic-core==2.33.2
3030
# via pydantic
3131
requests==2.32.4
3232
# via -r mini-requirements.in
@@ -41,6 +41,9 @@ typing-extensions==4.14.1
4141
# pydantic
4242
# pydantic-core
4343
# starlette
44+
# typing-inspection
45+
typing-inspection==0.4.1
46+
# via pydantic
4447
urllib3==2.5.0
4548
# via requests
4649
uvicorn==0.35.0

0 commit comments

Comments
 (0)