File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1749489516
1
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1750782676
2
2
LABEL maintainer="Mihai Criveti" \
3
3
name="mcp/mcpgateway" \
4
4
version="0.2.0" \
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ ARG PYTHON_VERSION=3.11 # Python major.minor series to track
24
24
###########################
25
25
# Base image for copying into scratch
26
26
###########################
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
28
28
29
29
###########################
30
30
# Builder stage
31
31
###########################
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
33
33
SHELL ["/bin/bash", "-c"]
34
34
35
35
ARG PYTHON_VERSION
Original file line number Diff line number Diff line change 56
56
57
57
???+ check "Minikube & Helm"
58
58
- [ ] ` 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)
60
60
61
61
---
62
62
Original file line number Diff line number Diff line change @@ -47,24 +47,24 @@ maintainers = [
47
47
dependencies = [
48
48
" alembic>=1.16.2" ,
49
49
" cryptography>=45.0.4" ,
50
- " fastapi>=0.115.13 " ,
50
+ " fastapi>=0.115.14 " ,
51
51
" filelock>=3.18.0" ,
52
52
" gunicorn>=23.0.0" ,
53
53
" httpx>=0.28.1" ,
54
54
" jinja2>=3.1.6" ,
55
55
" jq>=1.9.1" ,
56
56
" jsonpath-ng>=1.7.0" ,
57
57
" jsonschema>=4.24.0" ,
58
- " mcp>=1.9.4 " ,
58
+ " mcp>=1.10.1 " ,
59
59
" parse>=1.20.2" ,
60
60
" psutil>=7.0.0" ,
61
61
" pydantic>=2.11.7" ,
62
- " pydantic-settings>=2.10.0 " ,
62
+ " pydantic-settings>=2.10.1 " ,
63
63
" pyjwt>=2.10.1" ,
64
64
" sqlalchemy>=2.0.41" ,
65
65
" sse-starlette>=2.3.6" ,
66
66
" starlette>=0.46.2" ,
67
- " uvicorn>=0.34.3 " ,
67
+ " uvicorn>=0.35.0 " ,
68
68
" zeroconf>=0.147.0" ,
69
69
]
70
70
@@ -136,18 +136,18 @@ dev = [
136
136
" pytest-xdist>=3.7.0" ,
137
137
" pytype>=2024.10.11" ,
138
138
" radon>=6.0.1" ,
139
- " ruff>=0.12.0" ,
139
+ " redis>=6.2.0" ,
140
+ " ruff>=0.12.1" ,
140
141
" settings-doc>=4.3.2" ,
141
142
" snakeviz>=2.2.2" ,
142
143
" tomlcheck>=0.2.3" ,
143
144
" tox>=4.27.0" ,
144
- " tox-uv>=1.26.0 " ,
145
+ " tox-uv>=1.26.1 " ,
145
146
" twine>=6.1.0" ,
146
- " ty>=0.0.1a11 " ,
147
+ " ty>=0.0.1a12 " ,
147
148
" types-tabulate>=0.9.0.20241207" ,
148
- " uv>=0.7.13 " ,
149
+ " uv>=0.7.17 " ,
149
150
" yamllint>=1.37.1" ,
150
- " redis>=6.2.0" ,
151
151
]
152
152
153
153
# Convenience meta-extras
You can’t perform that action at this time.
0 commit comments