]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
➕ Add pyyaml to GitHub Actions dependencies
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 1 Jan 2025 18:16:32 +0000 (18:16 +0000)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 1 Jan 2025 18:16:32 +0000 (18:16 +0000)
requirements-github-actions.txt

index a6dace544fb53dff511698890f6ba0bf5882a70e..920aefea6b89070fc0d9e859924eec476685db4e 100644 (file)
@@ -2,4 +2,5 @@ PyGithub>=2.3.0,<3.0.0
 pydantic>=2.5.3,<3.0.0
 pydantic-settings>=2.1.0,<3.0.0
 httpx>=0.27.0,<0.28.0
+pyyaml >=5.3.1,<7.0.0
 smokeshow