Skip to content

Commit 5e4d2ae

Browse files
semarjclaude
andcommitted
Fix PyYAML compatibility with Python 3.10+
Update pyyaml from 5.4.1 to >=6.0 to fix build failures on Python 3.10+. The old version had compatibility issues with newer setuptools. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 904fbce commit 5e4d2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pytest-mock==3.6.1; python_version >= "3.6"
5555
pytest-watch==4.2.0
5656
python-dotenv==0.15.0
5757
pytz==2021.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
58-
pyyaml==5.4.1; python_full_version >= "3.6.1"
58+
pyyaml>=6.0; python_full_version >= "3.6.1"
5959
regex==2021.8.3; python_version >= "3.6"
6060
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
6161
responses==0.13.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")

0 commit comments

Comments
 (0)