Skip to content

Commit b62816a

Browse files
committed
Add patch for orjson 3.10.18
1 parent 300ac8d commit b62816a

File tree

2 files changed

+920
-0
lines changed

2 files changed

+920
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ version = '== 3.10.5'
396396
patch = 'orjson-3.10.5.patch'
397397
license = 'Apache-2.0 OR MIT'
398398

399+
[[orjson.rules]]
400+
version = '== 3.10.18'
401+
patch = 'orjson-3.10.18.patch'
402+
license = 'Apache-2.0 OR MIT'
403+
399404
[[ormsgpack.rules]]
400405
version = '>= 1.8.0, <= 1.9.1'
401406
patch = 'ormsgpack-1.8.0-1.9.1.patch'

0 commit comments

Comments
 (0)