Skip to content
This repository was archived by the owner on Sep 3, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
management:
docChecksum: 6657dd3e876a909472f364dc1fe34d72
docVersion: 0.0.0
docChecksum: ec9934c13ee59ba9e24e25deb2c1b55f
docVersion: 0.14.1
speakeasyVersion: 1.480.0
generationVersion: 2.499.0
releaseVersion: 0.10.0
configChecksum: 2b2d2389ee9ff1be5cd354baf7c62739
releaseVersion: 0.11.0
configChecksum: bef910848bdb13f733479db35377041f
repoURL: https://github.com/livepeer/livepeer-ai-python.git
installationURL: https://github.com/livepeer/livepeer-ai-python.git
published: true
Expand Down Expand Up @@ -62,7 +62,6 @@ generatedFiles:
- docs/models/components/masksresponse.md
- docs/models/components/media.md
- docs/models/components/mediaurl.md
- docs/models/components/params.md
- docs/models/components/security.md
- docs/models/components/textresponse.md
- docs/models/components/texttoimageparams.md
Expand Down Expand Up @@ -270,10 +269,10 @@ examples:
genLiveVideoToVideo:
speakeasy-default-gen-live-video-to-video:
requestBody:
application/json: {"subscribe_url": "https://soulful-lava.org/", "publish_url": "https://vain-tabletop.biz", "control_url": "", "events_url": "", "model_id": ""}
application/json: {"subscribe_url": "https://soulful-lava.org/", "publish_url": "https://vain-tabletop.biz", "control_url": "", "events_url": "", "model_id": "", "gateway_request_id": "", "manifest_id": "", "stream_id": ""}
responses:
"200":
application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": ""}
application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": "", "request_id": "", "manifest_id": ""}
"400":
application/json: {"detail": {"msg": "<value>"}}
"422":
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ generation:
parameterOrderingFeb2024: true
requestResponseComponentNamesFeb2024: true
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
python:
version: 0.10.0
version: 0.11.0
additionalDependencies:
dev: {}
main: {}
Expand Down
121 changes: 121 additions & 0 deletions .speakeasy/logs/changes/changes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>SDK Changelog - python</title>
<style>
:root {
--bg-color: #ffffff;
--text-color: #1a1a1a;
--text-secondary: #666666;
--code-bg: #f4f4f4;
--border-color: #e0e0e0;
--added-color: #22863a;
--removed-color: #cb2431;
--changed-color: #6f42c1;
--breaking-color: #d73a49;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-color: #1a1a1a;
--text-color: #e6e6e6;
--text-secondary: #a0a0a0;
--code-bg: #2d2d2d;
--border-color: #404040;
--added-color: #85e89d;
--removed-color: #f97583;
--changed-color: #b392f0;
--breaking-color: #f97583;
}
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
max-width: 900px;
margin: 40px auto;
padding: 20px;
line-height: 1.7;
background-color: var(--bg-color);
color: var(--text-color);
}
code {
background: var(--code-bg);
padding: 2px 8px;
border-radius: 4px;
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Courier New', monospace;
font-size: 0.9em;
}
h2 {
color: var(--text-color);
border-bottom: 2px solid var(--border-color);
padding-bottom: 12px;
margin-top: 32px;
}
ul {
padding-left: 24px;
list-style-type: disc;
list-style-position: outside;
}
ul ul {
padding-left: 28px;
margin-top: 6px;
margin-bottom: 6px;
list-style-type: circle;
}
li {
margin: 10px 0;
display: list-item;
}
li li {
margin: 4px 0;
color: var(--text-secondary);
display: list-item;
}
li li code {
font-size: 0.85em;
}
/* Ensure nested list items always show bullets */
ul > li {
list-style: disc;
}
ul ul > li {
list-style: circle;
}
strong {
font-weight: 600;
}
/* Semantic coloring for change types */
strong:contains('Added'), li:has(strong:contains('Added')) strong:first-of-type {
color: var(--added-color);
}
/* Warning emoji styling */
li {
list-style-position: outside;
}
</style>
</head>
<body><h2 id="python-sdk-changes">Python SDK Changes:</h2>

<ul>
<li><code>livepeer.generate.live_video_to_video()</code>:

<ul>
<li><code>request</code> <strong>Changed</strong> (Breaking ⚠️)

<ul>
<li><code>gateway_request_id</code> <strong>Added</strong></li>
<li><code>manifest_id</code> <strong>Added</strong></li>
<li><code>params</code> <strong>Changed</strong> (Breaking ⚠️)</li>
<li><code>stream_id</code> <strong>Added</strong></li>
</ul></li>
<li><code>response</code> <strong>Changed</strong>

<ul>
<li><code>manifest_id</code> <strong>Added</strong></li>
<li><code>request_id</code> <strong>Added</strong></li>
</ul></li>
</ul></li>
</ul>
</body>
</html>
10 changes: 10 additions & 0 deletions .speakeasy/logs/changes/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Python SDK Changes:
* `livepeer.generate.live_video_to_video()`:
* `request` **Changed** (Breaking ⚠️)
- `gateway_request_id` **Added**
- `manifest_id` **Added**
- `params` **Changed** (Breaking ⚠️)
- `stream_id` **Added**
* `response` **Changed**
- `manifest_id` **Added**
- `request_id` **Added**
Loading