Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/3705
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 7/8/2024
**Status:** ✅ Merged
**Merged:** 7/8/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langfuse-2.38.0`
---
### 📝 Commits (1)
- [`404b472`](https://github.com/open-webui/open-webui/commit/404b47274eab1d4ef2aaca280274fe17e1844f6b) chore(deps): bump langfuse from 2.36.2 to 2.38.0 in /backend
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/requirements.txt` (+1 -1)
</details>
### 📄 Description
Bumps [langfuse](https://github.com/langfuse/langfuse) from 2.36.2 to 2.38.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/langfuse/langfuse/releases">langfuse's releases</a>.</em></p>
<blockquote>
<h2>v2.38.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: show generations table per prompt version, add <code>observationCount</code> to traces table by <a href="https://github.com/marliessophie"><code>@marliessophie</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1971">langfuse/langfuse#1971</a></li>
<li>feat(ui): add container queries for embedded tables + accordion to hide generations on prompt versions by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1974">langfuse/langfuse#1974</a></li>
<li>fix: generate api spec and postman collection to public folder by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1964">langfuse/langfuse#1964</a></li>
<li>perf: limit max length of trpc batch requests by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1966">langfuse/langfuse#1966</a></li>
<li>perf: exclude observation metadata in traces.byId to prevent OOM when viewing large traces by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1978">langfuse/langfuse#1978</a></li>
<li>chore: improve logging by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1965">langfuse/langfuse#1965</a></li>
<li>chore(db): add cursors to trace table by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1968">langfuse/langfuse#1968</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/marliessophie"><code>@marliessophie</code></a> made their first contribution in <a href="https://redirect.github.com/langfuse/langfuse/pull/1971">langfuse/langfuse#1971</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.37.3...v2.38.0">https://github.com/langfuse/langfuse/compare/v2.37.3...v2.38.0</a></p>
<h2>v2.37.3</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: use prisma joins by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1934">langfuse/langfuse#1934</a></li>
<li>chore: reduce logging by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1935">langfuse/langfuse#1935</a></li>
<li>fix: worker tsconfig by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1936">langfuse/langfuse#1936</a></li>
<li>chore: reduce logging again by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1937">langfuse/langfuse#1937</a></li>
<li>chore: sentry worker global sampling by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1938">langfuse/langfuse#1938</a></li>
<li>chore: move worker logs to debug by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1939">langfuse/langfuse#1939</a></li>
<li>chore: improve logging by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1942">langfuse/langfuse#1942</a></li>
<li>chore(deps): bump the patches group across 1 directory with 14 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1944">langfuse/langfuse#1944</a></li>
<li>feat(auth): redirect to <code>targetPath</code> after login by <a href="https://github.com/InosRahul"><code>@InosRahul</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1913">langfuse/langfuse#1913</a></li>
<li>fix: use provided job delay instead of default if provided (<a href="https://redirect.github.com/langfuse/langfuse/issues/1950">#1950</a>) by <a href="https://github.com/TimBeyer"><code>@TimBeyer</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1955">langfuse/langfuse#1955</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/InosRahul"><code>@InosRahul</code></a> made their first contribution in <a href="https://redirect.github.com/langfuse/langfuse/pull/1913">langfuse/langfuse#1913</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.37.2...v2.37.3">https://github.com/langfuse/langfuse/compare/v2.37.2...v2.37.3</a></p>
<h2>v2.37.2</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add labels to fern definition for prompt return types by <a href="https://github.com/hassiebp"><code>@hassiebp</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1923">langfuse/langfuse#1923</a></li>
<li>fix: openapi spec publishing and add postman collection by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1928">langfuse/langfuse#1928</a></li>
<li>ui: move new prompt to datatable toolbar by <a href="https://github.com/marcklingen"><code>@marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1929">langfuse/langfuse#1929</a></li>
<li>perf: remove read operation from events table by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1933">langfuse/langfuse#1933</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.37.1...v2.37.2">https://github.com/langfuse/langfuse/compare/v2.37.1...v2.37.2</a></p>
<h2>v2.37.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: deduplicate events on worker ingestion by <a href="https://github.com/maxdeichmann"><code>@maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1908">langfuse/langfuse#1908</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.37.0...v2.37.1">https://github.com/langfuse/langfuse/compare/v2.37.0...v2.37.1</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/langfuse/langfuse/commits/v2.38.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/3705
Author: @dependabot[bot]
Created: 7/8/2024
Status: ✅ Merged
Merged: 7/8/2024
Merged by: @tjbck
Base:
dev← Head:dependabot/pip/backend/dev/langfuse-2.38.0📝 Commits (1)
404b472chore(deps): bump langfuse from 2.36.2 to 2.38.0 in /backend📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/requirements.txt(+1 -1)📄 Description
Bumps langfuse from 2.36.2 to 2.38.0.
Release notes
Sourced from langfuse's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.