magic_hour 0.12.0__py3-none-any.whl → 0.12.1__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 magic_hour might be problematic. Click here for more details.

magic_hour/environment.py CHANGED
@@ -5,4 +5,4 @@ class Environment(enum.Enum):
5
5
  """Pre-defined base URLs for the API"""
6
6
 
7
7
  ENVIRONMENT = "https://api.magichour.ai"
8
- MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.12.0"
8
+ MOCK_SERVER = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.12.1"
@@ -59,7 +59,7 @@ class V1VideoProjectsGetResponse(pydantic.BaseModel):
59
59
  alias="height",
60
60
  )
61
61
  """
62
- The height of the final output video. The maximum height depends on your subscription. Please refer to our [pricing page](https://magichour.ai/pricing) for more details
62
+ The height of the final output video. A value of -1 indicates the height can be ignored.
63
63
  """
64
64
  id: str = pydantic.Field(
65
65
  alias="id",
@@ -109,5 +109,5 @@ class V1VideoProjectsGetResponse(pydantic.BaseModel):
109
109
  alias="width",
110
110
  )
111
111
  """
112
- The width of the final output video. The maximum width depends on your subscription. Please refer to our [pricing page](https://magichour.ai/pricing) for more details
112
+ The width of the final output video. A value of -1 indicates the width can be ignored.
113
113
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: magic_hour
3
- Version: 0.12.0
3
+ Version: 0.12.1
4
4
  Summary: Python SDK for Magic Hour API
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -10,7 +10,7 @@ magic_hour/core/request.py,sha256=lyHrh2VWY238D7JPbgZJlodTqBlHSmQn4fBJiBfE1Es,50
10
10
  magic_hour/core/response.py,sha256=Sl7nPL2axmz7em_6d9TkFSnQQKUpalWaVWbPPWoXJgM,10180
11
11
  magic_hour/core/type_utils.py,sha256=4bU9WXnMXJ6YTtuqOMiB8t6Xw0RlfVWJ-IDBONlqEtQ,461
12
12
  magic_hour/core/utils.py,sha256=34SiC1vw2A0TkYHONgMA_d09soIIYiiBWRXCZGdwGIk,1669
13
- magic_hour/environment.py,sha256=hS9Kr8-D19pZ9de6Xi2wZ1KSfrMzTNTD5ZVMEgfTlxw,213
13
+ magic_hour/environment.py,sha256=tqH9ZaxIF0YLgdIaWnfq-blet6WZjApoo6VRUzbsu2U,213
14
14
  magic_hour/resources/v1/__init__.py,sha256=Aj0sjVcoijjQyieNBxv2_uewPYC2vO2UG-ehoBgCz5E,86
15
15
  magic_hour/resources/v1/ai_clothes_changer/README.md,sha256=KQTvbttct5GcdOJW3NG5gCsWF6G2qlwIoBjBd92TjUs,977
16
16
  magic_hour/resources/v1/ai_clothes_changer/__init__.py,sha256=6W_Y2HxG2sDOBiJyzngK3Q2S3xfQgpK-j8xFRmBAhbQ,142
@@ -89,7 +89,7 @@ magic_hour/types/models/v1_image_projects_get_response_error.py,sha256=R1qg-aIt6
89
89
  magic_hour/types/models/v1_image_to_video_create_response.py,sha256=9I3MptKUR2gdQW6SbGSZr5Usdte9PRSniq-pjwJySk4,736
90
90
  magic_hour/types/models/v1_lip_sync_create_response.py,sha256=YtxDlPf9LdW8awpxoahwrleIeqOsrbpHQFQE0DgOKUg,731
91
91
  magic_hour/types/models/v1_text_to_video_create_response.py,sha256=B7Lx3XNbqZIVA5SESc_g-ShktN9uC-bGtdgeXKKCww0,735
92
- magic_hour/types/models/v1_video_projects_get_response.py,sha256=PYuY83KTUc8dHoZpiheoTA8pEpE6zx-EcAzccRJMPEo,3451
92
+ magic_hour/types/models/v1_video_projects_get_response.py,sha256=tHxM7JKNfR5Xj4ULRHMz6HOmjepYG489-GLgTFWt4cQ,3291
93
93
  magic_hour/types/models/v1_video_projects_get_response_download.py,sha256=nudDCN30TsVk9UE_uXMtTT0JHIAGlWgjDeHpkZ0vIfU,450
94
94
  magic_hour/types/models/v1_video_projects_get_response_downloads_item.py,sha256=DlUuLBSGa7jWoozxferkaOsGc4jASItcjjWbBXGu620,410
95
95
  magic_hour/types/models/v1_video_projects_get_response_error.py,sha256=49QxnXAmYHcvSWuuhbQZeGlUfqVcO4YwZ414GczQnvA,568
@@ -133,7 +133,7 @@ magic_hour/types/params/v1_text_to_video_create_body_style.py,sha256=rMzJdsin-C9
133
133
  magic_hour/types/params/v1_video_to_video_create_body.py,sha256=iOb3qGXySlI4unyWPAXDmiLMUSHH6ymuDHeiwpmhKeE,2942
134
134
  magic_hour/types/params/v1_video_to_video_create_body_assets.py,sha256=_-6iA5d8ndka6iJWyWvlJwzRkQcmurJE6hkg-fDwBmQ,1531
135
135
  magic_hour/types/params/v1_video_to_video_create_body_style.py,sha256=2jgpJ3A8LNXksTPQ5pp1tWXtd753zBuhBjA22qqCsTE,5697
136
- magic_hour-0.12.0.dist-info/LICENSE,sha256=F3fxj7JXPgB2K0uj8YXRsVss4u-Dgt_-U3V4VXsivNI,1070
137
- magic_hour-0.12.0.dist-info/METADATA,sha256=XhTXZ7RmoDopXe4AF6QFHRd1IKDeOLjKSNoJqbWyyts,4824
138
- magic_hour-0.12.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
139
- magic_hour-0.12.0.dist-info/RECORD,,
136
+ magic_hour-0.12.1.dist-info/LICENSE,sha256=F3fxj7JXPgB2K0uj8YXRsVss4u-Dgt_-U3V4VXsivNI,1070
137
+ magic_hour-0.12.1.dist-info/METADATA,sha256=7FhwlTUojEI5LB-mJyAcLLANx3Rs4eJi2Uw8CIH4c5I,4824
138
+ magic_hour-0.12.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
139
+ magic_hour-0.12.1.dist-info/RECORD,,