From afcc9600affc6e941d6d05c91641ec2c72d30909 Mon Sep 17 00:00:00 2001 From: Amitayush Thakur Date: Mon, 22 Jun 2026 07:13:02 +0000 Subject: [PATCH 1/2] Update regex dependency to allow versions >= 2023.10.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 995f242..5f5f48c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "pydantic>=2.10.6", "faiss-cpu>=1.6.1", "filelock>=3.12.4", - "regex==2023.10.3", + "regex>=2023.10.3", "tqdm>=4.27", "wget==3.2", "hydra-core>=1.0.0", From 7182bcdbe69dcc93777be2bceab1065691a7b876 Mon Sep 17 00:00:00 2001 From: Amitayush Thakur Date: Mon, 22 Jun 2026 07:22:23 +0000 Subject: [PATCH 2/2] Bump version to 1.11.0 and update dependency constraints in pyproject.toml --- pyproject.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f5f48c..0dd65b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ build-backend = "hatchling.build" [project] name = "itp_interface" -version = "1.10.0" +version = "1.11.0" authors = [ { name="Amitayush Thakur", email="amitayush@utexas.edu" }, ] @@ -19,28 +19,28 @@ classifiers = [ ] dependencies = [ - "dataclasses-json==0.5.7", - "editdistance==0.8.1", + "dataclasses-json>=0.5.7", + "editdistance>=0.8.1", "numpy>=1.24.0", - "pexpect==4.8.0", - "sexpdata==1.0.0", - "pampy==0.3.0", + "pexpect>=4.8.0", + "sexpdata>=1.0.0", + "pampy>=0.3.0", "ray>=2.50.0; python_version<'3.14'", "pydantic>=2.10.6", "faiss-cpu>=1.6.1", "filelock>=3.12.4", "regex>=2023.10.3", "tqdm>=4.27", - "wget==3.2", + "wget>=3.2", "hydra-core>=1.0.0", "omegaconf>=2.0.1", - "jsonlines==4.0.0", - "soundfile==0.12.1", - "rank_bm25==0.2.2", - "parglare==0.16.1", + "jsonlines>=4.0.0", + "soundfile>=0.12.1", + "rank_bm25>=0.2.2", + "parglare>=0.16.1", "urllib3>=2.0.7", - "mathlibtools==1.3.2", - "pylspclient==0.0.3", + "mathlibtools>=1.3.2", + "pylspclient>=0.0.3", ] [project.optional-dependencies]