From d644a8140c49f872a34ff40e850fcaf84240a1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 20:45:13 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 6 updates Updates the requirements on [agent-framework](https://github.com/microsoft/agent-framework), [agent-framework-devui](https://github.com/microsoft/agent-framework), [agent-framework-orchestrations](https://github.com/microsoft/agent-framework), [fastapi](https://github.com/fastapi/fastapi), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `agent-framework` from 1.0.0rc5 to 1.11.0 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0rc5...dotnet-1.11.0) Updates `agent-framework-devui` from 1.0.0b260319 to 1.0.0b260709 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits) Updates `agent-framework-orchestrations` from 1.0.0b260319 to 1.0.0 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits/dotnet-1.0.0) Updates `fastapi` to 0.138.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.133.0...0.138.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) Updates `uvicorn` to 0.51.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.41.0...0.51.0) --- updated-dependencies: - dependency-name: agent-framework dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: agent-framework-devui dependency-version: 1.0.0b260709 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: agent-framework-orchestrations dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production dependency-group: all - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.51.0 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60e8e2e..3403eca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ -agent-framework==1.0.0rc5 -agent-framework-devui==1.0.0b260319 -agent-framework-orchestrations==1.0.0b260319 +agent-framework==1.11.0 +agent-framework-devui==1.0.0b260709 +agent-framework-orchestrations==1.0.0 autogen-agentchat>=0.7.5,<0.8.0 autogen-core>=0.7.5,<0.8.0 autogen-ext[anthropic,ollama,openai]>=0.7.5,<0.8.0 -fastapi>=0.133.0,<0.138.1 +fastapi>=0.138.0,<0.138.1 jsonschema>=4.26.0,<5.0 openapi-spec-validator>=0.9.0,<1.0 pydantic>=2.13.4,<3.0 pytest>=9.1.1,<10.0 -pytest-cov>=5.0,<8.0 +pytest-cov>=7.1.0,<8.0 python-dotenv>=1.2.2,<2.0 -uvicorn>=0.41.0,<0.42.0 +uvicorn>=0.51.0,<0.52.0