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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ release = [
"uv==0.12.5",
# Build inside this reviewed environment. An isolated `uv build` would
# resolve the backend again and bypass uv.lock.
"hatchling==1.31.0",
"hatchling==1.32.0",
# Keep the release CLI outside its Docker action. That action resolves
# transitive packages during each run, so the fixed action SHA did not
# prevent GitPython 3.1.60 from breaking PSR 10.6.1 on 2026-08-25.
Expand All @@ -81,7 +81,7 @@ Repository = "https://github.com/OpenAdaptAI/openadapt-tray"


[build-system]
requires = ["hatchling==1.31.0"]
requires = ["hatchling==1.32.0"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
Expand Down
9 changes: 5 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading