Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

⬆️ Upgrade dependency openai to v1.97.0#122

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/openai-1.x
Open

⬆️ Upgrade dependency openai to v1.97.0#122
renovate[bot] wants to merge 1 commit into
devfrom
renovate/openai-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Confidence
openai ==1.51.0 -> ==1.97.0 age confidence

Release Notes

openai/openai-python (openai)

v1.97.0

Compare Source

Full Changelog: v1.96.1...v1.97.0

Features

v1.96.1

Compare Source

Full Changelog: v1.96.0...v1.96.1

Chores
  • api: update realtime specs (b68b71b)

v1.96.0

Compare Source

Full Changelog: v1.95.1...v1.96.0

Features
  • clean up environment call outs (87c2e97)
Chores
  • api: update realtime specs, build config (bf06d88)

v1.95.1

Compare Source

Full Changelog: v1.95.0...v1.95.1

Bug Fixes
  • client: don't send Content-Type header on GET requests (182b763)

v1.95.0

Compare Source

Full Changelog: v1.95.0...v1.95.1

Bug Fixes
  • client: don't send Content-Type header on GET requests (182b763)

v1.94.0

Compare Source

Full Changelog: v1.94.0...v1.95.0

Features
  • api: add file_url, fix event ID (265e216)
Chores
  • readme: fix version rendering on pypi (1eee5ca)

v1.93.3

Compare Source

Full Changelog: v1.93.3...v1.94.0

Features
  • api: return better error message on missing embedding (#​2369) (e53464a)

v1.93.2

Compare Source

Full Changelog: v1.93.2...v1.93.3

Bug Fixes
  • parsing: correctly handle nested discriminated unions (fc8a677)

v1.93.1

Compare Source

Full Changelog: v1.93.1...v1.93.2

Chores
  • internal: bump pinned h11 dep (4fca6ae)
  • package: mark python 3.13 as supported (2229047)

v1.93.0

Compare Source

Full Changelog: v1.93.0...v1.93.1

Bug Fixes
  • ci: correct conditional (de6a9ce)
  • responses: add missing arguments to parse (05590ec)
  • vector stores: add missing arguments to files.create_and_poll (3152134)
  • vector stores: add missing arguments to files.upload_and_poll (9d4f425)
Chores
  • ci: change upload type (cd4aa88)
  • ci: only run for pushes and fork pull requests (f89c7eb)
  • internal: codegen related update (bddb8d2)
  • tests: ensure parse method is in sync with create (4f58e18)
  • tests: ensure vector store files create and poll method is in sync (0fe75a2)

v1.92.3

Compare Source

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

Features

v1.92.2

Compare Source

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

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

v1.92.1

Compare Source

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

Chores
  • api: remove unsupported property (ec24408)

v1.92.0

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.91.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.90.0

Compare Source

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

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

v1.89.0

Compare Source

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

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

v1.88.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.87.0

Compare Source

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

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

v1.86.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.85.0

Compare Source

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

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

v1.84.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.83.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.82.1

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.0

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.81.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.80.0

Compare Source

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

Features
  • api: add container endpoint (054a210)

v1.79.0

Compare Source

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

Features
Chores
  • docs: grammar improvements (e746145)

v1.78.1

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)

v1.78.0

Compare Source

Full Changelog: v1.78.0...v1.78.1

Bug Fixes
  • internal: fix linting due to broken test annotation (5a7d7a0)
  • package: support direct resource imports (2293fc0)

v1.77.0

Compare Source

Full Changelog: v1.77.0...v1.78.0

Features
  • api: Add reinforcement fine-tuning api support (bebe361)
Bug Fixes
Chores
  • internal: update proxy tests (b8e848d)
  • use lazy imports for module level client (4d0f409)
  • use lazy imports for resources (834813c)

v1.76.2

Compare Source

Full Changelog: v1.76.2...v1.77.0

Features
  • api: add image sizes, reasoning encryption (473469a)
Bug Fixes
Chores
  • only strip leading whitespace (8467d66)

v1.76.1

Compare Source

Full Changelog: v1.76.1...v1.76.2

Chores

v1.76.0

Compare Source

Full Changelog: v1.76.0...v1.76.1

Chores
  • broadly detect json family of content-type headers (b4b1b08)
  • ci: only use depot for staging repos (35312d8)
  • ci: run on more branches and use depot runners (a6a45d4)

v1.75.0

Compare Source

Full Changelog: v1.75.0...v1.76.0

Features
  • api: adding new image model support (74d7692)
Bug Fixes
  • pydantic v1: more robust ModelField.annotation check (#​2163) (7351b12)
  • pydantic v1: more robust ModelField.annotation check (eba7856)
Chores
  • ci: add timeout thresholds for CI jobs (0997211)
  • internal: fix list file params (da2113c)
  • internal: import reformatting (b425fb9)
  • internal: minor formatting changes (aed1d76)
  • internal: refactor retries to not use recursion (8cb8cfa)
  • internal: update models test (870ad4e)
  • update completion parse signature (a44016c)

v1.74.1

Compare Source

Full Changelog: v1.74.1...v1.75.0

Features
  • api: add o3 and o4-mini model IDs (4bacbd5)

v1.74.0

Compare Source

Full Changelog: v1.74.0...v1.74.1

Chores
  • internal: base client updates (06303b5)
  • internal: bump pyright version (9fd1c77)

v1.73.0

Compare Source

Full Changelog: v1.73.0...v1.74.0

Features
  • api: adding gpt-4.1 family of model IDs (d4dae55)
Bug Fixes
Chores
  • client: minor internal fixes (6071ae5)
  • internal: update pyright settings (c8f8beb)

v1.72.0

Compare Source

Full Changelog: v1.72.0...v1.73.0

Features
Bug Fixes
  • perf: optimize some hot paths (f79d39f)
  • perf: skip traversing types for NotGiven values (28d220d)
Chores

v1.71.0

Compare Source

Full Changelog: v1.71.0...v1.72.0

Features
Chores

v1.70.0

Compare Source

Full Changelog: v1.70.0...v1.71.0

Features
Chores

v1.69.0

Compare Source

Full Changelog: v1.69.0...v1.70.0

Features
  • api: add get /responses/{response_id}/input_items endpoint (4c6a35d)

v1.68.2

Compare Source

Full Changelog: v1.68.2...v1.69.0

Features
  • api: add get /chat/completions endpoint (e6b8a42)
Bug Fixes
  • audio: correctly parse transcription stream events (16a3a19)
Chores

v1.68.1

Compare Source

Full Changelog: v1.68.1...v1.68.2

Refactors
  • package: rename audio extra to voice_helpers (2dd6cb8)

v1.68.0

Compare Source

Full Changelog: v1.68.0...v1.68.1

Bug Fixes
  • client: remove duplicate types (#​2235) (063f7d0)
  • helpers/audio: remove duplicative module (f253d04)
  • package: make sounddevice and numpy optional dependencies (8b04453)
Chores
  • ci: run workflows on next too (67f89d4)

v1.67.0

Compare Source

Full Changelog: v1.67.0...v1.68.0

Features
  • add audio helpers (423655c)
  • api: new models for TTS, STT, + new audio features for Realtime (#​2232) (ab5192d)

v1.66.5

Compare Source

Full Changelog: v1.66.5...v1.67.0

Features

v1.66.3

Compare Source

Full Changelog: v1.66.3...v1.66.4

Bug Fixes
Chores

v1.66.2

Compare Source

Full Changelog: v1.66.2...v1.66.3

Bug Fixes

v1.66.1

Compare Source

Full Changelog: v1.66.1...v1.66.2

Bug Fixes

v1.66.0

Compare Source

Full Changelog: v1.66.0...v1.66.1

Bug Fixes
Chores
  • internal: temporary commit (afabec1)

v1.65.5

Compare Source

Full Changelog: v1.65.5...v1.66.0

Features
  • api: add /v1/responses and built-in tools (854df97)
Chores

v1.65.4

Compare Source

Full Changelog: v1.65.4...v1.65.5

Chores

v1.65.3

Compare Source

Full Changelog: v1.65.3...v1.65.4

Bug Fixes

v1.65.2

Compare Source

Full Changelog: v1.65.2...v1.65.3

Chores

v1.65.1

Compare Source

Full Changelog: v1.65.1...v1.65.2

Bug Fixes
  • azure: azure_deployment use with realtime + non-deployment-based APIs (#​2154) (5846b55)
Chores

v1.65.0

Compare Source

Full Changelog: v1.65.0...v1.65.1

Documentation

v1.64.0

Compare Source

Full Changelog: v1.64.0...v1.65.0

Features
Chores

v1.63.2

Compare Source

Full Changelog: v1.63.2...v1.64.0

Features
Bug Fixes
  • client: mark some request bodies as optional (4451f56)
Chores

v1.63.1

Compare Source

Full Changelog: v1.63.1...v1.63.2

Chores

v1.63.0

Compare Source

Full Changelog: v1.63.0...v1.63.1

Chores

v1.62.0

Compare Source

Full Changelog: v1.62.0...v1.63.0

Features

v1.61.1

Compare Source

Full Changelog: v1.61.1...v1.62.0

Features
Bug Fixes
Chores

v1.61.0

Compare Source

Full Changelog: v1.61.0...v1.61.1

Bug Fixes
Chores

v1.60.2

Compare Source

Full Changelog: v1.60.2...v1.61.0

Features
Bug Fixes
  • types: correct metadata type + other fixes (12b87a4)
Chores
Documentation

v1.60.1

Compare Source

Full Changelog: v1.60.1...v1.60.2

Bug Fixes
  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

v1.60.0

Compare Source

Full Changelog: v1.60.0...v1.60.1

Chores
Documentation

v1.59.9

Compare Source

Full Changelog: v1.59.9...v1.60.0

Features
Chores
Documentation
  • readme: mention failed requests in request IDs (5f7c30b)

v1.59.8

Compare Source

Full Changelog: v1.59.8...v1.59.9

Bug Fixes
Chores
  • internal: avoid pytest-asyncio deprecation warning (#​2041) (b901046)
  • internal: update w

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.51.1 ⬆️ Upgrade dependency openai to v1.51.2 Oct 8, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 0f4d224 to 2c073e5 Compare October 10, 2024 21:48
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 2c073e5 to 18abe58 Compare October 17, 2024 23:13
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.51.2 ⬆️ Upgrade dependency openai to v1.52.0 Oct 17, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch 3 times, most recently from 33a237e to 4f9bba7 Compare October 19, 2024 21:36
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.52.0 ⬆️ Upgrade dependency openai to v1.52.1 Oct 22, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch 2 times, most recently from 1f91690 to 9d2abe1 Compare October 24, 2024 00:38
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.52.1 ⬆️ Upgrade dependency openai to v1.52.2 Oct 24, 2024
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.52.2 ⬆️ Upgrade dependency openai to v1.53.0 Oct 30, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 9d2abe1 to 9e64285 Compare October 30, 2024 17:43
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 9e64285 to c1f111b Compare November 7, 2024 17:52
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.53.0 ⬆️ Upgrade dependency openai to v1.54.3 Nov 7, 2024
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.54.3 ⬆️ Upgrade dependency openai to v1.54.4 Nov 12, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from c1f111b to db18034 Compare November 12, 2024 18:55
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.54.4 ⬆️ Upgrade dependency openai to v1.57.0 Dec 7, 2024
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from db18034 to 173f704 Compare December 7, 2024 03:04
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 173f704 to b6c23a3 Compare April 13, 2025 23:50
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.57.0 ⬆️ Upgrade dependency openai to v1.73.0 Apr 13, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from b6c23a3 to 1ca4b0f Compare April 14, 2025 17:07
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.73.0 ⬆️ Upgrade dependency openai to v1.74.0 Apr 14, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 1ca4b0f to 75ae0b4 Compare April 16, 2025 16:44
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.74.0 ⬆️ Upgrade dependency openai to v1.74.1 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 75ae0b4 to 4fd96eb Compare April 16, 2025 21:58
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.74.1 ⬆️ Upgrade dependency openai to v1.75.0 Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 4fd96eb to c32f31e Compare April 23, 2025 19:52
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 93967c6 to 89c22b4 Compare May 16, 2025 22:37
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.78.1 ⬆️ Upgrade dependency openai to v1.79.0 May 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 89c22b4 to b9238c1 Compare May 21, 2025 19:33
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.79.0 ⬆️ Upgrade dependency openai to v1.81.0 May 21, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from b9238c1 to da748e5 Compare May 22, 2025 23:43
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.81.0 ⬆️ Upgrade dependency openai to v1.82.0 May 22, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from da748e5 to f80de33 Compare May 29, 2025 18:08
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.82.0 ⬆️ Upgrade dependency openai to v1.82.1 May 29, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from f80de33 to ef5a382 Compare June 2, 2025 21:24
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.82.1 ⬆️ Upgrade dependency openai to v1.83.0 Jun 2, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from ef5a382 to aa099c0 Compare June 3, 2025 18:42
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.83.0 ⬆️ Upgrade dependency openai to v1.84.0 Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from aa099c0 to 5cc00f5 Compare June 9, 2025 23:04
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.84.0 ⬆️ Upgrade dependency openai to v1.85.0 Jun 9, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 5cc00f5 to 8c302a0 Compare June 10, 2025 18:40
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.85.0 ⬆️ Upgrade dependency openai to v1.86.0 Jun 10, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from 8c302a0 to b24c294 Compare June 16, 2025 20:37
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.86.0 ⬆️ Upgrade dependency openai to v1.87.0 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from b24c294 to e317d65 Compare June 17, 2025 06:47
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.87.0 ⬆️ Upgrade dependency openai to v1.88.0 Jun 17, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from e317d65 to ec7ec76 Compare June 20, 2025 19:51
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.88.0 ⬆️ Upgrade dependency openai to v1.89.0 Jun 20, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from ec7ec76 to dcd1fa1 Compare June 20, 2025 23:13
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.89.0 ⬆️ Upgrade dependency openai to v1.90.0 Jun 20, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from dcd1fa1 to e4870ab Compare June 23, 2025 23:30
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.90.0 ⬆️ Upgrade dependency openai to v1.91.0 Jun 23, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from e4870ab to af72149 Compare June 26, 2025 19:52
@renovate renovate Bot changed the title ⬆️ Upgrade dependency openai to v1.91.0 ⬆️ Upgrade dependency openai to v1.92.2 Jun 26, 2025
@renovate renovate Bot force-pushed the renovate/openai-1.x branch from af72149 to 136ea89 Compare June 27, 2025 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants