Skip to content
Open
Changes from 1 commit
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 @@ -53,7 +53,7 @@ types-requests = "^2.32.4.20260107"
requires = [
"setuptools",
"wheel",
"mypy[mypyc]==2.1.0",
"mypy[mypyc]==2.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Pin mypyc to a published release

The exact build-system requirement mypy[mypyc]==2.3.0 is not available, so every isolated PEP 517 build—including pip install . and wheel/sdist builds—fails while resolving build dependencies before setup.py can run. Keep the existing 2.1.0 pin or select another version that is actually published.

Useful? React with 👍 / 👎.

"tomli>=2.0.0; python_version < '3.11'",
"types-requests",
"eth_retry==0.3.5",
Expand Down
Loading