runapi-core 0.3.2__tar.gz → 0.3.3__tar.gz
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.
- {runapi_core-0.3.2 → runapi_core-0.3.3}/PKG-INFO +4 -4
- {runapi_core-0.3.2 → runapi_core-0.3.3}/README.md +1 -1
- {runapi_core-0.3.2 → runapi_core-0.3.3}/pyproject.toml +2 -2
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/contract_gen.py +1 -12
- runapi_core-0.3.3/src/runapi/core/version.py +1 -0
- runapi_core-0.3.2/src/runapi/core/version.py +0 -1
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/__init__.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/account.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/auth.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/config.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/constants.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/errors.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/files.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/http_client.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/models.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/multipart.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/options.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/polling.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/pricing.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/provider_client.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/py.typed +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/resource.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/src/runapi/core/response.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_account.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_auth.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_config.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_errors.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_files.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_http_client.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_models.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_polling.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_pricing.py +0 -0
- {runapi_core-0.3.2 → runapi_core-0.3.3}/tests/test_resource.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: runapi-core
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: RunAPI core SDK for JavaScript, Python, Ruby, Go, Java, and PHP
|
|
5
5
|
Project-URL: Homepage, https://runapi.ai/models
|
|
6
|
-
Project-URL: Documentation, https://runapi.ai/docs
|
|
6
|
+
Project-URL: Documentation, https://runapi.ai/docs/resources/sdks
|
|
7
7
|
Project-URL: Source, https://github.com/runapi-ai/core-sdk
|
|
8
8
|
Project-URL: Issues, https://github.com/runapi-ai/core-sdk/issues
|
|
9
9
|
Project-URL: Changelog, https://github.com/runapi-ai/core-sdk/blob/main/CHANGELOG.md
|
|
10
|
-
Project-URL: Release Notes, https://github.com/runapi-ai/core-sdk/releases/tag/python%2Fv0.3.
|
|
10
|
+
Project-URL: Release Notes, https://github.com/runapi-ai/core-sdk/releases/tag/python%2Fv0.3.3
|
|
11
11
|
Author-email: RunAPI <contact@runapi.ai>
|
|
12
12
|
License-Expression: Apache-2.0
|
|
13
13
|
Keywords: api,core,golang,gradle,java,maven,pypi,python,ruby,runapi,runapi-ai,sdk,typescript
|
|
@@ -79,7 +79,7 @@ inline = files.create(source="iVBORw0KGgo...")
|
|
|
79
79
|
print(uploaded.url)
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
Public SDK docs live at https://runapi.ai/docs
|
|
82
|
+
Public SDK docs live at https://runapi.ai/docs/resources/sdks and the model catalog lives at https://runapi.ai/models.
|
|
83
83
|
|
|
84
84
|
## Universal resources
|
|
85
85
|
|
|
@@ -62,7 +62,7 @@ inline = files.create(source="iVBORw0KGgo...")
|
|
|
62
62
|
print(uploaded.url)
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
Public SDK docs live at https://runapi.ai/docs
|
|
65
|
+
Public SDK docs live at https://runapi.ai/docs/resources/sdks and the model catalog lives at https://runapi.ai/models.
|
|
66
66
|
|
|
67
67
|
## Universal resources
|
|
68
68
|
|
|
@@ -15,11 +15,11 @@ dependencies = ["httpx>=0.27"]
|
|
|
15
15
|
|
|
16
16
|
[project.urls]
|
|
17
17
|
Homepage = "https://runapi.ai/models"
|
|
18
|
-
Documentation = "https://runapi.ai/docs
|
|
18
|
+
Documentation = "https://runapi.ai/docs/resources/sdks"
|
|
19
19
|
Source = "https://github.com/runapi-ai/core-sdk"
|
|
20
20
|
Issues = "https://github.com/runapi-ai/core-sdk/issues"
|
|
21
21
|
Changelog = "https://github.com/runapi-ai/core-sdk/blob/main/CHANGELOG.md"
|
|
22
|
-
"Release Notes" = "https://github.com/runapi-ai/core-sdk/releases/tag/python%2Fv0.3.
|
|
22
|
+
"Release Notes" = "https://github.com/runapi-ai/core-sdk/releases/tag/python%2Fv0.3.3"
|
|
23
23
|
|
|
24
24
|
[tool.hatch.version]
|
|
25
25
|
path = "src/runapi/core/version.py"
|
|
@@ -1136,7 +1136,7 @@ CONTRACT = {
|
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
"seedance/text-to-video": {
|
|
1139
|
-
"models": ["seedance-1.5-pro", "seedance-2-mini", "seedance-2.0", "seedance-2.0-fast", "seedance-v1-
|
|
1139
|
+
"models": ["seedance-1.5-pro", "seedance-2-mini", "seedance-2.0", "seedance-2.0-fast", "seedance-v1-pro", "seedance-v1-pro-fast"],
|
|
1140
1140
|
"fields_by_model": {
|
|
1141
1141
|
"seedance-1.5-pro": {
|
|
1142
1142
|
"aspect_ratio": {
|
|
@@ -1170,17 +1170,6 @@ CONTRACT = {
|
|
|
1170
1170
|
"enum": ["480p", "720p"]
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
1173
|
-
"seedance-v1-lite": {
|
|
1174
|
-
"aspect_ratio": {
|
|
1175
|
-
"enum": ["1:1", "4:3", "3:4", "16:9", "9:16", "9:21"]
|
|
1176
|
-
},
|
|
1177
|
-
"duration_seconds": {
|
|
1178
|
-
"enum": [5, 10]
|
|
1179
|
-
},
|
|
1180
|
-
"output_resolution": {
|
|
1181
|
-
"enum": ["480p", "720p", "1080p"]
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
1173
|
"seedance-v1-pro": {
|
|
1185
1174
|
"aspect_ratio": {
|
|
1186
1175
|
"enum": ["1:1", "4:3", "3:4", "16:9", "9:16", "21:9"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.3.3"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.3.2"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|