Skip to content
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.67.3 #193

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai 4.67.1 -> 4.67.3 age adoption passing confidence

Release Notes

openai/openai-node (openai)

v4.67.3

Compare Source

Full Changelog: v4.67.2...v4.67.3

Chores

v4.67.2

Compare Source

Full Changelog: v4.67.1...v4.67.2

Chores

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

openai debug - [puLL-Merge] - openai/openai-node@v4.67.1..v4.67.3

Description

This PR updates the openai-node project to version 4.67.3 from 4.67.1. The changes include updates to version numbers in various documentation and manifest files, refactoring the LineDecoder class into its own module for better modularity and maintainability, and modifying a method in src/core.ts to include a new parameter.

Possible Issues

  • No explicit test coverage for the moved LineDecoder class, ensuring it still integrates properly after refactoring.
  • Version increments should handle backward compatibility; any breaking changes can impact downstream users.

Security Hotspots

None identified. Changes are internal refactoring and version updates with no new external dependencies or handling sensitive data.

Changes

Changes

  • .release-please-manifest.json

    • Updated version from 4.67.1 to 4.67.3.
  • CHANGELOG.md

    • Added entries for versions 4.67.2 and 4.67.3 with associated internal chores.
  • README.md

    • Updated version in the Deno import statement to 4.67.3.
  • package.json

    • Updated the version field from 4.67.1 to 4.67.3.
  • scripts/build-deno

    • Updated version in the usage comment to 4.67.3.
  • src/core.ts

    • Modified the _thenUnwrap function to include a new parameter props in the transform function.
  • src/internal/decoders/line.ts

    • New file created to house the LineDecoder class for improved module separation and maintainability.
  • src/streaming.ts

    • Removed the LineDecoder implementation and imported it from ./internal/decoders/line instead.
  • src/version.ts

    • Updated the version export to 4.67.3.

Copy link

anthropic debug - [puLL-Merge] - openai/openai-node@v4.67.1..v4.67.3

Description

This PR updates the OpenAI Node.js library from version 4.67.1 to 4.67.3. It includes minor internal changes and updates to the changelog, version numbers, and documentation.

Changes

Changes

  1. Version Update:

    • Updated version from 4.67.1 to 4.67.3 in multiple files:
      • .release-please-manifest.json
      • README.md
      • package.json
      • scripts/build-deno
      • src/version.ts
  2. CHANGELOG.md:

    • Added entries for versions 4.67.3 and 4.67.2
    • Included details about internal changes and chores
  3. src/core.ts:

    • Modified _thenUnwrap method to pass props to the transform function
  4. src/internal/decoders/line.ts:

    • Added a new file containing the LineDecoder class, which was previously in src/streaming.ts
  5. src/streaming.ts:

    • Removed the LineDecoder class
    • Added an import for LineDecoder from the new location

These changes appear to be primarily focused on internal reorganization and version updates, with no significant functional changes to the library's public API.

Copy link

bedrock debug - [puLL-Merge] - openai/openai-node@v4.67.1..v4.67.3

Description

This PR updates the OpenAI Node.js library from version 4.67.1 to 4.67.3. It includes minor internal changes and updates to the version numbers across various files.

Changes

Changes

  1. .release-please-manifest.json:

    • Updated version number from 4.67.1 to 4.67.3
  2. CHANGELOG.md:

    • Added entries for versions 4.67.3 and 4.67.2
    • Both versions include internal changes categorized as "Chores"
  3. README.md:

    • Updated Deno import statement to use version 4.67.3
  4. package.json:

    • Updated version number to 4.67.3
  5. scripts/build-deno:

    • Updated version number in the usage example
  6. src/core.ts:

    • Modified the _thenUnwrap method to pass props to the transform function
  7. src/internal/decoders/line.ts:

    • Added a new file containing the LineDecoder class, which was previously in src/streaming.ts
  8. src/streaming.ts:

    • Removed the LineDecoder class (now in a separate file)
    • Added import for LineDecoder from the new file
  9. src/version.ts:

    • Updated version number to 4.67.3

These changes primarily focus on version updates and internal code organization, with the most significant change being the movement of the LineDecoder class to a separate file.

@thypon thypon merged commit 84d26fe into main Oct 16, 2024
8 checks passed
@thypon thypon deleted the renovate/openai-4.x-lockfile branch October 16, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant