diff --git a/docker/Dockerfile.non_root b/docker/Dockerfile.non_root index 3fa73f42437..f9c397862a1 100644 --- a/docker/Dockerfile.non_root +++ b/docker/Dockerfile.non_root @@ -24,7 +24,8 @@ RUN for i in 1 2 3; do \ curl \ openssl \ libsndfile \ - nodejs && break || sleep 5; \ + nodejs \ + npm && break || sleep 5; \ done ENV UV_PROJECT_ENVIRONMENT=/app/.venv \ diff --git a/pyproject.toml b/pyproject.toml index 2d85072fe7f..50b08e718ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "litellm" -version = "1.84.2" +version = "1.84.3" description = "Library to easily interface with LLM API providers" readme = "README.md" requires-python = ">=3.10, <3.14" @@ -242,7 +242,7 @@ source-exclude = [ profile = "black" [tool.commitizen] -version = "1.84.2" +version = "1.84.3" version_files = [ "pyproject.toml:^version", ] diff --git a/uv.lock b/uv.lock index 6bfc2641aab..86753fbd711 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ ] [options] -exclude-newer = "2026-05-24T07:22:56.779644Z" +exclude-newer = "2026-05-24T07:50:00.208911Z" exclude-newer-span = "P3D" [manifest] @@ -3083,7 +3083,7 @@ wheels = [ [[package]] name = "litellm" -version = "1.84.2" +version = "1.84.3" source = { editable = "." } dependencies = [ { name = "aiohttp" },