Skip to content

Commit 12e29ab

Browse files
committed
Fixed casing of PyYAML in requirements
1 parent cba2395 commit 12e29ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dateutil>=2.8.2 # BSD
2-
pyyaml>=6.0.3 # MIT
2+
PyYAML>=6.0.3 # MIT
33
urllib3>=2.7.0 # MIT
44
aiohttp>=3.14.3,<4.0.0 # Apache-2.0
55
aiohttp-retry>=2.9.1 # MIT

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi>=2026.7.22 # MPL
22
python-dateutil>=2.8.2 # BSD
33
pydantic>=2.13.4 # MIT
44
setuptools>=83.0.0 # PSF/ZPL
5-
pyyaml>=6.0.3 # MIT
5+
PyYAML>=6.0.3 # MIT
66
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
77
requests # Apache-2.0
88
requests-oauthlib # ISC

0 commit comments

Comments
 (0)