You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -152,12 +152,10 @@ The generated files will be found in `docs/_build`.
152
152
153
153
```sh
154
154
pip3 install -r tools/requirements.txt
155
-
export DAPR_BRANCH=release-1.16# Optional, defaults to master
155
+
export DAPR_BRANCH=release-1.17# Optional, defaults to master
156
156
./tools/regen_grpcclient.sh
157
157
```
158
158
159
-
> Note: The `grpcio-tools` version we're using doesn't support Python 3.13.
160
-
161
159
## Help & Feedback
162
160
163
161
Need help or have feedback on the SDK? Please open a GitHub issue or come chat with us in the `#python-sdk` channel of our Discord server ([click here to join](https://discord.gg/MySdVxrH)).
0 commit comments