Skip to content

Commit

Permalink
doc: add PyPI search capability removal notice
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Jan 5, 2025
1 parent 967a463 commit 9b213c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,14 @@ This command searches for packages on a remote index.
poetry search requests pendulum
```

{{% note %}}
PyPI no longer allows for the search of packages without a browser. Please use https://pypi.org/search
(via a browser) instead.

For more information please see [warehouse documentation](https://warehouse.pypa.io/api-reference/xml-rpc.html#deprecated-methods)
and this [discussion](https://discuss.python.org/t/fastly-interfering-with-pypi-search/73597/6).
{{% /note %}}

## lock

This command locks (without installing) the dependencies specified in `pyproject.toml`.
Expand Down

0 comments on commit 9b213c9

Please sign in to comment.