ethereum / eth-utils

Utility functions for working with ethereum related codebases.
https://eth-utils.readthedocs.io/en/latest/
MIT License
312 stars 148 forks source link

Update combomethod type hints #237

Closed darwintree closed 7 months ago

darwintree commented 1 year ago

What was wrong?

Issue #236

How was it fixed?

This commit adopts the solution from here. It uses ParamSpec and Concatenate added in python3.10. And in order to use this feature minor to 3.10, typing-extensions dependency is added in setup.py

To-Do

Cute Animal Picture

![put a cute animal picture link inside the parentheses]()

darwintree commented 1 year ago

It seems mypy should update to a newer version to support ParamSpec, but the update will bring about tests failure. I'm looking into how to fix it