From 15c60525d4d3a0b63ae52907bc4623d0ee46dc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Mon, 13 Feb 2023 17:10:44 +0100 Subject: [PATCH] Bump httpx-oauth --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9e9404..3837aaf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ beanie = [ "fastapi-users-db-beanie >=1.0.0", ] oauth = [ - "httpx-oauth >=0.4,<0.11" + "httpx-oauth >=0.4,<0.12" ] redis = [ "redis >=4.3.3,<5.0.0",