summaryrefslogtreecommitdiff
path: root/converters/py-gotenberg-client/files/patch-pyproject.toml
blob: 1a8a36ca9fa98f8cb578445c72da80cb031dd697 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-12-03 09:15:17 UTC
+++ pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
 [build-system]
 build-backend = "hatchling.build"
 
-requires = [ "hatchling~=1.27.0" ]
+requires = [ "hatchling>=1.27.0" ]
 
 [project]
 name = "gotenberg-client"