- Requires higher version of httpcore.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=23
This commit is contained in:
Matej Cepl 2023-10-25 12:37:08 +00:00 committed by Git OBS Bridge
parent c77360a9d7
commit 15cce79949
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Fri Oct 20 21:52:56 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Always encode forward slashes as %2F in query parameters
- Use Mozilla documentation instead of httpstatuses.com for
HTTP error reference
- Requires higher version of httpcore.
-------------------------------------------------------------------
Sat Sep 9 23:10:43 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>

View File

@ -43,7 +43,7 @@ BuildRequires: python-rpm-macros
Requires: python-certifi
Requires: python-idna >= 2.0
Requires: python-sniffio
Requires: (python-httpcore >= 0.17.2 with python-httpcore < 0.18.0)
Requires: (python-httpcore >= 0.18.0 with python-httpcore < 0.19.0)
Recommends: python-Brotli
Recommends: python-Pygments >= 2
Recommends: python-click >= 8