Skip to content

Commit 1756225

Browse files
committed
Update dependencies and container build
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 3e9882f commit 1756225

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
1+
FROM registry.access.redhat.com/ubi9-minimal:9.6-1750782676
22
LABEL maintainer="Mihai Criveti" \
33
name="mcp/mcpgateway" \
44
version="0.2.0" \

Containerfile.lite

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ ARG PYTHON_VERSION=3.11 # Python major.minor series to track
2424
###########################
2525
# Base image for copying into scratch
2626
###########################
27-
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1749632992 AS base
27+
FROM registry.access.redhat.com/ubi9/ubi-micro:9.6-1750858477 AS base
2828

2929
###########################
3030
# Builder stage
3131
###########################
32-
FROM registry.access.redhat.com/ubi9/ubi:9.6-1749542372 AS builder
32+
FROM registry.access.redhat.com/ubi9/ubi:9.6-1750786174 AS builder
3333
SHELL ["/bin/bash", "-c"]
3434

3535
ARG PYTHON_VERSION

docs/docs/development/developer-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
???+ check "Minikube & Helm"
5858
- [ ] `make helm-install minikube-install minikube-start minikube-k8s-apply helm-package helm-deploy`
59-
- [ ] See [minikube deployment](deployment/minikube.md)
59+
- [ ] See [minikube deployment](../deployment/minikube.md)
6060

6161
---
6262

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@ maintainers = [
4747
dependencies = [
4848
"alembic>=1.16.2",
4949
"cryptography>=45.0.4",
50-
"fastapi>=0.115.13",
50+
"fastapi>=0.115.14",
5151
"filelock>=3.18.0",
5252
"gunicorn>=23.0.0",
5353
"httpx>=0.28.1",
5454
"jinja2>=3.1.6",
5555
"jq>=1.9.1",
5656
"jsonpath-ng>=1.7.0",
5757
"jsonschema>=4.24.0",
58-
"mcp>=1.9.4",
58+
"mcp>=1.10.1",
5959
"parse>=1.20.2",
6060
"psutil>=7.0.0",
6161
"pydantic>=2.11.7",
62-
"pydantic-settings>=2.10.0",
62+
"pydantic-settings>=2.10.1",
6363
"pyjwt>=2.10.1",
6464
"sqlalchemy>=2.0.41",
6565
"sse-starlette>=2.3.6",
6666
"starlette>=0.46.2",
67-
"uvicorn>=0.34.3",
67+
"uvicorn>=0.35.0",
6868
"zeroconf>=0.147.0",
6969
]
7070

@@ -136,18 +136,18 @@ dev = [
136136
"pytest-xdist>=3.7.0",
137137
"pytype>=2024.10.11",
138138
"radon>=6.0.1",
139-
"ruff>=0.12.0",
139+
"redis>=6.2.0",
140+
"ruff>=0.12.1",
140141
"settings-doc>=4.3.2",
141142
"snakeviz>=2.2.2",
142143
"tomlcheck>=0.2.3",
143144
"tox>=4.27.0",
144-
"tox-uv>=1.26.0",
145+
"tox-uv>=1.26.1",
145146
"twine>=6.1.0",
146-
"ty>=0.0.1a11",
147+
"ty>=0.0.1a12",
147148
"types-tabulate>=0.9.0.20241207",
148-
"uv>=0.7.13",
149+
"uv>=0.7.17",
149150
"yamllint>=1.37.1",
150-
"redis>=6.2.0",
151151
]
152152

153153
# Convenience meta-extras

0 commit comments

Comments
 (0)