Skip to content

Commit 28194c3

Browse files
chore: Bump pydantic from 2.12.5 to 2.13.2 (#265)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dec3231 commit 28194c3

2 files changed

Lines changed: 75 additions & 71 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Homepage = "https://fable.io"
1717
dev = [
1818
"pytest>=9.0.3,<10",
1919
"ruff>=0.15.11",
20-
"pydantic>=2.0.0",
20+
"pydantic>=2.13.3",
2121
"httpx>=0.28.1",
2222
"fastapi>=0.136.0",
2323
]
@@ -31,7 +31,7 @@ django = [
3131
]
3232
fastapi = [
3333
"fastapi>=0.136.0",
34-
"pydantic>=2.0.0",
34+
"pydantic>=2.13.3",
3535
"uvicorn[standard]>=0.44.0",
3636
]
3737

0 commit comments

Comments
 (0)