File tree Expand file tree Collapse file tree 6 files changed +27
-16
lines changed Expand file tree Collapse file tree 6 files changed +27
-16
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
33management:
44 docChecksum: 5649b2692e9b9f3c1065851a47fbba06
55 docVersion: v0.5.0
6- speakeasyVersion: 1.396.9
7- generationVersion: 2.415.7
8- releaseVersion: 0.4.0
9- configChecksum: b7dcd27b0ebd95152fdf1bbc8709dca4
6+ speakeasyVersion: 1.398.1
7+ generationVersion: 2.415.8
8+ releaseVersion: 0.4.1
9+ configChecksum: dec21111bd737eba17aa78dbbcb1f3c9
1010 repoURL: https://github.com/livepeer/livepeer-ai-python.git
1111 installationURL: https://github.com/livepeer/livepeer-ai-python.git
1212 published: true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
1515 auth :
1616 oAuth2ClientCredentialsEnabled : false
1717python :
18- version : 0.4.0
18+ version : 0.4.1
1919 additionalDependencies :
2020 dev : {}
2121 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.398.0
1+ speakeasyVersion: 1.398.1
22sources:
33 livepeer_ai-OAS:
44 sourceNamespace: livepeer-ai-oas
5- sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
6- sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
5+ sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
6+ sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
77 tags:
88 - latest
9+ - main
910targets:
1011 livepeer-ai:
1112 source: livepeer_ai-OAS
@@ -15,10 +16,10 @@ targets:
1516 livepeer-ai-python:
1617 source: livepeer_ai-OAS
1718 sourceNamespace: livepeer-ai-oas
18- sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
19- sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
19+ sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
20+ sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
2021 codeSamplesNamespace: code-samples-python-livepeer-python
21- codeSamplesRevisionDigest: sha256:182a64a7b21f4fc7f6124045bcf09be730b8b1b8c0695bde537facb43a6f3212
22+ codeSamplesRevisionDigest: sha256:657e148db616bc38f9edaf615036d7d145945eadb0dab228c71cd256227d0387
2223workflow:
2324 workflowVersion: 1.0.0
2425 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -48,4 +48,14 @@ Based on:
4848### Generated
4949- [ python v0.4.0] .
5050### Releases
51- - [ PyPI v0.4.0] https://pypi.org/project/livepeer-ai/0.4.0 - .
51+ - [ PyPI v0.4.0] https://pypi.org/project/livepeer-ai/0.4.0 - .
52+
53+ ## 2024-09-17 16:25:27
54+ ### Changes
55+ Based on:
56+ - OpenAPI Doc
57+ - Speakeasy CLI 1.398.1 (2.415.8) https://github.com/speakeasy-api/speakeasy
58+ ### Generated
59+ - [ python v0.4.1] .
60+ ### Releases
61+ - [ PyPI v0.4.1] https://pypi.org/project/livepeer-ai/0.4.1 - .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " livepeer-ai"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " Python Client SDK for the Livepeer AI API."
55authors = [" Livepeer" ,]
66readme = " README-PYPI.md"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ class SDKConfiguration:
2929 server_idx : Optional [int ] = 0
3030 language : str = "python"
3131 openapi_doc_version : str = "v0.5.0"
32- sdk_version : str = "0.4.0 "
33- gen_version : str = "2.415.7 "
34- user_agent : str = "speakeasy-sdk/python 0.4.0 2.415.7 v0.5.0 livepeer-ai"
32+ sdk_version : str = "0.4.1 "
33+ gen_version : str = "2.415.8 "
34+ user_agent : str = "speakeasy-sdk/python 0.4.1 2.415.8 v0.5.0 livepeer-ai"
3535 retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
3636 timeout_ms : Optional [int ] = None
3737
You can’t perform that action at this time.
0 commit comments