Skip to content

Commit 3be52a6

Browse files
authored
Merge branch 'main' into bundled-optional-exts
2 parents 04a579e + bdc1796 commit 3be52a6

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
@@ -90,7 +90,7 @@ pip3 install "dapr @ git+https://github.com/dapr/python-sdk.git@main"
9090
pip3 install "dapr[grpc,fastapi] @ git+https://github.com/dapr/python-sdk.git@main"
9191
```
9292
93-
Replace `@main` with a commit SHA or release branch (e.g. `@release-1.17`)
93+
Replace `@main` with a commit SHA or release branch (e.g. `@release-1.18`)
9494
to pin to a specific point in history.
9595
9696
### Try out examples
@@ -175,7 +175,7 @@ The generated files will be found in `docs/_build`.
175175
176176
```sh
177177
uv sync --all-packages --group dev
178-
export DAPR_BRANCH=release-1.17 # Optional, defaults to master
178+
export DAPR_BRANCH=release-1.18 # Optional, defaults to master
179179
uv run ./tools/regen_grpcclient.sh
180180
```
181181

0 commit comments

Comments
 (0)