Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-asyncio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pyyaml>=6.0.3 # MIT
urllib3>=2.7.0 # MIT
aiohttp>=3.14.3,<4.0.0 # Apache-2.0
aiohttp-retry>=2.9.1 # MIT
pydantic>=2.11 # MIT
pydantic>=2.13.4 # MIT
typing-extensions>=4.16.0 # PSF
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi>=2026.7.22 # MPL
python-dateutil>=2.8.2 # BSD
pydantic>=2.11 # MIT
pydantic>=2.13.4 # MIT
setuptools>=83.0.0 # PSF/ZPL
pyyaml>=6.0.3 # MIT
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
Expand Down