[PR #3560] [MERGED] chore(deps): bump langfuse from 2.33.0 to 2.36.2 in /backend #21281

Closed
opened 2026-04-20 03:25:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3560
Author: @dependabot[bot]
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/langfuse-2.36.2


📝 Commits (1)

  • 3f31bb0 chore(deps): bump langfuse from 2.33.0 to 2.36.2 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps langfuse from 2.33.0 to 2.36.2.

Release notes

Sourced from langfuse's releases.

v2.36.1

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.36.0...v2.36.1

v2.36.0

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.35.0...v2.36.0

v2.35.0

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.34.0...v2.35.0

v2.34.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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/3560 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langfuse-2.36.2` --- ### 📝 Commits (1) - [`3f31bb0`](https://github.com/open-webui/open-webui/commit/3f31bb0975ec5033786a906a6f3fcf75ddd25cf3) chore(deps): bump langfuse from 2.33.0 to 2.36.2 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.33.0 to 2.36.2. <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.36.1</h2> <h2>What's Changed</h2> <ul> <li>perf: reduce sentry sampling by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1897">langfuse/langfuse#1897</a></li> <li>fix: correctly filter prompt on production promotion by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1899">langfuse/langfuse#1899</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.36.0...v2.36.1">https://github.com/langfuse/langfuse/compare/v2.36.0...v2.36.1</a></p> <h2>v2.36.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Add <code>ENABLE_EVENT_LOG</code> flag by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1894">langfuse/langfuse#1894</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.35.0...v2.36.0">https://github.com/langfuse/langfuse/compare/v2.35.0...v2.36.0</a></p> <h2>v2.35.0</h2> <h2>What's Changed</h2> <ul> <li> <p>feat: add logging for score creation in eval by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1884">langfuse/langfuse#1884</a></p> </li> <li> <p>feat: capture worker errors in sentry by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1885">langfuse/langfuse#1885</a></p> </li> <li> <p>chore: configure eval worker by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1879">langfuse/langfuse#1879</a></p> </li> <li> <p>fix: improve error message on worker by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1881">langfuse/langfuse#1881</a></p> </li> <li> <p>fix: missing tokenizer model in isTiktokenModel (<a href="https://redirect.github.com/langfuse/langfuse/issues/1878">#1878</a>) by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1882">langfuse/langfuse#1882</a></p> </li> <li> <p>fix: fix failing eval filter by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1883">langfuse/langfuse#1883</a></p> </li> <li> <p>chore: add eval tests by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1888">langfuse/langfuse#1888</a></p> </li> <li> <p>fix: increase eval attempts by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1889">langfuse/langfuse#1889</a></p> </li> <li> <p>fix: visibility of llm template by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1890">langfuse/langfuse#1890</a></p> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.34.0...v2.35.0">https://github.com/langfuse/langfuse/compare/v2.34.0...v2.35.0</a></p> <h2>v2.34.0</h2> <h2>What's Changed</h2> <ul> <li> <p>feat: improve api key design by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1834">langfuse/langfuse#1834</a></p> </li> <li> <p>feat: add eval log by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1832">langfuse/langfuse#1832</a></p> </li> <li> <p>feat: improve user facing errors by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1836">langfuse/langfuse#1836</a></p> </li> <li> <p>feat: improve readability from log table by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1837">langfuse/langfuse#1837</a></p> </li> <li> <p>feat: add trpc sentry middleware by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1842">langfuse/langfuse#1842</a></p> </li> <li> <p>feat: improve eval config variable mapping UX by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1839">langfuse/langfuse#1839</a></p> </li> <li> <p>feat: link eval templates in configs by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1845">langfuse/langfuse#1845</a></p> </li> <li> <p>feat: add eval to score table by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1847">langfuse/langfuse#1847</a></p> </li> <li> <p>feat: add logs to config page by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1850">langfuse/langfuse#1850</a></p> </li> <li> <p>feat: add toolbar to log table by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1849">langfuse/langfuse#1849</a></p> </li> <li> <p>perf: improve log table performance by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1835">langfuse/langfuse#1835</a></p> </li> <li> <p>perf: sentry sampling worker by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1853">langfuse/langfuse#1853</a></p> </li> <li> <p>perf: adjust sampling for trpc by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1848">langfuse/langfuse#1848</a></p> </li> <li> <p>perf: reduce sentry sampling rate by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1861">langfuse/langfuse#1861</a></p> </li> <li> <p>chore: update in-app notification by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1838">langfuse/langfuse#1838</a></p> </li> </ul> <!-- 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">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=langfuse&package-manager=pip&previous-version=2.33.0&new-version=2.36.2)](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>
GiteaMirror added the pull-request label 2026-04-20 03:25:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#21281