← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/lpci:pin-pyyaml-version into lpci:main

 

Jürgen Gmach has proposed merging ~jugmac00/lpci:pin-pyyaml-version into lpci:main.

Commit message:
Set minimum version for PyYAML

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lpci/+git/lpcraft/+merge/447386
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpci:pin-pyyaml-version into lpci:main.
diff --git a/requirements.in b/requirements.in
index 9f747f4..fc63d66 100644
--- a/requirements.in
+++ b/requirements.in
@@ -2,6 +2,6 @@ craft-cli
 craft-providers>=1.8.1  # 1.8.1 added support of bases.BuilddBaseAlias.DEVEL
 launchpadlib[keyring]
 pydantic
-PyYAML
+PyYAML>=6.0.1  # 6.0.0 is not compatible with a current cython version
 python-dotenv
 pluggy