From f96ea77c4536efce6d1d39ebbe2da53ad75ae9e5 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Mon, 21 Apr 2025 00:09:41 -0400 Subject: [PATCH] chore: update lockfiles Signed-off-by: Aaron Pham --- pyproject.toml | 7 ++----- uv.lock | 13 ++----------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64f469c1..b5f9ec0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,8 +34,8 @@ dependencies = [ "typer", "questionary", "pyaml", + "attrs", "psutil", - "pathlib", "pip_requirements_parser", "nvidia-ml-py", "dulwich", @@ -89,10 +89,7 @@ requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"] build-backend = 'hatchling.build' [dependency-groups] -tests = [ - "pexpect>=4.9.0", - "pytest>=8.3.5", -] +tests = ["pexpect>=4.9.0", "pytest>=8.3.5"] [tool.hatch.version] source = "vcs" diff --git a/uv.lock b/uv.lock index 74a98b86..e6579f04 100644 --- a/uv.lock +++ b/uv.lock @@ -1212,13 +1212,13 @@ wheels = [ name = "openllm" source = { editable = "." } dependencies = [ + { name = "attrs" }, { name = "bentoml" }, { name = "dulwich" }, { name = "hf-xet" }, { name = "huggingface-hub" }, { name = "nvidia-ml-py" }, { name = "openai" }, - { name = "pathlib" }, { name = "pip-requirements-parser" }, { name = "psutil" }, { name = "pyaml" }, @@ -1237,13 +1237,13 @@ tests = [ [package.metadata] requires-dist = [ + { name = "attrs" }, { name = "bentoml", specifier = "==1.4.8" }, { name = "dulwich" }, { name = "hf-xet" }, { name = "huggingface-hub" }, { name = "nvidia-ml-py" }, { name = "openai", specifier = "==1.73.0" }, - { name = "pathlib" }, { name = "pip-requirements-parser" }, { name = "psutil" }, { name = "pyaml" }, @@ -1365,15 +1365,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 }, ] -[[package]] -name = "pathlib" -version = "1.0.1" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz", hash = "sha256:6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f", size = 49298 } -wheels = [ - { url = "https://files.pythonhosted.org/packages/78/f9/690a8600b93c332de3ab4a344a4ac34f00c8f104917061f779db6a918ed6/pathlib-1.0.1-py3-none-any.whl", hash = "sha256:f35f95ab8b0f59e6d354090350b44a80a80635d22efdedfa84c7ad1cf0a74147", size = 14363 }, -] - [[package]] name = "pathspec" version = "0.12.1"