zou 0.20.62__py3-none-any.whl → 0.20.64__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.
zou/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.20.62"
1
+ __version__ = "0.20.64"
@@ -1539,17 +1539,17 @@ class ProductionScheduleVersionTaskLinksResource(Resource, ArgsMixin):
1539
1539
  - Projects
1540
1540
  parameters:
1541
1541
  - in: path
1542
- name: production_schedule_version_id
1543
- required: True
1544
- type: string
1545
- format: UUID
1546
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1547
- - in: query
1548
- name: task_type_id
1549
- required: false
1550
- type: string
1551
- format: UUID
1552
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1542
+ name: production_schedule_version_id
1543
+ required: True
1544
+ type: string
1545
+ format: UUID
1546
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1547
+ - in: query
1548
+ name: task_type_id
1549
+ required: false
1550
+ type: string
1551
+ format: UUID
1552
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1553
1553
  responses:
1554
1554
  200:
1555
1555
  description: Task links for given production schedule version.
@@ -1598,11 +1598,11 @@ class ProductionScheduleVersionSetTaskLinksFromTasksResource(
1598
1598
  - Projects
1599
1599
  parameters:
1600
1600
  - in: path
1601
- name: production_schedule_version_id
1602
- required: True
1603
- type: string
1604
- format: UUID
1605
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1601
+ name: production_schedule_version_id
1602
+ required: True
1603
+ type: string
1604
+ format: UUID
1605
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1606
1606
  responses:
1607
1607
  200:
1608
1608
  description: Task links created.
@@ -1634,11 +1634,11 @@ class ProductionScheduleVersionApplyToProductionResource(Resource, ArgsMixin):
1634
1634
  - Projects
1635
1635
  parameters:
1636
1636
  - in: path
1637
- name: production_schedule_version_id
1638
- required: True
1639
- type: string
1640
- format: UUID
1641
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1637
+ name: production_schedule_version_id
1638
+ required: True
1639
+ type: string
1640
+ format: UUID
1641
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1642
1642
  responses:
1643
1643
  200:
1644
1644
  description: Task links created.
@@ -1674,17 +1674,17 @@ class ProductionScheduleVersionSetTaskLinksFromProductionScheduleVersionResource
1674
1674
  - Projects
1675
1675
  parameters:
1676
1676
  - in: path
1677
- name: production_schedule_version_id
1678
- required: True
1679
- type: string
1680
- format: UUID
1681
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1677
+ name: production_schedule_version_id
1678
+ required: True
1679
+ type: string
1680
+ format: UUID
1681
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1682
1682
  - in: formData
1683
- name: production_schedule_version_id
1684
- required: True
1685
- type: string
1686
- format: UUID
1687
- x-example: a24a6ea4-ce75-4665-a070-57453082c25
1683
+ name: production_schedule_version_id
1684
+ required: True
1685
+ type: string
1686
+ format: UUID
1687
+ x-example: a24a6ea4-ce75-4665-a070-57453082c25
1688
1688
  responses:
1689
1689
  200:
1690
1690
  description: Task links created.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zou
3
- Version: 0.20.62
3
+ Version: 0.20.64
4
4
  Summary: API to store and manage the data of your animation production
5
5
  Home-page: https://zou.cg-wire.com
6
6
  Author: CG Wire
@@ -53,7 +53,7 @@ Requires-Dist: numpy==2.2.6
53
53
  Requires-Dist: opencv-python==4.12.0.88
54
54
  Requires-Dist: OpenTimelineIO==0.17.0
55
55
  Requires-Dist: OpenTimelineIO-Plugins==0.17.0
56
- Requires-Dist: orjson==3.11.0
56
+ Requires-Dist: orjson==3.11.1
57
57
  Requires-Dist: pillow==11.3.0
58
58
  Requires-Dist: psutil==7.0.0
59
59
  Requires-Dist: psycopg[binary]==3.2.9
@@ -70,7 +70,7 @@ Requires-Dist: semver==3.0.4
70
70
  Requires-Dist: slackclient==2.9.4
71
71
  Requires-Dist: spdx-license-list==3.27.0
72
72
  Requires-Dist: sqlalchemy_utils==0.41.2
73
- Requires-Dist: sqlalchemy==2.0.41
73
+ Requires-Dist: sqlalchemy==2.0.42
74
74
  Requires-Dist: tabulate==0.9.0
75
75
  Requires-Dist: tomlkit==0.13.3
76
76
  Requires-Dist: ua-parser==1.0.1
@@ -81,14 +81,14 @@ Requires-Dist: gevent; extra == "prod"
81
81
  Provides-Extra: dev
82
82
  Requires-Dist: wheel; extra == "dev"
83
83
  Provides-Extra: test
84
- Requires-Dist: fakeredis==2.30.1; extra == "test"
84
+ Requires-Dist: fakeredis==2.30.3; extra == "test"
85
85
  Requires-Dist: mixer==7.2.2; extra == "test"
86
86
  Requires-Dist: pytest-cov==6.2.1; extra == "test"
87
87
  Requires-Dist: pytest==8.4.1; extra == "test"
88
88
  Provides-Extra: monitoring
89
89
  Requires-Dist: prometheus-flask-exporter==0.23.2; extra == "monitoring"
90
90
  Requires-Dist: pygelf==0.4.3; extra == "monitoring"
91
- Requires-Dist: sentry-sdk==2.33.2; extra == "monitoring"
91
+ Requires-Dist: sentry-sdk==2.34.1; extra == "monitoring"
92
92
  Provides-Extra: lint
93
93
  Requires-Dist: autoflake==2.3.1; extra == "lint"
94
94
  Requires-Dist: black==25.1.0; extra == "lint"
@@ -1,4 +1,4 @@
1
- zou/__init__.py,sha256=r_coB-yeiWnO0sYzQbbfNZop3tlV-oQfNbY4VQWsHtg,24
1
+ zou/__init__.py,sha256=NDFTARluVNAmVOEinIIFy1lVaqDplaPqKnSKQY6q7Q4,24
2
2
  zou/cli.py,sha256=W7nhMII-gyl8AlL6zgDmverSdFphDV_WnuN3BHrHc8w,22448
3
3
  zou/debug.py,sha256=1fawPbkD4wn0Y9Gk0BiBFSa-CQe5agFi8R9uJYl2Uyk,520
4
4
  zou/event_stream.py,sha256=9O1PE_vDW8p3yfHJNSZ8w0ybD-660x8oGN0izgJdTjM,8575
@@ -101,7 +101,7 @@ zou/app/blueprints/playlists/resources.py,sha256=mF3gmlWpe9YKyyKVRUXYtvTCk7OguWI
101
101
  zou/app/blueprints/previews/__init__.py,sha256=ihC6OQ9AUjnZ2JeMnjRh_tKGO0UmAjOwhZnOivc3BnQ,4460
102
102
  zou/app/blueprints/previews/resources.py,sha256=z6xRlibS2H4SS_Z_7PfgiQ8v23eiZTMigNl6fxeOqj8,53398
103
103
  zou/app/blueprints/projects/__init__.py,sha256=RlKWld3A3kvMfyvH6uVN7cWXOtYOqnMjwUsrBIqXndg,5634
104
- zou/app/blueprints/projects/resources.py,sha256=0iuBcy_rXgHioO222qDQnYFUMd-edmSmF4sDVGxtGSY,50951
104
+ zou/app/blueprints/projects/resources.py,sha256=GmnBpj8fXFvP4Agst9yzrBslaC5lbtdccUi4u8guxHY,50889
105
105
  zou/app/blueprints/search/__init__.py,sha256=QCjQIY_85l_orhdEiqav_GifjReuwsjZggN3V0GeUVY,356
106
106
  zou/app/blueprints/search/resources.py,sha256=_QgRlUuxCPgY-ip5r2lGFtXNcGSE579JsCSrVf8ajVU,3093
107
107
  zou/app/blueprints/shots/__init__.py,sha256=EcG9qmAchlucqg1M6-RqWGfuKpa5Kq6RgyLZNSsjUr4,4225
@@ -468,9 +468,9 @@ zou/remote/normalize_movie.py,sha256=zNfEY3N1UbAHZfddGONTg2Sff3ieLVWd4dfZa1dpnes
468
468
  zou/remote/playlist.py,sha256=AsDo0bgYhDcd6DfNRV6r6Jj3URWwavE2ZN3VkKRPbLU,3293
469
469
  zou/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
470
470
  zou/utils/movie.py,sha256=d67fIL9dVBKt-E_qCGXRbNNdbJaJR5sHvZeX3hf8ldE,16559
471
- zou-0.20.62.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
472
- zou-0.20.62.dist-info/METADATA,sha256=G1-vMalkBQCwCsqfN22OYA_pkbFKvdmtyB6Isz6c9Y4,6697
473
- zou-0.20.62.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
474
- zou-0.20.62.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
475
- zou-0.20.62.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
476
- zou-0.20.62.dist-info/RECORD,,
471
+ zou-0.20.64.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
472
+ zou-0.20.64.dist-info/METADATA,sha256=7Be68PWJyflwRwo0Z6hr31cSW4uPi0lrdfvYANldIe0,6697
473
+ zou-0.20.64.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
474
+ zou-0.20.64.dist-info/entry_points.txt,sha256=PelQoIx3qhQ_Tmne7wrLY-1m2izuzgpwokoURwSohy4,130
475
+ zou-0.20.64.dist-info/top_level.txt,sha256=4S7G_jk4MzpToeDItHGjPhHx_fRdX52zJZWTD4SL54g,4
476
+ zou-0.20.64.dist-info/RECORD,,
File without changes