summaryrefslogtreecommitdiff
path: root/misc/py-openai/files/patch-pyproject.toml
blob: 4031c157ea9602a8c4eb09088ca58fa7b21ed3b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-03-23 09:28:46 UTC
+++ pyproject.toml
@@ -100,7 +100,7 @@ typecheck = { chain = [
 "typecheck:mypy" = "mypy ."
 
 [build-system]
-requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
+requires = ["hatchling>=1.26.3", "hatch-fancy-pypi-readme"]
 build-backend = "hatchling.build"
 
 [tool.hatch.build]