Skip to content

Commit

Permalink
Tighten cattrs dependency (#303)
Browse files Browse the repository at this point in the history
Closes #301.
Will resolve python-lsp/python-lsp-ruff#61
  • Loading branch information
jhossbach committed Nov 28, 2023
1 parent c42cd27 commit a13d448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["attrs>=21.3.0", "cattrs"]
dependencies = ["attrs>=21.3.0", "cattrs!=23.2.1"]

[project.urls]
Issues = "https://github.com/microsoft/lsprotocol/issues"
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# 2) pip-compile --generate-hashes --upgrade ./requirements.in

attrs
cattrs
cattrs!=23.2.1
jsonschema
importlib_resources
pytest
Expand Down

0 comments on commit a13d448

Please sign in to comment.