diff --git a/pdm.lock b/pdm.lock index 8f0a8c11..81a59c32 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "dev"] strategy = ["inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:f6f28db597007f5cead6846b9e2476f36fdb00c1cf9f5d9d10ae389351b7a04c" +content_hash = "sha256:7b63105c55481eacade0754a7af8cdee08f3e423f38aa4999aa95051169bf871" [[package]] name = "absl-py" diff --git a/pyproject.toml b/pyproject.toml index b63d8751..c1dd960d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,8 +110,8 @@ dependencies = [ "zipp==3.20.1", "jinja2==3.1.4", "scikit-learn==1.5.1", + "starlette==0.37.2", "tqdm==4.66.5", - "starlett==0.37.2", ] requires-python = "==3.11.*" readme = "README.md"