Skip to content

Commit 11b1b13

Browse files
chore: Bump pydantic from 2.13.3 to 2.13.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b4e2cc commit 11b1b13

2 files changed

Lines changed: 75 additions & 75 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Homepage = "https://fable.io"
1818
dev = [
1919
"pytest>=9.0.3,<10",
2020
"ruff>=0.15.12",
21-
"pydantic>=2.13.3",
21+
"pydantic>=2.13.4",
2222
"httpx>=0.28.1",
2323
"fastapi>=0.136.1",
2424
]
@@ -32,7 +32,7 @@ django = [
3232
]
3333
fastapi = [
3434
"fastapi>=0.136.1",
35-
"pydantic>=2.13.3",
35+
"pydantic>=2.13.4",
3636
"uvicorn[standard]>=0.46.0",
3737
]
3838

0 commit comments

Comments
 (0)