Skip to content

Commit 1e256e9

Browse files
authored
Merge pull request #193 from togethercomputer/release-please--branches--main--changes--next--components--together-ai
release: 0.26.0
2 parents e7204b2 + 41511a6 commit 1e256e9

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.25.0"
2+
".": "0.26.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 41
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-9675066b6d9d75638a402b738f23c767ca11bb8cd1f79346785c767fa3d5cd50.yml
3-
openapi_spec_hash: fda464254d1bce3ac2ff298e55f66e64
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-bf2f8f13aa9e13553634ad6efce85e7fa77302f9ddcf20f7b91f6ca1c85667ca.yml
3+
openapi_spec_hash: 2306f08b88e1f59c5750f4573f003fdc
44
config_hash: cf71a25b7e10f3a39a183524fa0ba05c

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.26.0 (2025-10-21)
4+
5+
Full Changelog: [v0.25.0...v0.26.0](https://github.com/togethercomputer/together-typescript/compare/v0.25.0...v0.26.0)
6+
7+
### Features
8+
9+
* **api:** api update ([9c3f92c](https://github.com/togethercomputer/together-typescript/commit/9c3f92cf75cfae116b27a9dee964b416adb7ef58))
10+
311
## 0.25.0 (2025-10-21)
412

513
Full Changelog: [v0.24.0...v0.25.0](https://github.com/togethercomputer/together-typescript/compare/v0.24.0...v0.25.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "together-ai",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "The official TypeScript library for the Together API",
55
"author": "Together <[email protected]>",
66
"types": "dist/index.d.ts",

src/resources/videos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export interface VideoCreateResponse {
123123
/**
124124
* Unique identifier for the video job.
125125
*/
126-
id?: string;
126+
id: string;
127127
}
128128

129129
export interface VideoCreateParams {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.25.0'; // x-release-please-version
1+
export const VERSION = '0.26.0'; // x-release-please-version

0 commit comments

Comments
 (0)