We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd88f5 commit 4528261Copy full SHA for 4528261
fastapi_azure_auth/openid_config.py
@@ -14,7 +14,7 @@
14
15
16
class HttpClientConfig(TypedDict):
17
- verify: NotRequired[ssl.SSLContext]
+ verify: NotRequired[ssl.SSLContext | bool]
18
trust_env: NotRequired[bool]
19
20
0 commit comments