SERVER-108845 Fix failing rapidyaml (#50785)

GitOrigin-RevId: 8f6785264a643d2eeb5e4046f7876a23e40e1a09
This commit is contained in:
Andrew Bradshaw 2026-03-30 12:03:18 -07:00 committed by MongoDB Bot
parent d067e66435
commit 9fbea53313
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -3715,7 +3715,7 @@ all = ["numpy"]
[[package]]
name = "rapidyaml"
version = "0.9.0.post2"
version = "0.9.1.dev6+ga5d485f"
description = "Rapid YAML - a library to parse and emit YAML, and do it fast"
optional = false
python-versions = ">=3.6"
@ -3729,9 +3729,9 @@ deprecation = "*"
[package.source]
type = "git"
url = "https://github.com/biojppm/rapidyaml"
reference = "HEAD"
resolved_reference = "338385b46a312bd8e05016033dd452dccc67e372"
url = "https://github.com/mongodb-forks/rapidyaml.git"
reference = "a5d485fd44719e1c03e059177fc1f695fc462b66"
resolved_reference = "a5d485fd44719e1c03e059177fc1f695fc462b66"
[[package]]
name = "referencing"
@ -5688,4 +5688,4 @@ libdeps = ["cxxfilt", "eventlet", "flask", "flask-cors", "gevent", "lxml", "prog
[metadata]
lock-version = "2.1"
python-versions = ">=3.10,<4.0"
content-hash = "cd6dff96b8df7f3bd3433f667a435826b332d8c6d3f3dccb26fd89f1992b4a78"
content-hash = "179f66af47e3937ad837ba8f09e18c5b4a9ee2f159af9a7568faa01eb96509f9"

View File

@ -73,7 +73,7 @@ requests = "^2.32.3"
typing-extensions = "^4.12.2"
typer = "^0.12.3"
tenacity = "^9.0.0"
rapidyaml = {git = "https://github.com/biojppm/rapidyaml@v0.9.0", markers = "platform_system != 'Windows'"}
rapidyaml = {git = "https://github.com/mongodb-forks/rapidyaml.git@master", rev = "a5d485fd44719e1c03e059177fc1f695fc462b66", markers = "platform_system != 'Windows'"}
[tool.poetry.group.export.dependencies]
pipx = "1.6.0"