mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Fix invalid uv add fastmcp@latest command (#3217)
This commit is contained in:
parent
1eb57ba262
commit
78010ef06e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Since you already have `fastmcp` installed, you need to explicitly request the n
|
|||
```bash
|
||||
pip install --upgrade fastmcp
|
||||
# or
|
||||
uv add fastmcp@latest
|
||||
uv add --upgrade fastmcp
|
||||
```
|
||||
|
||||
If you pin versions in a requirements file or `pyproject.toml`, update your pin to `fastmcp>=3.0.0,<4`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue