Upgrade Django version used by Khoj server

This commit is contained in:
Debanjum Singh Solanky 2024-10-16 03:47:43 -07:00
parent ea59dde4a0
commit 7ebfc24a96

View file

@ -63,7 +63,7 @@ dependencies = [
"tenacity == 8.3.0",
"anyio == 3.7.1",
"pymupdf >= 1.23.5",
"django == 5.0.8",
"django == 5.0.9",
"authlib == 1.2.1",
"llama-cpp-python == 0.2.88",
"itsdangerous == 2.1.2",