From 97ff00eee1bedd212a4dd5510bf453a5af07f39a Mon Sep 17 00:00:00 2001 From: ruyer Date: Mon, 1 Jun 2026 16:08:43 +0200 Subject: [PATCH 1/2] deps : (#245) Remove starlette deprecation warning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d361984..12a4d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "pytest-celery", "ewoksserver[frontend]", "pytest-mock", - "httpx <1.0.dev1", # https://github.com/encode/starlette/issues/2960 + "httpx2", ] dev = [ "ewoksserver[test]", From cd04c0a090878f3798f9e57c76f88c3e73ed470a Mon Sep 17 00:00:00 2001 From: ruyer Date: Wed, 3 Jun 2026 08:45:22 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df4f05..15217f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minimal Python version is now 3.10 +- In test, use httpx2 instead of httpx (Deprecation Warning from starlette dependency) + ## [2.1.2] - 2026-03-06 ### Changed