Skip to content

chore(deps): update openai requirement from <4,>=3.0.0 to >=3.8.0,<4 in /examples/realtime/twilio_sip - #4969

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/examples/realtime/twilio_sip/openai-gte-3.8.0-and-lt-4
Open

chore(deps): update openai requirement from <4,>=3.0.0 to >=3.8.0,<4 in /examples/realtime/twilio_sip#4969
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/examples/realtime/twilio_sip/openai-gte-3.8.0-and-lt-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on openai to permit the latest version.

Release notes

Sourced from openai's releases.

v3.8.0

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

Changelog

Sourced from openai's changelog.

3.8.0 (2026-09-03)

Features

  • api: add gpt-6-astra and related features (#3791) (09f446f)

Documentation

3.7.0 (2026-09-02)

Features

  • api: update usage APIs and documentation (#3779) (6f0da16)

Bug Fixes

  • avoid repeated numpy checks for embeddings (#3757) (b19c216)

3.6.0 (2026-08-27)

Features

  • api: add compute_units to Responses and Chat Completions usage (#3749) (52421d1)

Bug Fixes

  • auth: harden X.509 workload identity integration (#3740) (fc3ad6c)

Chores

  • deps-dev: bump @​stdy/cli from 0.22.1 to 0.22.2 (#3719) (4f5598c)
  • deps-dev: bump mypy from 1.17 to 2.3.1 (#3747) (0b52c9e)
  • deps-dev: bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113 (#3659) (95f0b43)
  • deps-dev: bump pyright from 1.1.399 to 1.1.413 (#3744) (9917c6e)
  • deps-dev: bump rich from 14.2.0 to 15.0.0 (#3717) (7a5484d)
  • deps: bump actions/checkout from 6.0.2 to 7.0.1 (#3665) (d0a2550)
  • deps: bump actions/download-artifact from 6.0.0 to 8.0.1 (#3669) (f627619)
  • deps: bump github/codeql-action/init from 4.37.1 to 4.37.7 (#3745) (a36010d)

Build System

... (truncated)

Commits

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bd3bf2ad2e

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@@ -1,3 +1,3 @@
fastapi>=0.120.0
openai>=3.0.0,<4
openai>=3.8.0,<4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the existing OpenAI compatibility range

The previous openai>=3.0.0,<4 constraint already allowed 3.8.0, and this example does not introduce any 3.8-only API usage. Raising the lower bound therefore only makes installation fail for environments constrained to an otherwise supported OpenAI 3.0–3.7 release, while unconstrained installations could already resolve to 3.8.0. Keep the 3.0.0 lower bound unless the example gains a concrete dependency on 3.8 behavior.

Useful? React with 👍 / 👎.

@jbeckwith-oai

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v3.0.0...v3.8.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 3.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/examples/realtime/twilio_sip/openai-gte-3.8.0-and-lt-4 branch from bd3bf2a to 907954e Compare September 12, 2026 04:26
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