From 48a9461999d4da924aadd022a47e0421a3096382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:36:06 +0000 Subject: [PATCH] build: bump pydantic in /azurefunctions-extensions-http-fastapi 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](https://github.com/pydantic/pydantic/compare/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] --- azurefunctions-extensions-http-fastapi/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurefunctions-extensions-http-fastapi/pyproject.toml b/azurefunctions-extensions-http-fastapi/pyproject.toml index f627c6a..143ae8e 100644 --- a/azurefunctions-extensions-http-fastapi/pyproject.toml +++ b/azurefunctions-extensions-http-fastapi/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ 'azurefunctions-extensions-base', 'fastapi==0.115.2', 'uvicorn==0.32.0', - 'pydantic==2.7.4', + 'pydantic==2.10.1', ] [project.optional-dependencies]