ports/security/py-httpx-auth/files/patch-pyproject.toml
Po-Chuan Hsieh 3020a15f15
security/py-httpx-auth: Allow build with py-httpx 0.28.0+
- Bump PORTREVISION for package change
2024-12-31 23:50:15 +08:00

18 lines
378 B
TOML

--- pyproject.toml.orig 2024-03-02 12:09:14 UTC
+++ pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
"Topic :: Software Development :: Build Tools",
]
dependencies = [
- "httpx==0.27.*",
+ "httpx>=0.27",
]
dynamic = ["version"]
@@ -63,4 +63,4 @@ filterwarnings = [
[tool.pytest.ini_options]
filterwarnings = [
"error",
-]
\ No newline at end of file
+]