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 fadcd53 commit 2b49fe8Copy full SHA for 2b49fe8
network_auth/src/vonage_network_auth/requests.py
@@ -15,6 +15,6 @@ class CreateOidcUrl(BaseModel):
15
redirect_uri: str
16
state: str
17
login_hint: str
18
- scope: Optional[
19
- str
20
- ] = 'openid dpv:FraudPreventionAndDetection#number-verification-verify-read'
+ scope: Optional[str] = (
+ 'openid dpv:FraudPreventionAndDetection#number-verification-verify-read'
+ )
pants.toml
@@ -1,5 +1,5 @@
1
[GLOBAL]
2
-pants_version = '2.24.2'
+pants_version = '2.26.0'
3
4
backend_packages = [
5
'pants.backend.python',
0 commit comments