Skip to content

Commit 2aecc54

Browse files
committed
Expand range of grpcio patches
1 parent baf78cf commit 2aecc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ license = 'Apache-2.0'
145145

146146
[[grpcio.rules]]
147147
# Force re-cythonize + other fixes
148-
version = '== 1.60.0'
148+
version = '>= 1.60.0, < 1.64.0'
149149
patch = 'grpcio-1.60.0.patch'
150150
license = 'Apache-2.0'
151151

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

0 commit comments

Comments
 (0)