chore: update openai latest version to 3.3.1 - #19845
Conversation
Codeowners resolved asResolved from the full PR diff against |
Circular import analysis
|
Dependency direction analysis
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9fb485b040
ℹ️ 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".
| httpcore==1.0.9 | ||
| httpx==0.28.1 | ||
| httpcore2==2.12.0 | ||
| httpx2==2.12.0 |
There was a problem hiding this comment.
Keep a compatible HTTPX module in OpenAI test environments
For the latest OpenAI environments on Python 3.10–3.13, this replaces the httpx distribution with httpx2, which exposes a separate httpx2 module rather than httpx. However, the suite runs the entire tests/contrib/openai directory and test_openai_appsec_llm_events.py unconditionally executes import httpx during collection, so these four environments fail with ModuleNotFoundError before testing OpenAI 3.3.1. The test dependencies and transport clients need to be adapted for the renamed module, or a compatible httpx dependency must remain installed.
Useful? React with 👍 / 👎.
|
BenchmarksBenchmark execution time: 2026-08-25 00:48:52 Comparing candidate commit 9fb485b in PR branch Found 0 performance improvements and 8 performance regressions! Performance is the same for 578 metrics, 10 unstable metrics, 2 known flaky benchmarks, 16 flaky benchmarks without significant changes.
|
Update openai lockfiles and dependency package lockfiles.
This performs the following updates:
latest. This will update openai and dependencies.latestversion of another package. This will update all such packages.