Skip to content

Commit

Permalink
Merge pull request #6 from speakeasy-sdks/speakeasy-sdk-regen-1733271071
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.0.1
  • Loading branch information
ryan-timothy-albert authored Dec 4, 2024
2 parents 7883143 + 3007c6f commit 16340d2
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 1.0.0
speakeasyVersion: 1.451.1
generationVersion: 2.470.1
releaseVersion: 1.0.0
configChecksum: aedb9c7f438618c16563bd0bedd135cd
releaseVersion: 1.0.1
configChecksum: 2b5f834744211c008981e770838bad27
repoURL: https://github.com/speakeasy-sdks/bar-python.git
installationURL: https://github.com/speakeasy-sdks/bar-python.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 @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 1.0.0
version: 1.0.1
additionalDependencies:
dev: {}
main: {}
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.451.1
sources:
bar-openapi:
sourceNamespace: bar-api
sourceRevisionDigest: sha256:bda572de1dd33f61a767966c86c708757c3d2340e1840c9b35aba70b1348a370
sourceRevisionDigest: sha256:0fc946482ab3a45713ce2206e478d3c2d5741b3c38f40acdc3bb62999d441144
sourceBlobDigest: sha256:f5d6201a22e286fa7f44a7e833ab695f65d74ef3f6b4e11673bc2db868483f90
tags:
- latest
- speakeasy-sdk-regen-1731405163
- speakeasy-sdk-regen-1733271071
- 1.0.0
targets:
my-first-target:
source: bar-openapi
sourceNamespace: bar-api
sourceRevisionDigest: sha256:bda572de1dd33f61a767966c86c708757c3d2340e1840c9b35aba70b1348a370
sourceRevisionDigest: sha256:0fc946482ab3a45713ce2206e478d3c2d5741b3c38f40acdc3bb62999d441144
sourceBlobDigest: sha256:f5d6201a22e286fa7f44a7e833ab695f65d74ef3f6b4e11673bc2db868483f90
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:155f4d4a557afe699da79eff28e8089a028b1dcee27835bbafd6cf6cc37f60ba
codeSamplesRevisionDigest: sha256:e7176e178872190366e86339e5b088807796bc20f55d8e64b6663a05a72e71fd
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.0.0] .
- [python v1.0.0] .

## 2024-12-04 00:11:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.451.1 (2.470.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.0.1] .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "speakeasy-bar-py"
version = "1.0.0"
version = "1.0.1"
description = "Python Client SDK Generated by Speakeasy"
authors = ["Speakeasy",]
readme = "README-PYPI.md"
Expand Down
2 changes: 1 addition & 1 deletion src/speakeasy_bar_py/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import importlib.metadata

__title__: str = "speakeasy-bar-py"
__version__: str = "1.0.0"
__version__: str = "1.0.1"

try:
if __package__ is not None:
Expand Down
4 changes: 2 additions & 2 deletions src/speakeasy_bar_py/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ class SDKConfiguration:
server_defaults: Dict[str, Dict[str, str]] = field(default_factory=Dict)
language: str = "python"
openapi_doc_version: str = "1.0.0"
sdk_version: str = "1.0.0"
sdk_version: str = "1.0.1"
gen_version: str = "2.470.1"
user_agent: str = "speakeasy-sdk/python 1.0.0 2.470.1 1.0.0 speakeasy-bar-py"
user_agent: str = "speakeasy-sdk/python 1.0.1 2.470.1 1.0.0 speakeasy-bar-py"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 16340d2

Please sign in to comment.