Skip to content

Commit ed009b8

Browse files
fix: use a specific version of poetry
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 895584a commit ed009b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bedrock-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This project is built using [Terraform](https://www.terraform.io/). See [Getting
8585
```shell
8686
python -m venv .venv
8787
source .venv/bin/activate
88-
pip install poetry
88+
pip install poetry==1.8.3
8989
```
9090

9191
4. Initialize the neccessary Terraform providers.

0 commit comments

Comments
 (0)