Skip to content

Commit f6d160f

Browse files
authored
Merge pull request #60 from trishullab/feature/bump-filelock
Update filelock dependency to allow newer versions
2 parents 615c69f + 872b35c commit f6d160f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
build-backend = "hatchling.build"
66
[project]
77
name = "itp_interface"
8-
version = "1.1.13"
8+
version = "1.1.14"
99
authors = [
1010
{ name="Amitayush Thakur", email="[email protected]" },
1111
]
@@ -28,7 +28,7 @@ dependencies = [
2828
"ray>=2.50.0; python_version<'3.14'",
2929
"pydantic>=2.10.6",
3030
"faiss-cpu>=1.6.1",
31-
"filelock==3.12.4",
31+
"filelock>=3.12.4",
3232
"regex==2023.10.3",
3333
"tqdm>=4.27",
3434
"wget==3.2",

0 commit comments

Comments
 (0)