Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.398.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Sep 17, 2024
1 parent 6fdb5ea commit 366a7a6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
management:
docChecksum: 5649b2692e9b9f3c1065851a47fbba06
docVersion: v0.5.0
speakeasyVersion: 1.396.9
generationVersion: 2.415.7
releaseVersion: 0.4.0
configChecksum: b7dcd27b0ebd95152fdf1bbc8709dca4
speakeasyVersion: 1.398.1
generationVersion: 2.415.8
releaseVersion: 0.4.1
configChecksum: dec21111bd737eba17aa78dbbcb1f3c9
repoURL: https://github.com/livepeer/livepeer-ai-python.git
installationURL: https://github.com/livepeer/livepeer-ai-python.git
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 0.4.0
version: 0.4.1
additionalDependencies:
dev: {}
main: {}
Expand Down
13 changes: 7 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
speakeasyVersion: 1.398.0
speakeasyVersion: 1.398.1
sources:
livepeer_ai-OAS:
sourceNamespace: livepeer-ai-oas
sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
tags:
- latest
- main
targets:
livepeer-ai:
source: livepeer_ai-OAS
Expand All @@ -15,10 +16,10 @@ targets:
livepeer-ai-python:
source: livepeer_ai-OAS
sourceNamespace: livepeer-ai-oas
sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
codeSamplesNamespace: code-samples-python-livepeer-python
codeSamplesRevisionDigest: sha256:182a64a7b21f4fc7f6124045bcf09be730b8b1b8c0695bde537facb43a6f3212
codeSamplesRevisionDigest: sha256:657e148db616bc38f9edaf615036d7d145945eadb0dab228c71cd256227d0387
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ Based on:
### Generated
- [python v0.4.0] .
### Releases
- [PyPI v0.4.0] https://pypi.org/project/livepeer-ai/0.4.0 - .
- [PyPI v0.4.0] https://pypi.org/project/livepeer-ai/0.4.0 - .

## 2024-09-17 16:25:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.398.1 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.4.1] .
### Releases
- [PyPI v0.4.1] https://pypi.org/project/livepeer-ai/0.4.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 = "livepeer-ai"
version = "0.4.0"
version = "0.4.1"
description = "Python Client SDK for the Livepeer AI API."
authors = ["Livepeer",]
readme = "README-PYPI.md"
Expand Down
6 changes: 3 additions & 3 deletions src/livepeer_ai/sdkconfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class SDKConfiguration:
server_idx: Optional[int] = 0
language: str = "python"
openapi_doc_version: str = "v0.5.0"
sdk_version: str = "0.4.0"
gen_version: str = "2.415.7"
user_agent: str = "speakeasy-sdk/python 0.4.0 2.415.7 v0.5.0 livepeer-ai"
sdk_version: str = "0.4.1"
gen_version: str = "2.415.8"
user_agent: str = "speakeasy-sdk/python 0.4.1 2.415.8 v0.5.0 livepeer-ai"
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
timeout_ms: Optional[int] = None

Expand Down

0 comments on commit 366a7a6

Please sign in to comment.