Skip to content

Commit

Permalink
build: bump pydantic in /azurefunctions-extensions-http-fastapi
Browse files Browse the repository at this point in the history
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.4 to 2.9.2.
- [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.9.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent abe891b commit ba67d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurefunctions-extensions-http-fastapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
'azurefunctions-extensions-base',
'fastapi==0.115.2',
'uvicorn==0.32.0',
'pydantic==2.7.4',
'pydantic==2.9.2',
]

[project.optional-dependencies]
Expand Down

0 comments on commit ba67d78

Please sign in to comment.