Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
# Hosted productivity experiments only. The Codex SDK requires Python 3.10+;
# this extra never becomes a dependency of the Python 3.9-compatible core.
hosted-eval = [
"openai-codex==0.144.4; python_version >= '3.10'",
"openai-codex==0.147.0; python_version >= '3.10'",
]
# Managed Cloud Sync encrypts every bundle client-side with ChaCha20-Poly1305. Keep this
# outside the NumPy-only core so local/offline users do not acquire a crypto runtime.
Expand Down