diff --git a/Dockerfile b/Dockerfile index ab275006..afc861d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN set -ex \ && chmod +x $BIN_DIR/rosa \ && curl --fail -vL https://github.com/regclient/regclient/releases/latest/download/regctl-linux-amd64 -o $BIN_DIR/regctl \ && chmod +x $BIN_DIR/regctl \ - && curl --fail -vL https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-amd64-2.14.2.tgz | tar --strip-components=2 -C $BIN_DIR -xzvf - '*/bin/hub' \ + && curl --fail -vL https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-amd64-2.14.2.tgz | tar --wildcards --strip-components=2 -C $BIN_DIR -xzvf - '*/bin/hub' \ && chmod +x $BIN_DIR/hub WORKDIR $APP_DIR diff --git a/pyproject.toml b/pyproject.toml index 7098b482..8f3016ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,12 +67,12 @@ dependencies = [ "shortuuid>=1.0.13", "string-color>=1.2.3", "timeout-sampler>=0.0.46", - "uvicorn[standard]>=0.31.0", + "uvicorn[standard]>=0.32.0", "httpx>=0.28.1", "asyncstdlib>=3.13.1", "webcolors>=24.11.1", "pyjwt>=2.8.0", - "pydantic>=2.5.0", + "pydantic>=2.8.0", "psutil>=7.0.0", "fastapi-mcp>=0.4.0", ] diff --git a/uv.lock b/uv.lock index aa8cb840..8f2ad61d 100644 --- a/uv.lock +++ b/uv.lock @@ -430,7 +430,7 @@ requires-dist = [ { name = "fastapi-mcp", specifier = ">=0.4.0" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "psutil", specifier = ">=7.0.0" }, - { name = "pydantic", specifier = ">=2.5.0" }, + { name = "pydantic", specifier = ">=2.8.0" }, { name = "pygithub", specifier = ">=2.4.0" }, { name = "pyhelper-utils", specifier = ">=0.0.42" }, { name = "pyjwt", specifier = ">=2.8.0" }, @@ -446,7 +446,7 @@ requires-dist = [ { name = "shortuuid", specifier = ">=1.0.13" }, { name = "string-color", specifier = ">=1.2.3" }, { name = "timeout-sampler", specifier = ">=0.0.46" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.31.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.32.0" }, { name = "webcolors", specifier = ">=24.11.1" }, ] provides-extras = ["tests"]