diff --git a/organization/README.md b/organization/README.md index b4a12692a..8e9e99265 100755 --- a/organization/README.md +++ b/organization/README.md @@ -4,7 +4,7 @@ ## SDK Installation ```bash -pip install epilot-organization +pip install git+https://github.com/epilot-dev/sdk-python.git#subdirectory=organization ``` diff --git a/organization/RELEASES.md b/organization/RELEASES.md index 92cdf48f5..f85ab81a5 100644 --- a/organization/RELEASES.md +++ b/organization/RELEASES.md @@ -4,4 +4,34 @@ ### Changes Based on: - OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml -- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy \ No newline at end of file +- Speakeasy CLI 1.14.2 (2.13.0) https://github.com/speakeasy-api/speakeasy + +## 2023-03-23 00:30:20 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml +- Speakeasy CLI 1.15.0 (2.13.1) https://github.com/speakeasy-api/speakeasy + +## 2023-03-24 00:28:42 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml +- Speakeasy CLI 1.17.0 (2.15.0) https://github.com/speakeasy-api/speakeasy + +## 2023-03-25 00:28:03 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml +- Speakeasy CLI 1.18.7 (2.16.1) https://github.com/speakeasy-api/speakeasy + +## 2023-03-28 00:30:09 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml +- Speakeasy CLI 1.18.9 (2.16.4) https://github.com/speakeasy-api/speakeasy + +## 2023-03-29 00:34:03 +### Changes +Based on: +- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/organization-v2.yaml +- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy \ No newline at end of file diff --git a/organization/gen.yaml b/organization/gen.yaml index 934c0c9e0..7f631f894 100644 --- a/organization/gen.yaml +++ b/organization/gen.yaml @@ -2,14 +2,15 @@ configVersion: 1.0.0 management: docChecksum: ff6632bc60e3c04c39f8eb7374536204 docVersion: 1.0.0 - speakeasyVersion: 1.14.2 - generationVersion: 2.13.0 + speakeasyVersion: 1.19.2 + generationVersion: 2.16.5 generation: telemetryEnabled: false sdkClassName: epilot sdkFlattening: true + singleTagPerOp: false python: - version: 1.0.0 + version: 1.2.2 author: epilot description: Python Client SDK for Epilot packageName: epilot-organization diff --git a/organization/pylintrc b/organization/pylintrc index 532df1904..79b8008d0 100755 --- a/organization/pylintrc +++ b/organization/pylintrc @@ -438,7 +438,8 @@ disable=raw-checker-failed, duplicate-code, trailing-newlines, too-many-public-methods, - too-many-locals + too-many-locals, + too-many-lines # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option diff --git a/organization/setup.py b/organization/setup.py index d533106ae..f1f368155 100755 --- a/organization/setup.py +++ b/organization/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="epilot-organization", - version="1.0.0", + version="1.2.2", author="epilot", description="Python Client SDK for Epilot", long_description=long_description, diff --git a/organization/src/epilot/sdk.py b/organization/src/epilot/sdk.py index 8a0d6a582..43e023f2c 100755 --- a/organization/src/epilot/sdk.py +++ b/organization/src/epilot/sdk.py @@ -22,8 +22,8 @@ class Epilot: _security_client: requests_http.Session _server_url: str = SERVERS[0] _language: str = "python" - _sdk_version: str = "1.0.0" - _gen_version: str = "2.13.0" + _sdk_version: str = "1.2.2" + _gen_version: str = "2.16.5" def __init__(self, security: shared.Security = None,