Skip to content

fix: uv lock#22323

Merged
jif-oai merged 1 commit into
mainfrom
jif/fix-lock
May 12, 2026
Merged

fix: uv lock#22323
jif-oai merged 1 commit into
mainfrom
jif/fix-lock

Conversation

@jif-oai
Copy link
Copy Markdown
Collaborator

@jif-oai jif-oai commented May 12, 2026

Update the lock of UV

@jif-oai
Copy link
Copy Markdown
Collaborator Author

jif-oai commented May 12, 2026

@codex review

Copy link
Copy Markdown
Contributor

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

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: 54608e4369

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread sdk/python/uv.lock
[[package]]
name = "pydantic"
version = "2.13.1"
version = "2.13.4"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Badge Restore the exclude-newer cooldown in uv.lock

This lockfile now pins pydantic 2.13.4, whose artifacts in this same entry were uploaded on 2026-05-06, while sdk/python/pyproject.toml still declares [tool.uv] exclude-newer = "7 days" (with only openai-codex-cli-bin exempted). On May 12, 2026 that cooldown should exclude these May 6 artifacts; uv's own resolution docs say duration-based exclude-newer is materialized into the lockfile timestamp, but this commit removed the [options] block entirely. As a result, CI/dev uv sync --frozen will install packages that the project's cooldown policy is meant to hold back, defeating the supply-chain stabilization window.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Required for temp compilation fix

@jif-oai jif-oai merged commit 89c8e9a into main May 12, 2026
27 checks passed
@jif-oai jif-oai deleted the jif/fix-lock branch May 12, 2026 14:24
@github-actions github-actions Bot locked and limited conversation to collaborators May 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant