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 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]",