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
3
3
management:
4
4
docChecksum: 5649b2692e9b9f3c1065851a47fbba06
5
5
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
10
10
repoURL: https://github.com/livepeer/livepeer-ai-python.git
11
11
installationURL: https://github.com/livepeer/livepeer-ai-python.git
12
12
published: true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ generation:
15
15
auth :
16
16
oAuth2ClientCredentialsEnabled : false
17
17
python :
18
- version : 0.4.0
18
+ version : 0.4.1
19
19
additionalDependencies :
20
20
dev : {}
21
21
main : {}
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.398.0
1
+ speakeasyVersion: 1.398.1
2
2
sources:
3
3
livepeer_ai-OAS:
4
4
sourceNamespace: livepeer-ai-oas
5
- sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
6
- sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
5
+ sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
6
+ sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
7
7
tags:
8
8
- latest
9
+ - main
9
10
targets:
10
11
livepeer-ai:
11
12
source: livepeer_ai-OAS
@@ -15,10 +16,10 @@ targets:
15
16
livepeer-ai-python:
16
17
source: livepeer_ai-OAS
17
18
sourceNamespace: livepeer-ai-oas
18
- sourceRevisionDigest: sha256:6cbee14c0d5849a13bce5e04f5da315bd17a01097f99852cb551396cd64370c0
19
- sourceBlobDigest: sha256:c8ed257dd95d5b700b8b833207b03919f6ab0bf71aadba63615beb43761d0ea6
19
+ sourceRevisionDigest: sha256:65b2880282b9748f7450c017be40622980cec47ece001b5adcdd2ef13da9901c
20
+ sourceBlobDigest: sha256:84962d1cdd2b3ec311a1e3de4848a560478cefda5b3038810a518281c8032152
20
21
codeSamplesNamespace: code-samples-python-livepeer-python
21
- codeSamplesRevisionDigest: sha256:182a64a7b21f4fc7f6124045bcf09be730b8b1b8c0695bde537facb43a6f3212
22
+ codeSamplesRevisionDigest: sha256:657e148db616bc38f9edaf615036d7d145945eadb0dab228c71cd256227d0387
22
23
workflow:
23
24
workflowVersion: 1.0.0
24
25
speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -48,4 +48,14 @@ Based on:
48
48
### Generated
49
49
- [ python v0.4.0] .
50
50
### 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 1
1
[tool .poetry ]
2
2
name = " livepeer-ai"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " Python Client SDK for the Livepeer AI API."
5
5
authors = [" Livepeer" ,]
6
6
readme = " README-PYPI.md"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ class SDKConfiguration:
29
29
server_idx : Optional [int ] = 0
30
30
language : str = "python"
31
31
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"
35
35
retry_config : OptionalNullable [RetryConfig ] = Field (default_factory = lambda : UNSET )
36
36
timeout_ms : Optional [int ] = None
37
37
You can’t perform that action at this time.
0 commit comments