Skip to content

Commit 52c6ee0

Browse files
fix: remove outdated componentize-py version
Signed-off-by: Kate Goldenring <[email protected]>
1 parent a1cfd63 commit 52c6ee0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/v3/python-components.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The Python SDK is built using [`componentize-py`](https://github.com/bytecodeall
5252
<!-- @selectiveCpy -->
5353

5454
```bash
55-
$ pip3 install componentize-py==0.13.3
55+
$ pip3 install componentize-py
5656
```
5757

5858
> **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.
@@ -146,14 +146,6 @@ The `requirements.txt`, by default, contains the references to the `spin-sdk` an
146146

147147
```bash
148148
$ pip3 install -r requirements.txt
149-
Collecting spin-sdk==3.1.0 (from -r requirements.txt (line 1))
150-
Using cached spin_sdk-3.1.0-py3-none-any.whl.metadata (16 kB)
151-
Collecting componentize-py==0.13.3 (from -r requirements.txt (line 2))
152-
Using cached componentize_py-0.13.3-cp37-abi3-macosx_10_12_x86_64.whl.metadata (3.4 kB)
153-
Using cached spin_sdk-3.1.0-py3-none-any.whl (94 kB)
154-
Using cached componentize_py-0.13.3-cp37-abi3-macosx_10_12_x86_64.whl (38.8 MB)
155-
Installing collected packages: spin-sdk, componentize-py
156-
Successfully installed componentize-py-0.13.3 spin-sdk-3.1.0
157149
```
158150

159151
## Structure of a Python Component

0 commit comments

Comments
 (0)