We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec9ade commit 018c49fCopy full SHA for 018c49f
pyproject.toml
@@ -27,7 +27,7 @@ requires-python = ">=3.11"
27
dependencies = [
28
"aiodns>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream.
29
"aiofiles>=22.1,<=24.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
30
- "aiohttp>=3.8.3,<3.13", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
+ "aiohttp>=3.8.3,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
31
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
32
"backoff>=2.1.2,<2.3", # Looks like only bugfixes in z-Stream.
33
"click>=8.1.0,<8.3", # Uses milestone.feature.fix https://palletsprojects.com/versions .
0 commit comments