Skip to content

fix(deps): update dependency openai to v1.93.0 - autoclosed #1029

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
openai ==1.78.1 -> ==1.93.0 age adoption passing confidence

Release Notes

openai/openai-python (openai)

v1.93.0

Compare Source

Full Changelog: v1.92.3...v1.93.0

Features

v1.92.3

Compare Source

Full Changelog: v1.92.2...v1.92.3

Bug Fixes
  • client: avoid encoding error with empty API keys (5a3e64e)
Documentation

v1.92.2

Compare Source

Full Changelog: v1.92.1...v1.92.2

Chores
  • api: remove unsupported property (ec24408)

v1.92.1

Compare Source

Full Changelog: v1.92.0...v1.92.1

Chores
  • client: sync stream/parse methods over (e2536cf)
  • docs: update README to include links to docs on Webhooks (ddbf9f1)

v1.92.0

Compare Source

Full Changelog: v1.91.0...v1.92.0

Features
  • api: webhook and deep research support (d3bb116)
  • client: move stream and parse out of beta (0e358ed)
Bug Fixes
  • ci: release-doctor — report correct token name (ff8c556)
Chores
  • internal: add tests for breaking change detection (710fe8f)
  • tests: skip some failing tests on the latest python versions (93ccc38)

v1.91.0

Compare Source

Full Changelog: v1.90.0...v1.91.0

Features
  • api: update api shapes for usage and code interpreter (060d566)

v1.90.0

Compare Source

Full Changelog: v1.89.0...v1.90.0

Features
  • api: make model and inputs not required to create response (11bd62e)

v1.89.0

Compare Source

Full Changelog: v1.88.0...v1.89.0

Features
  • client: add support for aiohttp (9218b07)
Bug Fixes
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (35bcc4b)
Chores

v1.88.0

Compare Source

Full Changelog: v1.87.0...v1.88.0

Features
Chores
  • ci: enable for pull requests (542b0ce)
  • internal: minor formatting (29d723d)

v1.87.0

Compare Source

Full Changelog: v1.86.0...v1.87.0

Features
  • api: add reusable prompt IDs (36bfe6e)
Bug Fixes
  • client: update service_tier on client.beta.chat.completions (aa488d5)
Chores
  • internal: codegen related update (b1a31e5)
  • internal: update conftest.py (bba0213)
  • tests: add tests for httpx client instantiation & proxies (bc93712)

v1.86.0

Compare Source

Full Changelog: v1.85.0...v1.86.0

Features
  • api: Add o3-pro model IDs (d8dd80b)

v1.85.0

Compare Source

Full Changelog: v1.84.0...v1.85.0

Features
  • api: Add tools and structured outputs to evals (002cc7b)
Bug Fixes
  • responses: support raw responses for parse() (d459943)

v1.84.0

Compare Source

Full Changelog: v1.83.0...v1.84.0

Features
  • api: add new realtime and audio models, realtime session options (0acd0da)
Chores

v1.83.0

Compare Source

Full Changelog: v1.82.1...v1.83.0

Features
  • api: Config update for pakrym-stream-param (88bcf3a)
  • client: add follow_redirects request option (26d715f)
Bug Fixes
  • api: Fix evals and code interpreter interfaces (2650159)
  • client: return binary content from get /containers/{container_id}/files/{file_id}/content (f7c80c4)
Chores
  • api: mark some methods as deprecated (3e2ca57)
  • deprecate Assistants API (9d166d7)
  • docs: remove reference to rye shell (c7978e9)

v1.82.1

Compare Source

Full Changelog: v1.82.0...v1.82.1

Bug Fixes
  • responses: don't include parsed_arguments when re-serialising (6d04193)
Chores
  • internal: fix release workflows (361a909)

v1.82.0

Compare Source

Full Changelog: v1.81.0...v1.82.0

Features
  • api: new streaming helpers for background responses (2a65d4d)
Bug Fixes
Documentation
  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

v1.81.0

Compare Source

Full Changelog: v1.80.0...v1.81.0

Features
  • api: add container endpoint (054a210)

v1.80.0

Compare Source

Full Changelog: v1.79.0...v1.80.0

Features
Chores
  • docs: grammar improvements (e746145)

v1.79.0

Compare Source

Full Changelog: v1.78.1...v1.79.0

Features
  • api: further updates for evals API (32c99a6)
  • api: manual updates (25245e5)
  • api: responses x eval api (fd586cb)
  • api: Updating Assistants and Evals API schemas (98ba7d3)
Bug Fixes
  • fix create audio transcription endpoint (e9a89ab)
Chores
  • ci: fix installation instructions (f26c5fc)
  • ci: upload sdks to package manager (861f105)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot enabled auto-merge (squash) April 7, 2025 21:01
@renovate renovate bot requested review from codegen-team and a team as code owners April 7, 2025 21:01
@kopekC
Copy link
Member

kopekC commented Apr 7, 2025

@codegen review this

Hey! 👋 Taking a look.
💻 View my work.

Copy link
Contributor

codegen-sh bot commented Apr 7, 2025

I've reviewed this PR which updates the OpenAI Python SDK from v1.70.0 to v1.71.0.

Summary of Changes

  • This is a minor version update (1.70.0 → 1.71.0) of the OpenAI Python SDK
  • The changes in this version include:
    • Several API manual updates
    • Allowing websockets v15
    • Removing deprecated/unused remote spec feature
    • Internal workflow improvements

Impact Assessment

  • This is a low-risk update as it's a minor version increment with no breaking changes
  • The changes are primarily internal improvements and API updates
  • The OpenAI client is used in several places in the codebase, but this update doesn't modify any interfaces that would affect existing functionality

Recommendation

Approve and merge - This dependency update is safe and follows semantic versioning principles. The changes are minimal and don't introduce breaking changes that would affect the codebase.

The PR has been automatically generated by Renovate with automerge enabled, which is appropriate for this type of non-breaking dependency update.

@renovate renovate bot force-pushed the renovate/openai-1.x branch 3 times, most recently from ffffc12 to d5ecc14 Compare April 8, 2025 22:19
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.71.0 fix(deps): update dependency openai to v1.72.0 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from d5ecc14 to 5472d9f Compare April 12, 2025 18:40
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.72.0 fix(deps): update dependency openai to v1.73.0 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 5472d9f to d6d49f7 Compare April 14, 2025 18:18
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.73.0 fix(deps): update dependency openai to v1.74.0 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 11 times, most recently from 407876e to a6fe9ec Compare April 16, 2025 17:24
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.74.0 fix(deps): update dependency openai to v1.75.0 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 5 times, most recently from 8f9f53b to 5870f0c Compare April 18, 2025 21:56
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.83.0 fix(deps): update dependency openai to v1.84.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 0c96abc to 50b6143 Compare June 4, 2025 13:20
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.84.0 fix(deps): update dependency openai to v1.85.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 75d8c78 to ec19489 Compare June 10, 2025 19:04
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.85.0 fix(deps): update dependency openai to v1.86.0 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 7 times, most recently from 1ced18b to c9a3ce7 Compare June 16, 2025 20:40
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.86.0 fix(deps): update dependency openai to v1.87.0 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from c9a3ce7 to 54589ac Compare June 17, 2025 07:07
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.87.0 fix(deps): update dependency openai to v1.88.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch 3 times, most recently from 80385d6 to 8cd071f Compare June 20, 2025 20:47
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.88.0 fix(deps): update dependency openai to v1.90.0 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 8cd071f to f18f3d8 Compare June 23, 2025 20:46
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.90.0 fix(deps): update dependency openai to v1.91.0 Jun 23, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from f18f3d8 to 51f5d1e Compare June 26, 2025 21:19
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.91.0 fix(deps): update dependency openai to v1.92.2 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/openai-1.x branch from 51f5d1e to 8f595c0 Compare June 27, 2025 23:09
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.92.2 fix(deps): update dependency openai to v1.93.0 Jun 27, 2025
@renovate renovate bot changed the title fix(deps): update dependency openai to v1.93.0 fix(deps): update dependency openai to v1.93.0 - autoclosed Jun 29, 2025
@renovate renovate bot closed this Jun 29, 2025
auto-merge was automatically disabled June 29, 2025 21:40

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant