jacksmith15 / statham-schema

Statham is a Python Model Parsing Library for JSON Schema.
https://statham-schema.readthedocs.io/en/latest/
MIT License
38 stars 11 forks source link

Update typing_extensions in requirements.txt #86

Closed arthur-proglove closed 2 years ago

arthur-proglove commented 2 years ago

Description of requested feature

Many projects now require typing_extensions version3.10 but statham-schema has a hard requirement on ~=3.7.4.2. Would this be an issue to update the requirements to use typing_extension3.10?

jacksmith15 commented 2 years ago

Makes sense, I think the most appropriate specification is ~=3.7, which will allow all 3.x releases

jacksmith15 commented 2 years ago

Released 0.13.5 with various relaxed dependencies.