Skip to content

Commit ee36da4

Browse files
committed
[GR-67434] Add patch for orjson 3.10.18.
PullRequest: graalpython/3916
2 parents e3594eb + b62816a commit ee36da4

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
@@ -398,6 +398,11 @@ version = '== 3.10.5'
398398
patch = 'orjson-3.10.5.patch'
399399
license = 'Apache-2.0 OR MIT'
400400

401+
[[orjson.rules]]
402+
version = '== 3.10.18'
403+
patch = 'orjson-3.10.18.patch'
404+
license = 'Apache-2.0 OR MIT'
405+
401406
[[ormsgpack.rules]]
402407
version = '>= 1.8.0, <= 1.9.1'
403408
patch = 'ormsgpack-1.8.0-1.9.1.patch'

0 commit comments

Comments
 (0)