From 66c80838ef8ea4226d7f4d440c44624615242bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:39:55 +0000 Subject: [PATCH] Bump fastagency[autogen,fastapi,mesop,server] from 0.3.3 to 0.3.4 Bumps [fastagency[autogen,fastapi,mesop,server]](https://github.com/airtai/fastagency) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/airtai/fastagency/releases) - [Changelog](https://github.com/airtai/fastagency/blob/main/docs/update_releases.py) - [Commits](https://github.com/airtai/fastagency/compare/v0.3.3...0.3.4) --- updated-dependencies: - dependency-name: fastagency[autogen,fastapi,mesop,server] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cb372f..25d95a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "fastagency[autogen,mesop,server,fastapi]==0.3.3", + "fastagency[autogen,mesop,server,fastapi]==0.3.4", "pandas==2.2.3", "gunicorn==23.0.0", "pydantic==2.9.0",