nix-managed-macbook/packages/python-cloudflare/hatchling.patch
Abhinav Sarkar 2a68404b97 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/98f4fef7fd7b4a77245db12e33616023162bc6d9' (2025-04-25)
  → 'github:nix-community/home-manager/4d2d32231797bfa7213ae5e8ac89d25f8caaae82' (2025-04-26)
• Updated input 'nix-vscode-extensions':
    'github:nix-community/nix-vscode-extensions/baeaec5a10fb8626bea64ebabdfaecdf64832bf3' (2025-04-25)
  → 'github:nix-community/nix-vscode-extensions/3ce03dadc2c5976a8f0f08c12d1e391006d7fa55' (2025-04-26)
2025-04-26 16:19:12 +05:30

14 lines
377 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index 94e2b8e..b2ceea4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -86,7 +86,7 @@ typecheck = { chain = [
"typecheck:mypy" = "mypy ."
[build-system]
-requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
+requires = ["hatchling", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"
[tool.hatch.build]