Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.20.2
  • Loading branch information
speakeasybot committed Apr 19, 2023
commit 7ade281932e879b83c8fec46ffdc26c34b557bda
8 changes: 7 additions & 1 deletion webhooks/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ Based on:
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/webhooks-howto.yaml
- Speakeasy CLI 1.20.1 (2.18.1) https://github.com/speakeasy-api/speakeasy
- Speakeasy CLI 1.20.1 (2.18.1) https://github.com/speakeasy-api/speakeasy

## 2023-04-19 01:00:51
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://docs.api.epilot.io/webhooks-howto.yaml
- Speakeasy CLI 1.20.2 (2.18.2) https://github.com/speakeasy-api/speakeasy
6 changes: 3 additions & 3 deletions webhooks/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: ec0e473c4984d2b4894ce5f50dd5abeb
docVersion: 1.0.0
speakeasyVersion: 1.20.1
generationVersion: 2.18.1
speakeasyVersion: 1.20.2
generationVersion: 2.18.2
generation:
telemetryEnabled: false
sdkClassName: epilot
singleTagPerOp: false
python:
version: 1.4.1
version: 1.4.2
author: epilot
description: Python Client SDK for Epilot
packageName: epilot-webhooks
2 changes: 1 addition & 1 deletion webhooks/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="epilot-webhooks",
version="1.4.1",
version="1.4.2",
author="epilot",
description="Python Client SDK for Epilot",
long_description=long_description,
Expand Down
4 changes: 2 additions & 2 deletions webhooks/src/epilot/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ class Epilot:
_security_client: requests_http.Session
_server_url: str = SERVERS[0]
_language: str = "python"
_sdk_version: str = "1.4.1"
_gen_version: str = "2.18.1"
_sdk_version: str = "1.4.2"
_gen_version: str = "2.18.2"

def __init__(self,
security: shared.Security = None,
Expand Down