From 974599359c04ff371625c45ab611308f161bab2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Ho=C3=9Fbach?= Date: Sat, 25 Nov 2023 12:55:37 +0100 Subject: [PATCH] tighten cattrs dep --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cfdf720..6fb0695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ license = {text = "MIT"} dependencies = [ "ruff>=0.1.0, <0.2.0", "python-lsp-server", + "cattrs!=23.2.1", "lsprotocol>=2022.0.0a1", "tomli>=1.1.0; python_version < '3.11'", ]