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.52.3 #157

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai 4.52.2 -> 4.52.3 age adoption passing confidence

Release Notes

openai/openai-node (openai)

v4.52.3

Compare Source

Full Changelog: v4.52.2...v4.52.3

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 has been generated by Mend Renovate. View repository job log here.

Copy link

openai debug - [puLL-Merge] - openai/[email protected]

Description

This pull request includes a version bump from 4.52.2 to 4.52.3 and minor updates to some files, such as configuration files, the changelog, README, and select tests. The motivation for this change appears to be routine maintenance and updates, likely fixing small issues or making minor improvements.

Changes

Changes

  • .release-please-manifest.json

    • Updated version from 4.52.2 to 4.52.3.
  • .stats.yml

    • Updated the openapi_spec_url to a new URL.
  • CHANGELOG.md

    • Added an entry for version 4.52.3, listing a minor change to tests.
  • README.md

    • Updated the Deno import statement to reflect the new version 4.52.3.
  • package.json

    • Bumped the version from 4.52.2 to 4.52.3.
  • scripts/build-deno

    • Updated the Deno import statement to reflect the new version 4.52.3.
  • src/version.ts

    • Changed the version constant from 4.52.2 to 4.52.3.
  • tests/api-resources/chat/completions.test.ts

    • Updated the seed value in the test from -9223372036854776000 to -9007199254740991.
  • tests/api-resources/completions.test.ts

    • Updated the seed value in the test from -9223372036854776000 to -9007199254740991.

Copy link

anthropic debug - [puLL-Merge] - openai/[email protected]

Description

This pull request (PR) updates the version number of the OpenAI Node.js library from 4.52.2 to 4.52.3. It includes minor changes to tests and updates various files to reflect the new version number. This appears to be a routine version bump with minimal changes to the codebase.

Changes

Changes

  1. .release-please-manifest.json:

    • Updated version number from 4.52.2 to 4.52.3
  2. .stats.yml:

    • Updated the openapi_spec_url to a new URL, likely reflecting an updated OpenAPI specification
  3. CHANGELOG.md:

    • Added an entry for version 4.52.3, mentioning a minor change to tests
  4. README.md:

    • Updated the import statement for Deno to use the new version 4.52.3
  5. package.json:

    • Updated the version number to 4.52.3
  6. scripts/build-deno:

    • Updated the example import statement to use version 4.52.3
  7. src/version.ts:

    • Updated the VERSION constant to 4.52.3
  8. tests/api-resources/chat/completions.test.ts:

    • Changed the seed value in a test from -9223372036854776000 to -9007199254740991
  9. tests/api-resources/completions.test.ts:

    • Similarly changed the seed value from -9223372036854776000 to -9007199254740991

The main functional change in this PR appears to be the adjustment of the seed values in two test files. This change likely aims to use a value within the safe integer range for JavaScript, as the new value (-9007199254740991) is the lowest safe integer in JavaScript (Number.MIN_SAFE_INTEGER).

Overall, this PR seems to be a routine version update with a minor adjustment to test cases.

Copy link

bedrock debug - [puLL-Merge] - openai/[email protected]

Description

This pull request updates the OpenAI Node.js library to version 4.52.3. The main changes are updating version numbers across various files and making a minor tweak to the tests.

Changes

Changes

  • .release-please-manifest.json: Bumps the version from 4.52.2 to 4.52.3
  • .stats.yml: Updates the URL for the OpenAPI spec file
  • CHANGELOG.md:
    • Adds a new section for version 4.52.3
    • Notes the minor change to tests in this version
  • README.md: Updates the example Deno import to use version 4.52.3
  • package.json: Bumps the version from 4.52.2 to 4.52.3
  • scripts/build-deno: Updates the example import in the generated header comment to use version 4.52.3
  • src/version.ts: Bumps the VERSION constant from 4.52.2 to 4.52.3
  • tests/api-resources/chat/completions.test.ts: Changes a seed value in the test from -9223372036854776000 to -9007199254740991
  • tests/api-resources/completions.test.ts: Makes the same seed value change as above in a different test file

@thypon thypon merged commit 01c6e82 into main Jul 10, 2024
8 checks passed
@thypon thypon deleted the renovate/openai-4.x-lockfile branch July 10, 2024 07:28
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