commit: c68d009b39d23cc7ad75572b05cb0a1de95b7ef6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 12:55:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 13:07:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68d009b
dev-python/uvicorn: Tests fail with <dev-python/httpx-0.28
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uvicorn/uvicorn-0.34.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uvicorn/uvicorn-0.34.0.ebuild
b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
index 9e1ed6f7e5c9..657d5f7ce88d 100644
--- a/dev-python/uvicorn/uvicorn-0.34.0.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.34.0.ebuild
@@ -38,7 +38,7 @@ BDEPEND="
dev-python/a2wsgi[${PYTHON_USEDEP}]
dev-python/anyio[${PYTHON_USEDEP}]
>=dev-python/httptools-0.6.3[${PYTHON_USEDEP}]
- dev-python/httpx[${PYTHON_USEDEP}]
+ >=dev-python/httpx-0.28[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]