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 @@ -90,7 +90,7 @@ pip3 install "dapr @ git+https://github.com/dapr/python-sdk.git@main"
9090pip3 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 ` )
9494to 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
177177uv 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
179179uv run ./tools/regen_grpcclient.sh
180180` ` `
181181
You can’t perform that action at this time.
0 commit comments