Bump httpx-oauth version (#1013)

Resolve CVE-2021-41945 in httpx dependency
This commit is contained in:
Carlo Eugster
2022-06-20 13:24:08 +02:00
committed by GitHub
parent 2a6128c9fc
commit 6d324f3cc0

View File

@@ -105,7 +105,7 @@ beanie = [
"fastapi-users-db-beanie >=1.0.0",
]
oauth = [
"httpx-oauth >=0.4,<0.7"
"httpx-oauth >=0.4,<=0.7"
]
redis = [
"redis >=4.3.3,<5.0.0",