Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurozkan123 committed Mar 18, 2024
2 parents 55bf9f3 + bc6bbd4 commit d9caeff
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: fbdfb8c7-e6a0-4192-a3a9-00a4a9100370
management:
docChecksum: c721cd61df3bbd1c06a92c808b203958
docVersion: 1.0.1
docChecksum: baa9b9f9ed1879e1b98998e6d606c809
docVersion: 1.0.2
speakeasyVersion: 1.209.4
generationVersion: 2.281.2
releaseVersion: 0.0.3
configChecksum: bf347ce1fdaffdbd27f291f9927da0c5
releaseVersion: 0.0.4
configChecksum: 233bacf6e697681fabd3332a753e1d49
repoURL: https://github.com/ReminisApp/keymate-python-api.git
installationURL: https://github.com/ReminisApp/keymate-python-api.git
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.0.3
version: 0.0.4
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ Based on:
### Generated
- [python v0.0.3] .
### Releases
- [PyPI v0.0.3] https://pypi.org/project/KeymateAPI/0.0.3 - .
- [PyPI v0.0.3] https://pypi.org/project/KeymateAPI/0.0.3 - .

## 2024-03-18 20:04:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.209.4 (2.281.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.0.4] .
### Releases
- [PyPI v0.0.4] https://pypi.org/project/KeymateAPI/0.0.4 - .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="KeymateAPI",
version="0.0.3",
version="0.0.4",
author="Speakeasy",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions src/keymateapi/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ class SDKConfiguration:
server_url: str = ''
server_idx: int = 0
language: str = 'python'
openapi_doc_version: str = '1.0.1'
sdk_version: str = '0.0.3'
openapi_doc_version: str = '1.0.2'
sdk_version: str = '0.0.4'
gen_version: str = '2.281.2'
user_agent: str = 'speakeasy-sdk/python 0.0.3 2.281.2 1.0.1 KeymateAPI'
user_agent: str = 'speakeasy-sdk/python 0.0.4 2.281.2 1.0.2 KeymateAPI'
retry_config: RetryConfig = None
_hooks: SDKHooks = None

Expand Down

0 comments on commit d9caeff

Please sign in to comment.