diff --git a/pdm.lock b/pdm.lock index 2752ff36a29..c38bdd51c27 100644 --- a/pdm.lock +++ b/pdm.lock @@ -6,7 +6,7 @@ groups = ["default", "aws", "docs", "frameworks", "grpc", "grpc-channelz", "grpc cross_platform = true static_urls = false lock_version = "4.3" -content_hash = "sha256:41b6a86ad97bec5765778dec146d82033288187824165b3c5cd123a20e716946" +content_hash = "sha256:cc749577a86af2182f1c8b48ff2f330a4d964e26c16d2f504869741fcf6c226e" [[package]] name = "absl-py" @@ -1578,10 +1578,6 @@ dependencies = [ "fsspec==2023.6.0", "requests", ] -files = [ - {file = "fsspec-2023.6.0-py3-none-any.whl", hash = "sha256:1cbad1faef3e391fba6dc005ae9b5bdcbf43005c9167ce78c915549c352c869a"}, - {file = "fsspec-2023.6.0.tar.gz", hash = "sha256:d0b2f935446169753e7a5c5c55681c54ea91996cc67be93c39a154fb3a2742af"}, -] [[package]] name = "furo" @@ -6407,6 +6403,11 @@ dependencies = [ "numpy>=1.19.1", "python-rapidjson>=0.9.1", ] +files = [ + {file = "tritonclient-2.35.0-py3-none-any.whl", hash = "sha256:1dc3ed5a7b1727689a3b4580cd770c2f43ba3337d3c7a140ab5996376bbed737"}, + {file = "tritonclient-2.35.0-py3-none-manylinux1_x86_64.whl", hash = "sha256:25756bf835a433683b0a253d49331c67240989e5e035b297957fe3a9ffe86a6f"}, + {file = "tritonclient-2.35.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:e52ff02c09ebb37c16087951d69fe40f8b9cb4ea459cee9bfd54c1ff66340bd5"}, +] [[package]] name = "tritonclient" diff --git a/pyproject.toml b/pyproject.toml index edb089c5a39..fc928ca7cad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ dependencies = [ "cloudpickle", "deepmerge", "fs", + "httpx", "numpy", # OpenTelemetry is the server dependencies, rather than SDK # Since there are discrepancies among API and instrumentation packages, @@ -61,7 +62,6 @@ dependencies = [ "starlette>=0.13.5,<0.29", "uvicorn", "watchfiles>=0.15.0", - "httpx>=0.24.1", ] dynamic = ["version"] [project.urls]