Skip to content

Commit eeb58b9

Browse files
build: bump fastapi in /azurefunctions-extensions-http-fastapi (#74)
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.110.1 to 0.115.2. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.115.2) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production 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> Co-authored-by: hallvictoria <59299039+hallvictoria@users.noreply.github.com>
1 parent 5e23c13 commit eeb58b9

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
@@ -26,7 +26,7 @@ classifiers= [
2626
]
2727
dependencies = [
2828
'azurefunctions-extensions-base',
29-
'fastapi==0.110.1',
29+
'fastapi==0.115.2',
3030
'uvicorn==0.29.0',
3131
'pydantic==2.7.4',
3232
]

0 commit comments

Comments
 (0)