diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-02-14 12:45:22 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-02-14 13:08:40 +0100 |
| commit | 51ded5e690c2dc7d96f833b851f5795ecd4a3ad0 (patch) | |
| tree | 8c3352d0e00eeef91cd6853f6707f550f0c82adc /requirements.txt | |
| parent | 97e572728f9fe7c24b841194d3151305f4823985 (diff) | |
[fix] migrate from typer-slim to typer
Package typer-slim does nothing other than depend on typer. The only reason this
package exists is as a migration path for old projects that used to depend on
typer-slim, so that they can get the latest version of typer.
Install instead:
pip install typer
Package typer-slimis deprecated and will stop receiving any updates and
published versions.
[1] https://pypi.org/project/typer-slim/
Closes: https://github.com/searxng/searxng/issues/5742
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1b120f4ee..ba2e8d9d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.4.0; python_version < '3.11' msgspec==0.20.0 -typer-slim==0.21.1 +typer==0.23.0 isodate==0.7.2 whitenoise==6.11.0 typing-extensions==4.15.0 |
