Skip to content

Commit 52d52e2

Browse files
committed
Widen range of grpcio patch
1 parent a1aef80 commit 52d52e2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

graalpython/lib-graalpython/patches/grpcio-1.66.1.patch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
diff --git a/pyproject.toml b/pyproject.toml
2+
new file mode 100644
3+
index 0000000..04749ec
4+
--- /dev/null
5+
+++ b/pyproject.toml
6+
@@ -0,0 +1,3 @@
7+
+[build-system]
8+
+requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3"]
9+
+build-backend = "setuptools.build_meta:__legacy__"
110
diff --git a/setup.py b/setup.py
211
index b936372..158056a 100644
312
--- a/setup.py

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ license = 'Apache-2.0'
151151

152152
[[grpcio.rules]]
153153
# Force re-cythonize + other fixes
154-
version = '== 1.66.1'
154+
version = '>= 1.66.1, < 1.70'
155155
patch = 'grpcio-1.66.1.patch'
156156
license = 'Apache-2.0'
157157

0 commit comments

Comments
 (0)