Skip to content

Commit

Permalink
Downgrade typeguard to 3.0.2 (#229)
Browse files Browse the repository at this point in the history
I'm not sure why dependabot updated this in
#201, but if you try to
install our requirements locally, you get a conflict between pygls
(which has `^3.0.0`) and typeguard. It passes on CI because we install
with `--no-deps`. Huh?
  • Loading branch information
charliermarsh authored Sep 1, 2023
1 parent 122520b commit bdc6b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ tomli==2.0.1
# black
# build
# mypy
# pip-tools
# pyproject-hooks
# pytest
typed-ast==1.5.5
# via
# black
# mypy
typeguard==4.1.2
typeguard==3.0.2
# via pygls
typing-extensions==4.7.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pygls==1.0.2
# via ruff-lsp (pyproject.toml)
ruff==0.0.287
# via ruff-lsp (pyproject.toml)
typeguard==4.1.2
typeguard==3.0.2
# via pygls
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit bdc6b4a

Please sign in to comment.