JakobGM / patito

A data modelling layer built on top of polars and pydantic
MIT License
252 stars 23 forks source link

Update typing-extensions usage #53

Closed lmmx closed 4 months ago

lmmx commented 4 months ago

Update typing-extensions usage to align with supported Python versions (i.e. rely on typing.Literal instead now)

The edits were to:

Note: I ran pre-commit linters and files I didn't edit were touched (I'd recommend using the pre-commit.ci bot so all PRs/commits are kept correct)