From 26ab9ad0ed87653046339642fa3f1971187895d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 20:46:45 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory with 8 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), [pydantic](https://github.com/pydantic/pydantic), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [python-dotenv](https://github.com/theskumar/python-dotenv) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `agent-framework` from 1.0.0rc5 to 1.16.0 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0rc5...dotnet-1.16.0) Updates `agent-framework-devui` from 1.0.0b260319 to 1.0.0b260821 - [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.1.1 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/commits/python-1.1.1) 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 `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) 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 `python-dotenv` to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) Updates `uvicorn` to 0.52.4 - [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.52.4) --- updated-dependencies: - dependency-name: agent-framework dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: agent-framework-devui dependency-version: 1.0.0b260821 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: agent-framework-orchestrations dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: fastapi dependency-version: 0.138.0 dependency-type: direct:production dependency-group: all - dependency-name: pydantic dependency-version: 2.13.5 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: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60e8e2e..ea1b6b4 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.16.0 +agent-framework-devui==1.0.0b260821 +agent-framework-orchestrations==1.1.1 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 +pydantic>=2.13.5,<3.0 pytest>=9.1.1,<10.0 -pytest-cov>=5.0,<8.0 -python-dotenv>=1.2.2,<2.0 -uvicorn>=0.41.0,<0.42.0 +pytest-cov>=7.1.0,<8.0 +python-dotenv>=1.2.3,<2.0 +uvicorn>=0.52.4,<0.53.0