summaryrefslogtreecommitdiff
path: root/misc/py-sagemaker-shim/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-sagemaker-shim/files/patch-pyproject.toml')
-rw-r--r--misc/py-sagemaker-shim/files/patch-pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/py-sagemaker-shim/files/patch-pyproject.toml b/misc/py-sagemaker-shim/files/patch-pyproject.toml
new file mode 100644
index 000000000000..a56b3fe0247b
--- /dev/null
+++ b/misc/py-sagemaker-shim/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-10-23 07:40:05 UTC
++++ pyproject.toml
+@@ -3,7 +3,7 @@ license = {text = "Apache-2.0"}
+ {name = "James Meakin"},
+ ]
+ license = {text = "Apache-2.0"}
+-requires-python = "==3.12.*"
++requires-python = ">=3.11"
+ dependencies = [
+ "fastapi!=0.89.0",
+ "uvicorn",
+@@ -74,3 +74,7 @@ package = true
+
+ [tool.uv]
+ package = true
++
++[build-system]
++requires = ["setuptools", "wheel"]
++build-backend = "setuptools.build_meta"