Skip to content

Commit 4528261

Browse files
committed
verify can accept bool value
1 parent 1dd88f5 commit 4528261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_azure_auth/openid_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class HttpClientConfig(TypedDict):
17-
verify: NotRequired[ssl.SSLContext]
17+
verify: NotRequired[ssl.SSLContext | bool]
1818
trust_env: NotRequired[bool]
1919

2020

0 commit comments

Comments
 (0)