Skip to content

Commit e11c1be

Browse files
committed
Remove hatchling pin
1 parent 987dff9 commit e11c1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.20"]
2+
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535

3636
dependencies = [
37-
"hatchling>=1.20",
37+
"hatchling",
3838
"hatch-build>=0.4,<0.5",
3939
"pydantic",
4040
]

0 commit comments

Comments
 (0)