File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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")')
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ pip3 install "dapr-ext-grpc @ git+https://github.com/dapr/python-sdk.git@main#su
6565pip3 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 ` )
6969to 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
150150uv 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
152152uv run ./tools/regen_grpcclient.sh
153153```
154154
You can’t perform that action at this time.
0 commit comments