From 813011392441ca5e4195ffc5a60f76c45ad46870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 06:02:09 +0000 Subject: [PATCH] chore(deps): bump the all group with 9 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), [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator), [pydantic](https://github.com/pydantic/pydantic), [pytest](https://github.com/pytest-dev/pytest), [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.10.0 - [Release notes](https://github.com/microsoft/agent-framework/releases) - [Commits](https://github.com/microsoft/agent-framework/compare/python-1.0.0rc5...dotnet-1.10.0) Updates `agent-framework-devui` from 1.0.0b260319 to 1.0.0b260630 - [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.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.139.0) Updates `openapi-spec-validator` to 0.9.0 - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](https://github.com/python-openapi/openapi-spec-validator/compare/0.7.0...0.9.0) Updates `pydantic` to 2.13.4 - [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.0...v2.13.4) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.1.1) Updates `python-dotenv` to 1.2.2 - [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.0.0...v1.2.2) Updates `uvicorn` to 0.49.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.30.0...0.49.0) --- updated-dependencies: - dependency-name: agent-framework dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: agent-framework-devui dependency-version: 1.0.0b260630 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.139.0 dependency-type: direct:production dependency-group: all - dependency-name: openapi-spec-validator dependency-version: 0.9.0 dependency-type: direct:production dependency-group: all - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: all - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: all - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: all - dependency-name: uvicorn dependency-version: 0.49.0 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1bfa6f..5a9aa6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -agent-framework==1.0.0rc5 -agent-framework-devui==1.0.0b260319 -agent-framework-orchestrations==1.0.0b260319 +agent-framework==1.10.0 +agent-framework-devui==1.0.0b260630 +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.115,<1.0 -openapi-spec-validator>=0.7,<1.0 -pydantic>=2.0,<3.0 -pytest>=8.0,<10.0 -python-dotenv>=1.0,<2.0 -uvicorn>=0.30,<1.0 +fastapi>=0.139.0,<1.0 +openapi-spec-validator>=0.9.0,<1.0 +pydantic>=2.13.4,<3.0 +pytest>=9.1.1,<10.0 +python-dotenv>=1.2.2,<2.0 +uvicorn>=0.49.0,<1.0