openlawlibrary / pygls

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

build: allow installation with typeguard 4.x #405

Closed zanieb closed 10 months ago

zanieb commented 10 months ago

Description

Bumps upper bound for typeguard from 4.0 to 5.0 allowing installation of typeguard 4.x Bumps the locked version to 4.1.2 Tested locally with typeguard 4.1.5 Allows installation with typeguard 3.x still

Typeguard 4.0 was released back in May and this bound is blocking dependency resolution in other projects e.g. https://github.com/astral-sh/ruff-lsp/issues/299

Code review checklist (for code reviewer to complete)

tombh commented 10 months ago

Thank you ✨

zanieb commented 10 months ago

Thank you! Would you mind publishing a release for this too?

tombh commented 10 months ago

Sure! https://pypi.org/project/pygls/1.1.2 ❤️