Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions workers/automation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ dev = [
"build>=1.2",
"cryptography>=43.0",
"google-auth>=2.0",
"hatchling==1.29.0",
"hatchling==1.32.0",
"pytest>=7.0",
"pytest-asyncio>=0.23",
"pytest-randomly>=4.0",
"pytest-timeout>=2.4,<3",
"ruff==0.15.8",
"ruff==0.16.3",
]
providers = [
"claude-agent-sdk==0.2.115",
Expand All @@ -81,7 +81,7 @@ provider-runtime = [
"openai-codex-cli-bin==0.144.4",
"google-antigravity==0.1.2",
]
release-build = ["build==1.4.3", "hatchling==1.29.0"]
release-build = ["build==1.5.0", "hatchling==1.32.0"]
# The always-on privacy gate uses only this locked tool slice; it must not
# resolve an independent floating pytest environment on every pull request.
release-check = ["pytest>=7.0"]
Expand All @@ -97,7 +97,7 @@ Issues = "https://github.com/ebarti/JobCtrl/issues"
[build-system]
# Release builds run with --no-isolation, so both the build backend and the
# locked development environment must resolve this exact, audited backend.
requires = ["hatchling==1.29.0"]
requires = ["hatchling==1.32.0"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
Expand Down
Loading
Loading