mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge branch 'open-webui:main' into bug/oauth_logout_fix
This commit is contained in:
commit
d1ee4e0925
3 changed files with 0 additions and 3 deletions
|
|
@ -98,7 +98,6 @@ langfuse==2.44.0
|
|||
youtube-transcript-api==1.1.0
|
||||
pytube==15.0.0
|
||||
|
||||
extract_msg
|
||||
pydub
|
||||
duckduckgo-search==8.0.2
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ dependencies = [
|
|||
"youtube-transcript-api==1.1.0",
|
||||
"pytube==15.0.0",
|
||||
|
||||
"extract_msg",
|
||||
"pydub",
|
||||
"duckduckgo-search==8.0.2",
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@
|
|||
import ChangelogModal from '$lib/components/ChangelogModal.svelte';
|
||||
import AccountPending from '$lib/components/layout/Overlay/AccountPending.svelte';
|
||||
import UpdateInfoToast from '$lib/components/layout/UpdateInfoToast.svelte';
|
||||
import { get } from 'svelte/store';
|
||||
import Spinner from '$lib/components/common/Spinner.svelte';
|
||||
|
||||
const i18n = getContext('i18n');
|
||||
|
|
|
|||
Loading…
Reference in a new issue