openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
588 stars 105 forks source link

Support pydantic 1.10 (Probably best to support 1.9+) #275

Closed segevfiner closed 2 years ago

segevfiner commented 2 years ago

Otherwise having pygls installed prevents using newer pydantic versions due to how Python handles dependencies.

tombh commented 2 years ago

We'll be completely removing Pydantic in the upcoming v1 release #273

karthiknadig commented 2 years ago

https://github.com/openlawlibrary/pygls/pull/280 should address this issue.