Skip to content

Commit f7c7dab

Browse files
committed
Deprioritize pymongo patch
1 parent cd9601d commit f7c7dab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,11 +563,14 @@ license = 'LGPL-2.0-or-later'
563563
[[pymongo.rules]]
564564
version = "< 4.8.0"
565565
patch = 'pymongo.patch'
566+
install-priority = 0
566567
license = 'Apache-2.0'
567568

568569
[[pymongo.rules]]
569-
version = ">= 4.8.0"
570+
version = ">= 4.8.0, <= 4.13.0"
570571
patch = 'pymongo-4.8.0.patch'
572+
# Upstreamed
573+
install-priority = 0
571574
license = 'Apache-2.0'
572575

573576
[[PyMuPDF.rules]]

0 commit comments

Comments
 (0)