Skip to content

Commit 99c7268

Browse files
build: bump pydantic in /azurefunctions-extensions-http-fastapi (#87)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.10.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.7.4...v2.10.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hallvictoria <[email protected]>
1 parent 1123e08 commit 99c7268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: azurefunctions-extensions-http-fastapi/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
'azurefunctions-extensions-base',
2929
'fastapi==0.115.2',
3030
'uvicorn==0.32.0',
31-
'pydantic==2.7.4',
31+
'pydantic==2.10.1',
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)