Skip to content

Commit 31da760

Browse files
euri10tiangolo
authored andcommitted
⬆️ Upgrade Pydantic to 0.26 (fastapi#247)
1 parent fc89eb8 commit 31da760

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ uvicorn = "*"
2626

2727
[packages]
2828
starlette = "==0.12.0"
29-
pydantic = "==0.25.0"
29+
pydantic = "==0.26.0"
3030
databases = {extras = ["sqlite"],version = "*"}
3131
hypercorn = "*"
3232

Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
requires = [
2222
"starlette >=0.11.1,<=0.12.0",
23-
"pydantic >=0.17,<=0.25.0"
23+
"pydantic >=0.17,<=0.26.0"
2424
]
2525
description-file = "README.md"
2626
requires-python = ">=3.6"

0 commit comments

Comments
 (0)