From 26761ec66f9daa45f4363d7d36307c7a1373f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Fri, 20 Dec 2024 08:21:02 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.16.0=20=E2=86=92=200.16.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes and improvements -------------------------- * Remove `httpx<0.28` upper bound constraint --- httpx_oauth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx_oauth/__init__.py b/httpx_oauth/__init__.py index 7125870..b255383 100644 --- a/httpx_oauth/__init__.py +++ b/httpx_oauth/__init__.py @@ -1,3 +1,3 @@ """Async OAuth client using HTTPX.""" -__version__ = "0.16.0" +__version__ = "0.16.1"