Skip to content

Commit 60804cc

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@3ffdee4)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent a54b389 commit 60804cc

175 files changed

Lines changed: 1202 additions & 417 deletions

File tree

Some content is hidden

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

.github/workflows/python.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# PROD-14252: Temporary workaround for the upstream bug
2-
# (https://github.com/OpenAPITools/openapi-generator/pull/20701) of the
3-
# openapi-generator. This file will replace the generated one and can
4-
# be removed when the upstream bug is fixed (PR #20701)
1+
# NOTE: This file is auto generated by OpenAPI Generator.
2+
# URL: https://openapi-generator.tech
3+
#
4+
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
55

66
name: cosmotech_api Python package
77

88
on: [push, pull_request]
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
build:
1215

1316
runs-on: ubuntu-latest
1417
strategy:
1518
matrix:
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1720

1821
steps:
1922
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# Ipython Notebook
6666
.ipynb_checkpoints

.openapi-generator/VERSION

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
55

66
- API version: 5.0.1-SNAPSHOT
77
- Package version: 1.0.0
8-
- Generator version: 7.13.0
8+
- Generator version: 7.17.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1010
For more information, please visit [https://github.com/Cosmo-Tech/cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api)
1111

@@ -69,6 +69,7 @@ configuration = cosmotech_api.Configuration(
6969

7070
configuration.access_token = os.environ["ACCESS_TOKEN"]
7171

72+
7273
# Enter a context with an instance of the API client
7374
with cosmotech_api.ApiClient(configuration) as api_client:
7475
# Create an instance of the API class
@@ -290,3 +291,4 @@ Authentication schemes defined for the API:
290291

291292
platform@cosmotech.com
292293

294+

cosmotech_api/__init__.py

Lines changed: 180 additions & 87 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)