diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-23 02:48:31 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-03-23 02:48:44 -0700 |
commit | 24d6b7a2e417f8b2a8f73bb0e56406a1d50d8a2e (patch) | |
tree | 43be82792d673687bfe703c6cbeb32dc38e883b5 /misc/py-openai/files/patch-pyproject.toml | |
parent | devel/{,py-}ruff: update 0.11.0 → 0.11.2 (diff) |
misc/py-openai: update 1.58.1 → 1.68.2
Diffstat (limited to 'misc/py-openai/files/patch-pyproject.toml')
-rw-r--r-- | misc/py-openai/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/py-openai/files/patch-pyproject.toml b/misc/py-openai/files/patch-pyproject.toml new file mode 100644 index 000000000000..4031c157ea96 --- /dev/null +++ b/misc/py-openai/files/patch-pyproject.toml @@ -0,0 +1,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] |