Skip to content

Commit

Permalink
Conform to pydantic (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie-stytch authored Jan 12, 2024
1 parent f997238 commit 6e36006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stytch/consumer/models/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ class TwitterOAuthFactor(pydantic.BaseModel):
class WebAuthnFactor(pydantic.BaseModel):
webauthn_registration_id: str
domain: str
user_agent: Optional[str]
user_agent: Optional[str] = None
# ENDMANUAL(WebAuthnFactor)


Expand Down
2 changes: 1 addition & 1 deletion stytch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.0.3"
__version__ = "8.0.4"

0 comments on commit 6e36006

Please sign in to comment.