Skip to content

Commit

Permalink
fix: hatchling version (#193)
Browse files Browse the repository at this point in the history
* fix: hatchling version

* fix: version
  • Loading branch information
chloedia authored Dec 16, 2024
1 parent b53f49f commit f6070a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/megaparse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ api = [


[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.26.3"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down
2 changes: 1 addition & 1 deletion libs/megaparse_sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
requires-python = "< 3.12"

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.26.3"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
]

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.26.3"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down

0 comments on commit f6070a5

Please sign in to comment.