Skip to content

Commit a4ec60f

Browse files
committed
Remove openai-agents exclude-newer override
The openai-agents>=0.17.1 minimum pin no longer requires bypassing the exclude-newer cooldown: 0.17.1 through 0.17.3 are now older than the 2-week window. Drop the override so dependency selection is governed solely by the 2-week policy. openai-agents resolves to 0.17.3 (0.17.4 is still inside the window).
1 parent d580e4b commit a4ec60f

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,3 @@ exclude = ["temporalio/bridge/target/**/*"]
257257
# Prevent uv commands from building the package by default
258258
package = false
259259
exclude-newer = "2 weeks"
260-
# openai-agents>=0.17.1 is newer than the exclude-newer cooldown window;
261-
# bypass it since the minimum version pin already constrains the package.
262-
exclude-newer-package = { openai-agents = false }

uv.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)