Skip to content

Commit

Permalink
Merge pull request #2 from speakeasy-sdks/speakeasy-sdk-regen-1721410059
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
ndimares authored Jul 19, 2024
2 parents b188a14 + bb23082 commit 41f65e1
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 18 deletions.
10 changes: 6 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ id: 2ebfbbaa-03d2-4ef1-a2dd-71006dd37355
management:
docChecksum: 936f0ff0f6ac9e56df38e51b2591854f
docVersion: 1.0.0
speakeasyVersion: 1.344.0
generationVersion: 2.376.0
releaseVersion: 0.1.0
configChecksum: bbd82afc8dc426a9afe44497a7749d58
speakeasyVersion: 1.344.1
generationVersion: 2.376.2
releaseVersion: 0.1.1
configChecksum: 63ea61d919f81649dc5854846c31d0aa
repoURL: https://github.com/speakeasy-sdks/bar-python.git
installationURL: https://github.com/speakeasy-sdks/bar-python.git
features:
python:
additionalDependencies: 1.0.0
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: true
python:
version: 0.1.0
version: 0.1.1
additionalDependencies:
dev: {}
main: {}
Expand Down
16 changes: 9 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
speakeasyVersion: 1.344.0
speakeasyVersion: 1.344.1
sources:
bar-openapi:
sourceNamespace: bar-api
sourceRevisionDigest: sha256:d9c3206fdbc87cb7a72e5d9bc87df71801ef51a663566fbed8f1aa71ef6a795f
sourceBlobDigest: sha256:6ccaf32c0dcf29bd69ceed066e4f7b1980daba6e1c29f5853b55fa04cf08e82d
sourceRevisionDigest: sha256:832f65b3db8400afe9ddee01c57ac70ed31be7d68a6506edb2d0a0a05ad3cd97
sourceBlobDigest: sha256:2b4f4ee668d9bf6ba862927bef3aeabcdb101f163915ec8a1736b274d3152a5f
tags:
- latest
- main
targets:
my-first-target:
source: bar-openapi
sourceNamespace: bar-api
sourceRevisionDigest: sha256:d9c3206fdbc87cb7a72e5d9bc87df71801ef51a663566fbed8f1aa71ef6a795f
sourceBlobDigest: sha256:6ccaf32c0dcf29bd69ceed066e4f7b1980daba6e1c29f5853b55fa04cf08e82d
sourceRevisionDigest: sha256:832f65b3db8400afe9ddee01c57ac70ed31be7d68a6506edb2d0a0a05ad3cd97
sourceBlobDigest: sha256:2b4f4ee668d9bf6ba862927bef3aeabcdb101f163915ec8a1736b274d3152a5f
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:f1afec109cb6a97ae735371578535c644747931f3fe713e8be81750fbb0209f1
outLocation: /Users/ndimares/speakeasy/client_sdks/speakeasy-bar/bar-python
codeSamplesRevisionDigest: sha256:f2a08023605114ce5340dcefc5e16640254d613fa7c70e3180fb0d0f2827b02c
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
bar-openapi:
inputs:
Expand Down
1 change: 1 addition & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
bar-openapi:
inputs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ It has been generated successfully based on your OpenAPI spec. However, it is no

PIP
```bash
pip install git+<UNSET>.git
pip install git+https://github.com/speakeasy-sdks/bar-python.git
```

Poetry
```bash
poetry add git+<UNSET>.git
poetry add git+https://github.com/speakeasy-sdks/bar-python.git
```
<!-- End SDK Installation [installation] -->

Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


## 2024-07-19 17:27:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.1.1] .
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tool.poetry]
name = "speakeasy-bar-py"
version = "0.1.0"
version = "0.1.1"
description = "Python Client SDK Generated by Speakeasy"
authors = ["Speakeasy",]
readme = "README.md"
repository = "https://github.com/speakeasy-sdks/bar-python.git"
packages = [
{ include = "speakeasy_bar_py", from = "src" }
]
Expand Down
6 changes: 3 additions & 3 deletions src/speakeasy_bar_py/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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 = "0.1.0"
gen_version: str = "2.376.0"
user_agent: str = "speakeasy-sdk/python 0.1.0 2.376.0 1.0.0 speakeasy-bar-py"
sdk_version: str = "0.1.1"
gen_version: str = "2.376.2"
user_agent: str = "speakeasy-sdk/python 0.1.1 2.376.2 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 41f65e1

Please sign in to comment.