From 04417115f659d4b957320f4da6288e8c2952f4c3 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Fri, 7 Jun 2024 17:17:34 -0400 Subject: [PATCH] Pushing pyyaml to 6.0.1 to resolve compat with Python 3.12 (#1237) https://github.com/yaml/pyyaml/issues/736 Python 3.12+ is somewhat broken when trying to install fresh. Bumping PyYaml to 6.0.1 seems to fix it. There are some warnings that we might have to freeze at Python 3.12 until PyYaml updates to fully support it at some indeterminate time in the future. @djwfyi @feorlen please test w/ a clean venv (e.g. `python -m venv testvenv` or something) and make sure that you can still `pip install -r requirements.txt` and build w/ PyYaml 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65822b21..407eda21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ sphinx_reredirects === 0.1.2 myst-parser === 1.0.0 linkify === 1.4 linkify-it-py === 2.0.0 -pyyaml === 6.0 +pyyaml === 6.0.1