MilanStaffehl / numdantic

Typing support for numpy arrays and numpy array validation with pydantic.
MIT License
1 stars 0 forks source link

Re-write such that Python 3.10 can be used #10

Open MilanStaffehl opened 2 months ago

MilanStaffehl commented 2 months ago

This is possible if the offending classes are imported from typing_extensions instead of typing. This way, we might be able to get minimum requirement back to 3.10.