From 396cd0f58fcbc7d74189ed6330568ada93c65979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:58:55 +0000 Subject: [PATCH] Bump fastapi from 0.114.2 to 0.115.0 Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.114.2 to 0.115.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.114.2...0.115.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffde311c..d1ca9213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "fastagency @ git+https://github.com/airtai/fastagency.git@main", "faststream[nats]>=0.5.10,<0.6", "pydantic>=2.3,<3", - "fastapi==0.114.2", + "fastapi==0.115.0", "prisma>=0.13.1,<0.15", "asyncer==0.0.8", "markdownify==0.13.1", # Needed by autogen.WebSurferAgent but not included