Bump httpx-oauth upper bound to 0.8.0 (#1051)

This commit is contained in:
Ethan Smith
2022-08-07 23:52:50 -07:00
committed by GitHub
parent 6c03d51a64
commit d86ff98d47

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.8"
]
redis = [
"redis >=4.3.3,<5.0.0",