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
Copy file name to clipboardExpand all lines: content/spin/v2/python-components.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The Python SDK is built using [`componentize-py`](https://github.com/bytecodeall
41
41
<!-- @selectiveCpy -->
42
42
43
43
```bash
44
-
$ pip3 install componentize-py==0.12.0
44
+
$ pip3 install componentize-py==0.13.3
45
45
```
46
46
47
47
> **Please note:** The `hello-world` sample below installs `componentize-py` automatically via the `pip3 install -r requirements.txt` command - so feel free to skip this step if you are following the `hello-world` sample with us.
@@ -127,7 +127,15 @@ The `requirements.txt`, by default, contains the references to the `spin-sdk` an
0 commit comments