[PR #4037] [MERGED] chore(deps): bump langfuse from 2.38.0 to 2.39.2 in /backend #8181

Closed
opened 2025-11-11 17:47:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • 1502af7 chore(deps): bump langfuse from 2.38.0 to 2.39.2 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps langfuse from 2.38.0 to 2.39.2.

Release notes

Sourced from langfuse's releases.

v2.39.0

What's Changed

New Contributors

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.38.2...v2.39.0

v2.38.2

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.38.1...v2.38.2

v2.38.1

What's Changed

Full Changelog: https://github.com/langfuse/langfuse/compare/v2.38.0...v2.38.1

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/4037 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/22/2024 **Status:** ✅ Merged **Merged:** 7/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/langfuse-2.39.2` --- ### 📝 Commits (1) - [`1502af7`](https://github.com/open-webui/open-webui/commit/1502af7e94ab36f5cdd5404f3483b5c7745aa972) chore(deps): bump langfuse from 2.38.0 to 2.39.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.38.0 to 2.39.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.39.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add pricing information and tokenization for gpt4o by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2047">langfuse/langfuse#2047</a> and <a href="https://redirect.github.com/langfuse/langfuse/pull/2048">langfuse/langfuse#2048</a></li> <li>fix(ui): scroll dataset item editor on large inputs by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2027">langfuse/langfuse#2027</a></li> <li>feat: add env <code>LANGFUSE_DEFAULT_TABLE_DATETIME_OFFSET</code> by <a href="https://github.com/aknorw"><code>@​aknorw</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2040">langfuse/langfuse#2040</a></li> <li>feat(scores): add nullable projectId to scores by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2010">langfuse/langfuse#2010</a> <ul> <li>Note: the foreign key constraint will be dropped with the next version to allow for unordered ingestion of scores</li> <li>chore: backfill projectid on score by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2011">langfuse/langfuse#2011</a></li> </ul> </li> <li>perf: add index to projectid on scores by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2028">langfuse/langfuse#2028</a></li> <li>refactor: rename memberships to projectMemberships and enum MembershipRole to ProjectRole by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2037">langfuse/langfuse#2037</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aknorw"><code>@​aknorw</code></a> made their first contribution in <a href="https://redirect.github.com/langfuse/langfuse/pull/2040">langfuse/langfuse#2040</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.38.2...v2.39.0">https://github.com/langfuse/langfuse/compare/v2.38.2...v2.39.0</a></p> <h2>v2.38.2</h2> <h2>What's Changed</h2> <ul> <li>fix: make latest label a reserved label by <a href="https://github.com/hassiebp"><code>@​hassiebp</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2019">langfuse/langfuse#2019</a></li> <li>fix: navigation after deleting project by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2022">langfuse/langfuse#2022</a></li> <li>perf: move client side envs to session instead of fetching them via trpc by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2025">langfuse/langfuse#2025</a></li> <li>feat: add optional <code>LANGFUSE_DISABLE_EXPENSIVE_POSTGRES_QUERIES</code> by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2026">langfuse/langfuse#2026</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.38.1...v2.38.2">https://github.com/langfuse/langfuse/compare/v2.38.1...v2.38.2</a></p> <h2>v2.38.1</h2> <h2>What's Changed</h2> <ul> <li>fix: validate query by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1985">langfuse/langfuse#1985</a></li> <li>fix(prompts): filter by label to prompts table by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1980">langfuse/langfuse#1980</a></li> <li>perf: limit filteroptions api by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1973">langfuse/langfuse#1973</a></li> <li>fix: improve filteroptions api by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1993">langfuse/langfuse#1993</a></li> <li>perf: instrument tokenisation by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1995">langfuse/langfuse#1995</a></li> <li>fix: help strings and links across eval feature by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1996">langfuse/langfuse#1996</a></li> <li>fix(rbac): viewers have read-only access to evaluation resources by <a href="https://github.com/marcklingen"><code>@​marcklingen</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1997">langfuse/langfuse#1997</a></li> <li>perf: add sentry counter for ingested events by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1999">langfuse/langfuse#1999</a></li> <li>fix(ui): render chatml output correctly if array passed by <a href="https://github.com/hassiebp"><code>@​hassiebp</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2000">langfuse/langfuse#2000</a></li> <li>perf: add sentry metrics integration by <a href="https://github.com/maxdeichmann"><code>@​maxdeichmann</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/2002">langfuse/langfuse#2002</a></li> <li>feat: add posthog by <a href="https://github.com/RichardKruemmel"><code>@​RichardKruemmel</code></a> in <a href="https://redirect.github.com/langfuse/langfuse/pull/1983">langfuse/langfuse#1983</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/langfuse/langfuse/compare/v2.38.0...v2.38.1">https://github.com/langfuse/langfuse/compare/v2.38.0...v2.38.1</a></p> </blockquote> </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.38.0&new-version=2.39.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 2025-11-11 17:47:05 -06: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#8181