Indicio-tech / pydid

Python library for validating, constructing, and representing DIDs and DID Documents
Apache License 2.0
11 stars 12 forks source link

Upgrade `typing-extensions` #68

Closed ff137 closed 1 year ago

ff137 commented 1 year ago

Good day

I notice the following constraint for typing-extensions in the pyproject.toml:

typing-extensions = ">=4.0.0,<4.1.0"

Is there a specific reason for requiring <4.1.0?

I'd be happy to help make the changes to get it compatible with the latest (4.7.1), if possible

dbluhm commented 1 year ago

It's been a while but a lot of the version constraints arose out of wanting to make sure this library was usable within ACA-Py. ACA-Py is overdue for its own dependency updates so hopefully there shouldn't be a problem with starting to update ours. Contributions here are welcome 🙂

dbluhm commented 1 year ago

Addressed in #69