pin ts per python version

This commit is contained in:
Paul Gauthier 2025-03-06 13:20:59 -08:00
parent f6bb803be5
commit f9bb2e498e

View file

@ -419,3 +419,6 @@ zipp==3.21.0
# via
# -c requirements/common-constraints.txt
# importlib-metadata
tree-sitter==0.23.2; python_version < "3.10"
tree-sitter==0.24.0; python_version >= "3.10"