runwayml 2.2.2__py3-none-any.whl → 2.3.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.
- runwayml/_base_client.py +1 -1
- runwayml/_version.py +1 -1
- {runwayml-2.2.2.dist-info → runwayml-2.3.1.dist-info}/METADATA +1 -1
- {runwayml-2.2.2.dist-info → runwayml-2.3.1.dist-info}/RECORD +6 -6
- {runwayml-2.2.2.dist-info → runwayml-2.3.1.dist-info}/WHEEL +0 -0
- {runwayml-2.2.2.dist-info → runwayml-2.3.1.dist-info}/licenses/LICENSE +0 -0
runwayml/_base_client.py
CHANGED
@@ -518,7 +518,7 @@ class BaseClient(Generic[_HttpxClientT, _DefaultStreamT]):
|
|
518
518
|
# so that passing a `TypedDict` doesn't cause an error.
|
519
519
|
# https://github.com/microsoft/pyright/issues/3526#event-6715453066
|
520
520
|
params=self.qs.stringify(cast(Mapping[str, Any], params)) if params else None,
|
521
|
-
json=json_data,
|
521
|
+
json=json_data if is_given(json_data) else None,
|
522
522
|
files=files,
|
523
523
|
**kwargs,
|
524
524
|
)
|
runwayml/_version.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
runwayml/__init__.py,sha256=iXnJfH73wbj9IxfCHpwfWBxgOa9C4FRrrbBZM5f3biw,2476
|
2
|
-
runwayml/_base_client.py,sha256=
|
2
|
+
runwayml/_base_client.py,sha256=TWVvr2WOCp7BEgcMDDko2u8BB3aavsNlVkstGkSGDeU,68562
|
3
3
|
runwayml/_client.py,sha256=4y5GISlJ-EYAWKfNIj6p2W_7KwJY3bHVkCYU7yNJBtU,16453
|
4
4
|
runwayml/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw,6580
|
5
5
|
runwayml/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
|
@@ -11,7 +11,7 @@ runwayml/_resource.py,sha256=BF-j3xY5eRTKmuTxg8eDhLtLP4MLB1phDh_B6BKipKA,1112
|
|
11
11
|
runwayml/_response.py,sha256=3Tf7pmDYDMv5BJuF0ljEBtMMk5Q9T7jcWn7I6P-hbdM,28801
|
12
12
|
runwayml/_streaming.py,sha256=NSVuAgknVQWU1cgZEjQn01IdZKKynb5rOeYp5Lo-OEQ,10108
|
13
13
|
runwayml/_types.py,sha256=oHct1QQY_lI8bepCgfWDZm2N5VNi0e6o1iLeiTh4Y_0,6145
|
14
|
-
runwayml/_version.py,sha256=
|
14
|
+
runwayml/_version.py,sha256=1C3ErkvUFk5QpIC_JtHdG_VbYJ-Dg6JxcuIUke-mGX8,160
|
15
15
|
runwayml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
16
16
|
runwayml/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
|
17
17
|
runwayml/_utils/_logs.py,sha256=ZfS5W59hdqEBVV86lNrk28PhvUxtHOzs9JqiLhSu0pI,780
|
@@ -30,7 +30,7 @@ runwayml/types/__init__.py,sha256=R3cLEXzpcEpEOuxaFBo3R72ewH1LtjpkZ0aYOIt1CAo,40
|
|
30
30
|
runwayml/types/image_to_video_create_params.py,sha256=98DsjOHnmHEi8mVjZOQEDL3P1hJUT8uktp0mDA5WJ5Y,1869
|
31
31
|
runwayml/types/image_to_video_create_response.py,sha256=l5GszzUSItV-ZYHCB8hH_GSVibUZEkzfRLrAhXkd8O4,346
|
32
32
|
runwayml/types/task_retrieve_response.py,sha256=v8y2bLxsW6srzScW-B3Akv72q_PI_NQmduGrGRQMHds,2139
|
33
|
-
runwayml-2.
|
34
|
-
runwayml-2.
|
35
|
-
runwayml-2.
|
36
|
-
runwayml-2.
|
33
|
+
runwayml-2.3.1.dist-info/METADATA,sha256=6OS1xpNcYGF0dePi1X6vwIP6RV3w7VfNTKti5uJDDV0,13559
|
34
|
+
runwayml-2.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
35
|
+
runwayml-2.3.1.dist-info/licenses/LICENSE,sha256=baeFj6izBWIm6A5_7N3-WAsy_VYpDF05Dd4zS1zsfZI,11338
|
36
|
+
runwayml-2.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|