chore: version bump

This commit is contained in:
Timothy J. Baek
2024-08-14 17:13:37 +02:00
parent 53daa15b9a
commit 6a1e7ab038
5 changed files with 24 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "open-webui"
description = "Open WebUI (Formerly Ollama WebUI)"
description = "Open WebUI"
authors = [
{ name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
]
@@ -41,12 +41,12 @@ dependencies = [
"google-generativeai==0.7.2",
"tiktoken",
"langchain==0.2.11",
"langchain==0.2.12",
"langchain-community==0.2.10",
"langchain-chroma==0.1.2",
"fake-useragent==1.5.1",
"chromadb==0.5.4",
"chromadb==0.5.5",
"sentence-transformers==3.0.1",
"pypdf==4.3.1",
"docx2txt==0.8",
@@ -69,11 +69,11 @@ dependencies = [
"faster-whisper==1.0.2",
"PyJWT[crypto]==2.8.0",
"PyJWT[crypto]==2.9.0",
"authlib==1.3.1",
"black==24.8.0",
"langfuse==2.39.2",
"langfuse==2.43.3",
"youtube-transcript-api==0.6.2",
"pytube==15.0.0",