Skip to content

Commit a94b9c0

Browse files
⬆️ Update dependency mashumaro to v3.15 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joostlek <[email protected]>
1 parent 8e64a4c commit a94b9c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spotifyaio/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DeviceType(StrEnum):
3535
class Device(DataClassORJSONMixin):
3636
"""Device model."""
3737

38-
device_id: str = field(metadata=field_options(alias="id"))
38+
device_id: str | None = field(metadata=field_options(alias="id"))
3939
is_active: bool
4040
is_private_session: bool
4141
is_restricted: bool

0 commit comments

Comments
 (0)