summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-12-24 19:23:22 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-12-24 19:35:54 +0100
commite710ebdf6758363ec902e6ffc802fe58b430aebc (patch)
treeb76af6f4b18502531e2a79f98807c378df0e1fb1
parent26097f444b536e07f4790597134ab20df5639df3 (diff)
downloadsearxng-e710ebdf6758363ec902e6ffc802fe58b430aebc.tar.gz
searxng-e710ebdf6758363ec902e6ffc802fe58b430aebc.zip
[fix] temporary msgspec-python313-pre
Waitng for new release of msgspec for Python 3.13: - https://github.com/jcrist/msgspec/issues/764#issuecomment-2466150924 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 247a22a96..1cd693273 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,7 +16,7 @@ redis==5.0.8
markdown-it-py==3.0.0
fasttext-predict==0.9.2.4
tomli==2.0.2; python_version < '3.11'
-msgspec==0.18.6
+msgspec-python313-pre
eval_type_backport; python_version < '3.9'
typer-slim==0.15.1
isodate==0.7.2