From b58f5a1344f631dac0fb8ecfa4fbae49af070189 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:44:44 -0400 Subject: [PATCH 1/2] feat(api): updates (#894) --- .stats.yml | 2 +- src/resources/beta/threads/messages.ts | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.stats.yml b/.stats.yml index a6c08f499..c5ada3b5d 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 64 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-c085faf70d6ff059fbe11b7b6b98123a612524cb9b8a6f649c99526e5b0b1bdb.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-5cb1810135c35c5024698f3365626471a04796e26e393aefe1aa0ba3c0891919.yml diff --git a/src/resources/beta/threads/messages.ts b/src/resources/beta/threads/messages.ts index 4bbdc7426..07c5a573c 100644 --- a/src/resources/beta/threads/messages.ts +++ b/src/resources/beta/threads/messages.ts @@ -129,11 +129,6 @@ export namespace FileCitationAnnotation { * The ID of the specific File the citation is from. */ file_id: string; - - /** - * The specific quote in the file. - */ - quote: string; } } From c0919d76a5d58711a51c245edd605d55fa6ec21c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:45:08 +0000 Subject: [PATCH 2/2] release: 4.51.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package.json | 2 +- scripts/build-deno | 2 +- src/version.ts | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e99be4da9..58c53eaeb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.50.0" + ".": "4.51.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47cafc9b0..8c2a3b446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.51.0 (2024-06-12) + +Full Changelog: [v4.50.0...v4.51.0](https://github.com/openai/openai-node/compare/v4.50.0...v4.51.0) + +### Features + +* **api:** updates ([#894](https://github.com/openai/openai-node/issues/894)) ([b58f5a1](https://github.com/openai/openai-node/commit/b58f5a1344f631dac0fb8ecfa4fbae49af070189)) + ## 4.50.0 (2024-06-10) Full Changelog: [v4.49.1...v4.50.0](https://github.com/openai/openai-node/compare/v4.49.1...v4.50.0) diff --git a/README.md b/README.md index c1c910645..6dcc2abc4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can import in Deno via: ```ts -import OpenAI from 'https://deno.land/x/openai@v4.50.0/mod.ts'; +import OpenAI from 'https://deno.land/x/openai@v4.51.0/mod.ts'; ``` diff --git a/package.json b/package.json index 0cc852583..f5401bb8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openai", - "version": "4.50.0", + "version": "4.51.0", "description": "The official TypeScript library for the OpenAI API", "author": "OpenAI ", "types": "dist/index.d.ts", diff --git a/scripts/build-deno b/scripts/build-deno index 6d6109f7b..2d0cbecc2 100755 --- a/scripts/build-deno +++ b/scripts/build-deno @@ -16,7 +16,7 @@ This is a build produced from https://github.com/openai/openai-node – please g Usage: \`\`\`ts -import OpenAI from "https://deno.land/x/openai@v4.50.0/mod.ts"; +import OpenAI from "https://deno.land/x/openai@v4.51.0/mod.ts"; const client = new OpenAI(); \`\`\` diff --git a/src/version.ts b/src/version.ts index 44f8e47e3..9daf60a23 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '4.50.0'; // x-release-please-version +export const VERSION = '4.51.0'; // x-release-please-version