Skip to content

Commit a3b17ed

Browse files
Fokkodbanty
andauthored
fix: Allow tokenUrl to be relative [#618]. Thanks @Fokko!
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 2aeaa38 commit a3b17ed

File tree

1 file changed

+1
-1
lines changed
  • openapi_python_client/schema/openapi_schema_pydantic

1 file changed

+1
-1
lines changed

Diff for: openapi_python_client/schema/openapi_schema_pydantic/oauth_flow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class OAuthFlow(BaseModel):
1313
"""
1414

1515
authorizationUrl: Optional[AnyUrl] = None
16-
tokenUrl: Optional[AnyUrl] = None
16+
tokenUrl: Optional[str] = None
1717
refreshUrl: Optional[AnyUrl] = None
1818
scopes: Dict[str, str]
1919

0 commit comments

Comments
 (0)