Skip to content

Commit d9a23c5

Browse files
build: bump pydantic in /azurefunctions-extensions-http-fastapi
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.6.4...v2.7.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fafa398 commit d9a23c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azurefunctions-extensions-http-fastapi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
'azurefunctions-extensions-base',
2929
'fastapi==0.110.1',
3030
'uvicorn==0.29.0',
31-
'pydantic==2.6.4',
31+
'pydantic==2.7.1',
3232
]
3333

3434
[project.optional-dependencies]

0 commit comments

Comments
 (0)