Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.1.2, Speakeasy CLI 1.310.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Jun 20, 2024
1 parent d7a4816 commit 7d29655
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
11 changes: 5 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 53f7af90-29d0-4d5a-b54b-5a081bc9afcd
management:
docChecksum: 02d38bf8412747daa27991dee395436d
docVersion: 0.1.2
speakeasyVersion: 1.308.0
generationVersion: 2.342.2
releaseVersion: 0.4.2
configChecksum: 20191d1fb206164c53455bbd4c10b2cb
speakeasyVersion: 1.310.0
generationVersion: 2.347.4
releaseVersion: 0.4.3
configChecksum: a48602538554cb0a755e5f891d2377c3
repoURL: https://github.com/onlyauth-io/onlyauth-python.git
repoSubDirectory: .
installationURL: https://github.com/onlyauth-io/onlyauth-python.git
published: true
features:
python:
additionalDependencies: 0.1.0
core: 4.6.10
core: 4.6.11
flattening: 2.81.1
globalSecurity: 2.83.5
globalSecurityCallbacks: 0.1.0
Expand All @@ -28,7 +28,6 @@ generatedFiles:
- src/onlyauth/authentication.py
- src/onlyauth/apps.py
- src/onlyauth/sdk.py
- Makefile
- py.typed
- pylintrc
- scripts/publish.sh
Expand Down
6 changes: 0 additions & 6 deletions Makefile

This file was deleted.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,14 @@ Based on:
### Generated
- [python v0.4.2] .
### Releases
- [PyPI v0.4.2] https://pypi.org/project/onlyauth/0.4.2 - .
- [PyPI v0.4.2] https://pypi.org/project/onlyauth/0.4.2 - .

## 2024-06-20 01:15:52
### Changes
Based on:
- OpenAPI Doc 0.1.2
- Speakeasy CLI 1.310.0 (2.347.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.4.3] .
### Releases
- [PyPI v0.4.3] https://pypi.org/project/onlyauth/0.4.3 - .
3 changes: 2 additions & 1 deletion 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.4.2
version: 0.4.3
additionalDependencies:
dependencies: {}
extraDependencies:
Expand All @@ -36,3 +36,4 @@ python:
packageName: onlyauth
projectUrls: {}
responseFormat: envelope
templateVersion: v1
6 changes: 3 additions & 3 deletions src/onlyauth/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = 'python'
openapi_doc_version: str = '0.1.2'
sdk_version: str = '0.4.2'
gen_version: str = '2.342.2'
user_agent: str = 'speakeasy-sdk/python 0.4.2 2.342.2 0.1.2 onlyauth'
sdk_version: str = '0.4.3'
gen_version: str = '2.347.4'
user_agent: str = 'speakeasy-sdk/python 0.4.3 2.347.4 0.1.2 onlyauth'
retry_config: Optional[RetryConfig] = None

def __post_init__(self):
Expand Down

0 comments on commit 7d29655

Please sign in to comment.