From a0fb9794df4891f16c3bca41a2a2d61e4d2dc44e Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:45:04 -0800 Subject: [PATCH 1/2] Update libcst dependency to 1.5 To enable python-3.13 support, see https://github.com/pytorch-labs/torchfix/issues/84 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7114063..5be4c4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dynamic = ["version"] dependencies = [ "flake8>=3.8.2", "PyYAML", - "libcst>=1.1.0,<1.2.0" + "libcst>=1.5.0,<1.6.0" ] [project.optional-dependencies] From e33b989ee7aa7e4f57b6e23efbbf1a74f70e67c2 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:54:29 -0800 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5be4c4b..48ac050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ dev = [ "flake8==6.0.0", "pytest==7.2.0", - "libcst==1.1.0", + "libcst==1.5.0", "types-PyYAML==6.0.7", "mypy==1.7.0", "black==24.4.0",