Skip to content

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

Closed
renovate[bot] wants to merge 1 commit into
developfrom
renovate/openai-1.x
Closed

fix(deps): update dependency openai to v1.93.0 - autoclosed#1029
renovate[bot] wants to merge 1 commit into
developfrom
renovate/openai-1.x

Conversation

@renovate
Copy link
Copy Markdown
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 a team and codegen-team as code owners April 7, 2025 21:01
@kopekC
Copy link
Copy Markdown
Member

kopekC commented Apr 7, 2025

@codegen review this

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

@codegen-sh
Copy link
Copy Markdown
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 force-pushed the renovate/openai-1.x branch 4 times, most recently from ef993d2 to 63bf5c3 Compare May 8, 2025 23:37
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.77.0 fix(deps): update dependency openai to v1.78.0 May 8, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 63bf5c3 to 407ba76 Compare May 12, 2025 05:33
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.78.0 fix(deps): update dependency openai to v1.78.1 May 12, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 407ba76 to 5a8736f Compare May 12, 2025 10:58
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.78.1 fix(deps): update dependency openai to v1.78.1 - autoclosed May 12, 2025
@renovate renovate Bot closed this May 12, 2025
auto-merge was automatically disabled May 12, 2025 15:16

Pull request was closed

@renovate renovate Bot deleted the renovate/openai-1.x branch May 12, 2025 15:16
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.78.1 - autoclosed fix(deps): update dependency openai to v1.78.1 May 16, 2025
@renovate renovate Bot reopened this May 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from fa97041 to 5a8736f Compare May 16, 2025 22:29
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.78.1 fix(deps): update dependency openai to v1.79.0 May 16, 2025
@renovate renovate Bot enabled auto-merge (squash) May 17, 2025 03:41
@renovate renovate Bot force-pushed the renovate/openai-1.x branch 6 times, most recently from 19ddfc8 to b93ed8a Compare May 20, 2025 05:09
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.79.0 fix(deps): update dependency openai to v1.80.0 May 21, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from b93ed8a to 5bffa80 Compare May 21, 2025 17:09
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.80.0 fix(deps): update dependency openai to v1.81.0 May 21, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 5bffa80 to 9e28321 Compare May 21, 2025 19:20
@renovate renovate Bot changed the title fix(deps): update dependency openai to v1.81.0 fix(deps): update dependency openai to v1.82.0 May 22, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 9e28321 to d42ff23 Compare May 22, 2025 21:26
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