Skip to content

Commit

Permalink
build: allow installation with typeguard 4.x
Browse files Browse the repository at this point in the history
Tested with v4.1.5
  • Loading branch information
zanieb authored and tombh committed Oct 28, 2023
1 parent 8e1e8fa commit b10fc47
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.7.9,<4"
lsprotocol = "2023.0.0b1"
typeguard = "^3.0.0"
typeguard = ">=3.0.0, <5"
websockets = {version = "^11.0.3", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit b10fc47

Please sign in to comment.