|
1 | 1 | # Dapr SDK for Python |
2 | 2 |
|
3 | | -[](https://pypi.org/project/dapr/) |
4 | | -[](https://pypi.org/project/dapr/) |
5 | | -[](https://github.com/dapr/python-sdk/actions/workflows/build.yaml) |
6 | | -[](https://codecov.io/gh/dapr/python-sdk) |
7 | | -[](https://github.com/dapr/python-sdk/blob/main/LICENSE) |
8 | | -[](https://github.com/dapr/python-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
9 | | -[](http://bit.ly/dapr-discord) |
10 | | -[](https://youtube.com/@daprdev) |
| 3 | +[](https://pypi.org/project/dapr/) |
| 4 | +[](https://pypi.org/project/dapr/) |
| 5 | +[](https://github.com/dapr/python-sdk/actions/workflows/build.yaml) |
| 6 | +[](https://codecov.io/gh/dapr/python-sdk) |
| 7 | +[](https://github.com/dapr/python-sdk/blob/main/LICENSE) |
| 8 | +[](https://github.com/dapr/python-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) |
| 9 | +[](http://bit.ly/dapr-discord) |
| 10 | +[](https://youtube.com/@daprdev) |
11 | 11 | <!-- IGNORE_LINKS --> |
12 | 12 | [](https://twitter.com/daprdev) |
13 | 13 | <!-- END_IGNORE --> |
@@ -153,8 +153,6 @@ export DAPR_BRANCH=release-1.16 # Optional, defaults to master |
153 | 153 | ./tools/regen_grpcclient.sh |
154 | 154 | ``` |
155 | 155 |
|
156 | | -> Note: The `grpcio-tools` version we're using doesn't support Python 3.13. |
157 | | -
|
158 | 156 | ## Help & Feedback |
159 | 157 |
|
160 | 158 | 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