-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency openai to v4.76.0 #220
Conversation
bedrock debug - [puLL-Merge] - openai/[email protected] DescriptionThis PR updates the OpenAI Node.js library from version 4.73.1 to 4.76.0. It includes several new features, improvements to documentation, and changes to the build process for better compatibility with different installation methods. ChangesChanges
This sequence diagram illustrates the flow of the updated build and publish process, including the new steps for JSR compatibility and git install restructuring.```mermaid
|
openai debug - [puLL-Merge] - openai/[email protected] DescriptionThis pull request updates several configuration and versioning files in preparation for the release of version Possible Issues
Security Hotspots
ChangesChanges.release-please-manifest.json2c2
- ".": "4.73.1"
+ ".": "4.76.0" .stats.yml2c2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-aa9b01fc0c17eb0cbc200533fc20d6a49c5e764ceaf8049e08b294532be6e9ff.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-2e0e0678be19d1118fd796af291822075e40538dba326611e177e9f3dc245a53.yml CHANGELOG.md+## 4.76.0 (2024-12-05)
+
+Full Changelog: [v4.75.0...v4.76.0](https://github.com/openai/openai-node/compare/v4.75.0...v4.76.0)
+
+### Features
+* **api:** updates ([#1212](https://github.com/openai/openai-node/issues/1212)) ([e0fedf2](https://github.com/openai/openai-node/commit/e0fedf2c5a91d0c03d8dad6854b366f77eab4923))
+
+### Chores
+* bump openapi url ([#1210](https://github.com/openai/openai-node/issues/1210)) ([3fa95a4](https://github.com/openai/openai-node/commit/3fa95a429d4b2adecce35a7b96b73f6d5e88eeeb)) jsr.json- "version": "4.73.1",
+ "version": "4.76.0", package.json- "version": "4.73.1",
+ "version": "4.76.0",
3a4
+ "git-swap": "./scripts/utils/git-swap.sh", scripts/build-deno+node scripts/utils/convert-jsr-readme.cjs ./dist-deno/README.md scripts/utils/check-is-in-git-install.sh-#!/bin/bash
+#!/usr/bin/env bash scripts/utils/convert-jsr-readme.cjsNew file added to handle the conversion of README files for JSR specifications. This includes AST traversal and text replacements. scripts/utils/git-swap.shNew file added to adjust the structure of the package during Git installations to match that of npm installations. src/version.ts-export const VERSION = '4.73.1'; // x-release-please-version
+export const VERSION = '4.76.0'; // x-release-please-version This sequence diagram outlines the workflow impacted by this pull request, from the PR submission to the final package publication. The new scripts added within this PR (convert-jsr-readme.cjs and git-swap.sh) would be utilized in the CI phase to ensure proper setup and structure of the package before it's published.```mermaid
|
anthropic debug - [puLL-Merge] - openai/[email protected] DescriptionThis PR updates the OpenAI Node.js library from version 4.73.1 to 4.76.0. It includes several feature updates, changes to the build process, and improvements to documentation, particularly for JSR (JavaScript Registry) compatibility. ChangesChanges
sequenceDream
participant Developer
participant BuildScript
participant GitInstall
participant NPMInstall
Developer->>BuildScript: Run build process
BuildScript->>BuildScript: Execute build-deno script
BuildScript->>BuildScript: Convert JSR README
alt Git Install
GitInstall->>GitInstall: Run prepare script
GitInstall->>GitInstall: Execute git-swap.sh
GitInstall->>GitInstall: Reorganize file structure
else NPM Install
NPMInstall->>NPMInstall: Standard npm installation
end
Developer->>Developer: Use updated OpenAI library (v4.76.0)
Possible Issues
Security HotspotsNo significant security issues are apparent in this change. This diagram illustrates the new build and installation process, highlighting the differences between git and npm installations due to the new git-swap script. |
This PR contains the following updates:
4.73.1
->4.76.0
Release Notes
openai/openai-node (openai)
v4.76.0
Compare Source
Full Changelog: v4.75.0...v4.76.0
Features
Chores
v4.75.0
Compare Source
Full Changelog: v4.74.0...v4.75.0
Features
v4.74.0
Compare Source
Full Changelog: v4.73.1...v4.74.0
Features
Configuration
📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.