From c21665ae3a2d6e169ec5b9a8e0c3012f78c832bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:30:24 +0000 Subject: [PATCH] chore(deps): update httpx requirement from <1,>=0.27 to >=0.28.1,<1 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- industrial-embodied-ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/industrial-embodied-ai/requirements.txt b/industrial-embodied-ai/requirements.txt index 84a18ca..e49c0f1 100644 --- a/industrial-embodied-ai/requirements.txt +++ b/industrial-embodied-ai/requirements.txt @@ -2,4 +2,4 @@ agentrust-trace>=0.2.0 agent-manifest>=0.1.1 cmcp-runtime>=0.2.1 cedarpy==4.8.4 -httpx>=0.27,<1 +httpx>=0.28.1,<1