Skip to content

Commit 5d8da97

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@b1e2565)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent 5139505 commit 5d8da97

58 files changed

Lines changed: 3995 additions & 6917 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ stages:
1414
- pip install -r test-requirements.txt
1515
- pytest --cov=cosmotech_api
1616

17-
pytest-3.8:
18-
extends: .pytest
19-
image: python:3.8-alpine
2017
pytest-3.9:
2118
extends: .pytest
2219
image: python:3.9-alpine
@@ -29,3 +26,6 @@ pytest-3.11:
2926
pytest-3.12:
3027
extends: .pytest
3128
image: python:3.12-alpine
29+
pytest-3.13:
30+
extends: .pytest
31+
image: python:3.13-alpine

.openapi-generator/FILES

Lines changed: 24 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
README.md
77
cosmotech_api/__init__.py
88
cosmotech_api/api/__init__.py
9-
cosmotech_api/api/connector_api.py
109
cosmotech_api/api/dataset_api.py
1110
cosmotech_api/api/meta_api.py
1211
cosmotech_api/api/organization_api.py
@@ -22,29 +21,21 @@ cosmotech_api/models/__init__.py
2221
cosmotech_api/models/about_info.py
2322
cosmotech_api/models/about_info_version.py
2423
cosmotech_api/models/component_role_permissions.py
25-
cosmotech_api/models/connector.py
26-
cosmotech_api/models/connector_parameter.py
27-
cosmotech_api/models/connector_parameter_group.py
2824
cosmotech_api/models/container_resource_size_info.py
2925
cosmotech_api/models/container_resource_sizing.py
26+
cosmotech_api/models/create_info.py
3027
cosmotech_api/models/created_run.py
3128
cosmotech_api/models/dataset.py
3229
cosmotech_api/models/dataset_access_control.py
33-
cosmotech_api/models/dataset_compatibility.py
34-
cosmotech_api/models/dataset_connector.py
35-
cosmotech_api/models/dataset_copy_parameters.py
30+
cosmotech_api/models/dataset_create_request.py
31+
cosmotech_api/models/dataset_part.py
32+
cosmotech_api/models/dataset_part_create_request.py
33+
cosmotech_api/models/dataset_part_type_enum.py
34+
cosmotech_api/models/dataset_part_update_request.py
3635
cosmotech_api/models/dataset_role.py
37-
cosmotech_api/models/dataset_search.py
3836
cosmotech_api/models/dataset_security.py
39-
cosmotech_api/models/dataset_source_type.py
40-
cosmotech_api/models/dataset_twin_graph_hash.py
41-
cosmotech_api/models/dataset_twin_graph_info.py
42-
cosmotech_api/models/dataset_twin_graph_query.py
43-
cosmotech_api/models/file_upload_metadata.py
44-
cosmotech_api/models/file_upload_validation.py
45-
cosmotech_api/models/graph_properties.py
46-
cosmotech_api/models/ingestion_status_enum.py
47-
cosmotech_api/models/io_types_enum.py
37+
cosmotech_api/models/dataset_update_request.py
38+
cosmotech_api/models/edit_info.py
4839
cosmotech_api/models/last_run_info.py
4940
cosmotech_api/models/organization.py
5041
cosmotech_api/models/organization_access_control.py
@@ -93,10 +84,6 @@ cosmotech_api/models/solution_edit_info.py
9384
cosmotech_api/models/solution_role.py
9485
cosmotech_api/models/solution_security.py
9586
cosmotech_api/models/solution_update_request.py
96-
cosmotech_api/models/source_info.py
97-
cosmotech_api/models/sub_dataset_graph_query.py
98-
cosmotech_api/models/twin_graph_batch_result.py
99-
cosmotech_api/models/twincache_status_enum.py
10087
cosmotech_api/models/workspace.py
10188
cosmotech_api/models/workspace_access_control.py
10289
cosmotech_api/models/workspace_create_request.py
@@ -112,31 +99,22 @@ cosmotech_api/rest.py
11299
docs/AboutInfo.md
113100
docs/AboutInfoVersion.md
114101
docs/ComponentRolePermissions.md
115-
docs/Connector.md
116-
docs/ConnectorApi.md
117-
docs/ConnectorParameter.md
118-
docs/ConnectorParameterGroup.md
119102
docs/ContainerResourceSizeInfo.md
120103
docs/ContainerResourceSizing.md
104+
docs/CreateInfo.md
121105
docs/CreatedRun.md
122106
docs/Dataset.md
123107
docs/DatasetAccessControl.md
124108
docs/DatasetApi.md
125-
docs/DatasetCompatibility.md
126-
docs/DatasetConnector.md
127-
docs/DatasetCopyParameters.md
109+
docs/DatasetCreateRequest.md
110+
docs/DatasetPart.md
111+
docs/DatasetPartCreateRequest.md
112+
docs/DatasetPartTypeEnum.md
113+
docs/DatasetPartUpdateRequest.md
128114
docs/DatasetRole.md
129-
docs/DatasetSearch.md
130115
docs/DatasetSecurity.md
131-
docs/DatasetSourceType.md
132-
docs/DatasetTwinGraphHash.md
133-
docs/DatasetTwinGraphInfo.md
134-
docs/DatasetTwinGraphQuery.md
135-
docs/FileUploadMetadata.md
136-
docs/FileUploadValidation.md
137-
docs/GraphProperties.md
138-
docs/IngestionStatusEnum.md
139-
docs/IoTypesEnum.md
116+
docs/DatasetUpdateRequest.md
117+
docs/EditInfo.md
140118
docs/LastRunInfo.md
141119
docs/MetaApi.md
142120
docs/Organization.md
@@ -190,10 +168,6 @@ docs/SolutionEditInfo.md
190168
docs/SolutionRole.md
191169
docs/SolutionSecurity.md
192170
docs/SolutionUpdateRequest.md
193-
docs/SourceInfo.md
194-
docs/SubDatasetGraphQuery.md
195-
docs/TwinGraphBatchResult.md
196-
docs/TwincacheStatusEnum.md
197171
docs/Workspace.md
198172
docs/WorkspaceAccessControl.md
199173
docs/WorkspaceApi.md
@@ -215,31 +189,22 @@ test/__init__.py
215189
test/test_about_info.py
216190
test/test_about_info_version.py
217191
test/test_component_role_permissions.py
218-
test/test_connector.py
219-
test/test_connector_api.py
220-
test/test_connector_parameter.py
221-
test/test_connector_parameter_group.py
222192
test/test_container_resource_size_info.py
223193
test/test_container_resource_sizing.py
194+
test/test_create_info.py
224195
test/test_created_run.py
225196
test/test_dataset.py
226197
test/test_dataset_access_control.py
227198
test/test_dataset_api.py
228-
test/test_dataset_compatibility.py
229-
test/test_dataset_connector.py
230-
test/test_dataset_copy_parameters.py
199+
test/test_dataset_create_request.py
200+
test/test_dataset_part.py
201+
test/test_dataset_part_create_request.py
202+
test/test_dataset_part_type_enum.py
203+
test/test_dataset_part_update_request.py
231204
test/test_dataset_role.py
232-
test/test_dataset_search.py
233205
test/test_dataset_security.py
234-
test/test_dataset_source_type.py
235-
test/test_dataset_twin_graph_hash.py
236-
test/test_dataset_twin_graph_info.py
237-
test/test_dataset_twin_graph_query.py
238-
test/test_file_upload_metadata.py
239-
test/test_file_upload_validation.py
240-
test/test_graph_properties.py
241-
test/test_ingestion_status_enum.py
242-
test/test_io_types_enum.py
206+
test/test_dataset_update_request.py
207+
test/test_edit_info.py
243208
test/test_last_run_info.py
244209
test/test_meta_api.py
245210
test/test_organization.py
@@ -293,10 +258,6 @@ test/test_solution_edit_info.py
293258
test/test_solution_role.py
294259
test/test_solution_security.py
295260
test/test_solution_update_request.py
296-
test/test_source_info.py
297-
test/test_sub_dataset_graph_query.py
298-
test/test_twin_graph_batch_result.py
299-
test/test_twincache_status_enum.py
300261
test/test_workspace.py
301262
test/test_workspace_access_control.py
302263
test/test_workspace_api.py

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.13.0

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.8"
54
- "3.9"
65
- "3.10"
76
- "3.11"
87
- "3.12"
8+
- "3.13"
99
# uncomment the following if needed
10-
#- "3.12-dev" # 3.12 development branch
10+
#- "3.13-dev" # 3.13 development branch
1111
#- "nightly" # nightly build
1212
# command to install dependencies
1313
install:

0 commit comments

Comments
 (0)