Skip to content

Commit bdc1796

Browse files
authored
1.18 (#1087)
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
1 parent 1ae3c25 commit bdc1796

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
run: |
57-
MIN_RUNTIME_VERSION="1.17.0"
57+
MIN_RUNTIME_VERSION="1.18.0"
5858
RUNTIME_VERSION=$(curl -fsS -H "Authorization: Bearer $GITHUB_TOKEN" \
5959
"https://api.github.com/repos/dapr/dapr/releases?per_page=10" | \
6060
jq -r 'map(select(.prerelease == false)) | sort_by(.created_at) | reverse | .[0].tag_name | ltrimstr("v")')

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pip3 install "dapr-ext-grpc @ git+https://github.com/dapr/python-sdk.git@main#su
6565
pip3 install "dapr-ext-fastapi @ git+https://github.com/dapr/python-sdk.git@main#subdirectory=ext/dapr-ext-fastapi"
6666
```
6767

68-
Replace `@main` with a commit SHA or release branch (e.g. `@release-1.17`)
68+
Replace `@main` with a commit SHA or release branch (e.g. `@release-1.18`)
6969
to pin to a specific point in history.
7070

7171
### Try out examples
@@ -148,7 +148,7 @@ The generated files will be found in `docs/_build`.
148148

149149
```sh
150150
uv sync --all-packages --group dev
151-
export DAPR_BRANCH=release-1.17 # Optional, defaults to master
151+
export DAPR_BRANCH=release-1.18 # Optional, defaults to master
152152
uv run ./tools/regen_grpcclient.sh
153153
```
154154

0 commit comments

Comments
 (0)