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
@@ -145,12 +145,10 @@ The generated files will be found in `docs/_build`.
145
145
146
146
```sh
147
147
pip3 install -r tools/requirements.txt
148
-
export DAPR_BRANCH=release-1.16# Optional, defaults to master
148
+
export DAPR_BRANCH=release-1.17# Optional, defaults to master
149
149
./tools/regen_grpcclient.sh
150
150
```
151
151
152
-
> Note: The `grpcio-tools` version we're using doesn't support Python 3.13.
153
-
154
152
## Help & Feedback
155
153
156
154
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