artemis-model 0.1.166__py3-none-any.whl → 0.1.167__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of artemis-model might be problematic. Click here for more details.

@@ -20,8 +20,8 @@ class ZoneStateMetaMixin(TimeStampMixin):
20
20
  One row per zone.
21
21
  """
22
22
 
23
- zone_id: Mapped[uuid.UUID] = mapped_column(
24
- UUID(as_uuid=True),
23
+ zone_id: Mapped[int] = mapped_column(
24
+ Integer,
25
25
  ForeignKey("zone.id", ondelete="CASCADE"),
26
26
  primary_key=True,
27
27
  default=uuid.uuid4,
@@ -58,8 +58,8 @@ class ZoneNowPlayingMixin:
58
58
  One row per zone (FK to ZoneStateMeta).
59
59
  """
60
60
 
61
- zone_id: Mapped[uuid.UUID] = mapped_column(
62
- UUID(as_uuid=True),
61
+ zone_id: Mapped[int] = mapped_column(
62
+ Integer,
63
63
  ForeignKey("zone_state_meta.zone_id", ondelete="CASCADE"),
64
64
  primary_key=True,
65
65
  doc="Matches zone_state_meta.zone_id",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: artemis-model
3
- Version: 0.1.166
3
+ Version: 0.1.167
4
4
  Summary:
5
5
  Author: Jukeboxy
6
6
  Requires-Python: >=3.10.6,<4.0.0
@@ -30,7 +30,7 @@ artemis_model/track.py,sha256=QwUF0QKVn1I64648B-NI75-IzGQvnLt9B0emD4GnS6E,3757
30
30
  artemis_model/user.py,sha256=eqIdCiBJRNLjCwPPCn-gQ6si0O5JUBGfp9oWJL5zVW4,2131
31
31
  artemis_model/zone.py,sha256=iGRUtzUwKh9LHT3MOfzzg1DnkPBts_ZBzZVTi2EmIgs,2282
32
32
  artemis_model/zone_activity.py,sha256=BY4iODavY9ceJ5oRChdjjxf26S3U30Yb7Pxm5YRFpCo,1590
33
- artemis_model/zone_state.py,sha256=kjDJ4FwIg6SYsLyjKbkQMq9Wex6fPcmBMObeQ17ugRE,2703
34
- artemis_model-0.1.166.dist-info/METADATA,sha256=8IW1cudevYvbRWAWX327aHUJ6DPkBnQbVj_8YsFZdlk,3496
35
- artemis_model-0.1.166.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
36
- artemis_model-0.1.166.dist-info/RECORD,,
33
+ artemis_model/zone_state.py,sha256=3zMTeU4M6ysnwZQR4nzv1LxzqfnVAjOpJBvfbzfbpq0,2669
34
+ artemis_model-0.1.167.dist-info/METADATA,sha256=raNVYfwwo4j-KnBP1nWbgz81F55sKYeRhMWtxmd8dFE,3496
35
+ artemis_model-0.1.167.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
36
+ artemis_model-0.1.167.dist-info/RECORD,,