Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# locally before `docker build` so that `web/dist/` contains the
# bundled UIs. This image copies that prebuilt bundle rather
# than installing Node and rebuilding it here.
FROM ghcr.io/reboot-dev/reboot-base:1.0.3
FROM ghcr.io/reboot-dev/reboot-base:1.0.4

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ dependencies = [
"uuid7>=0.1.0",
"anyio>=4.0.0",
"pydantic-ai-slim[anthropic]>=1.0.0",
"reboot==1.0.3",
"reboot==1.0.4",
]

[tool.rye]
dev-dependencies = [
"pytest>=7.4",
"reboot==1.0.3",
"reboot==1.0.4",
]

# This project only uses `rye` to provide `python` and its dependencies.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ python-ulid==3.1.0
pyyaml==6.0.2
# via kubernetes-asyncio
# via reboot
reboot==1.0.3
reboot==1.0.4
referencing==0.37.0
# via jsonschema
# via jsonschema-specifications
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ python-ulid==3.1.0
pyyaml==6.0.2
# via kubernetes-asyncio
# via reboot
reboot==1.0.3
reboot==1.0.4
referencing==0.37.0
# via jsonschema
# via jsonschema-specifications
Expand Down
28 changes: 14 additions & 14 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"dependencies": {
"@modelcontextprotocol/ext-apps": "1.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@reboot-dev/reboot-api": "1.0.3",
"@reboot-dev/reboot-react": "1.0.3",
"@reboot-dev/reboot-api": "1.0.4",
"@reboot-dev/reboot-react": "1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
Expand Down
Loading