Skip to content
Open
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers=[
]
requires-python = ">=3.11"
dependencies = [
"aiodns>=3.3.0,<3.7", # Looks like only bugfixes in z-Stream.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm... This is a major upperbound bump

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it conflict with pycares which we needed to pin down, because aiodns didn't want to upper bound it?

"aiodns>=3.3.0,<4.1", # Looks like only bugfixes in z-Stream.
"aiofiles>=22.1,<=25.1.0", # Uses sort of CalVer, luckily not released often https://github.com/Tinche/aiofiles/issues/144 .
"aiohttp>=3.10.10,<3.14", # SemVer https://docs.aiohttp.org/en/stable/faq.html#what-is-the-api-stability-and-deprecation-policy .
"asyncio-throttle>=1.0,<=1.0.2", # Unsure about versioning, but not released often anyway.
Expand Down
Loading