Skip to content

Commit

Permalink
[Release] Update the examples (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
reboot-dev-bot authored Aug 27, 2024
1 parent dc7a4e9 commit 5ac3066
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.13
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/reboot-dev/resemble-base:0.12.0
FROM ghcr.io/reboot-dev/resemble-base:0.13.1

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ For the impatient:

This repository contains a simple example application written using Resemble.

The [Resemble '.proto' definition](https://docs.reboot.dev/docs/learn/overview#generated-code)
The [Resemble '.proto' definition](https://docs.reboot.dev/develop/schema#code-generation)
can be found in the `api/` directory, grouped into
subdirectories by proto package, while backend specific code can be
found in `backend/` and front end specific code in `web/`.

_For more information on all of the Resemble examples, please [see the docs](https://docs.reboot.dev/docs/get_started/examples)._
_For more information on all of the Resemble examples, please [see the docs](https://docs.reboot.dev/get_started/examples)._

## Prepare an environment by...

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
requires-python = "== 3.10"
dependencies = [
"reboot-resemble==0.12.0",
"reboot-resemble==0.13.1",
]

[tool.rye]
dev-dependencies = [
"reboot-resemble==0.12.0",
"reboot-resemble==0.13.1",
"mypy==1.2.0",
"pytest>=7.4.2",
"types-protobuf>=4.24.0.20240129",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.1
# via kubernetes
# via kubernetes-asyncio
reboot-resemble==0.12.0
reboot-resemble==0.13.1
requests==2.31.0
# via kubernetes
# via requests-oauthlib
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ python-dateutil==2.9.0.post0
pyyaml==6.0.1
# via kubernetes
# via kubernetes-asyncio
reboot-resemble==0.12.0
reboot-resemble==0.13.1
requests==2.31.0
# via kubernetes
# via requests-oauthlib
Expand Down
30 changes: 15 additions & 15 deletions web/package-lock.json

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

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reboot-dev/resemble-react": "^0.12.0",
"@reboot-dev/resemble-react": "^0.13.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit 5ac3066

Please sign in to comment.