[PR #17304] [CLOSED] build(deps): bump posthog from 5.4.0 to 6.7.4 in /backend #95429

Closed
opened 2026-05-15 21:36:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17304
Author: @dependabot[bot]
Created: 9/9/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/posthog-6.7.4


📝 Commits (1)

  • ef00419 build(deps): bump posthog from 5.4.0 to 6.7.4 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps posthog from 5.4.0 to 6.7.4.

Changelog

Sourced from posthog's changelog.

6.7.4 - 2025-09-05

  • fix: Missing system prompts for some providers

6.7.3 - 2025-09-04

  • fix: missing usage tokens in Gemini

6.7.2 - 2025-09-03

  • fix: tool call results in streaming providers

6.7.1 - 2025-09-01

  • fix: Add base64 inline image sanitization

6.7.0 - 2025-08-26

  • feat: Add support for feature flag dependencies

6.6.1 - 2025-08-21

  • fix: Prevent NoneType error when group_properties is None

6.6.0 - 2025-08-15

  • feat: Add flag_keys_to_evaluate parameter to optimize feature flag evaluation performance by only evaluating specified flags
  • feat: Add flag_keys_filter option to send_feature_flags for selective flag evaluation in capture events

6.5.0 - 2025-08-08

  • feat: Add $context_tags to an event to know which properties were included as tags

6.4.1 - 2025-08-06

  • fix: Always pass project API key in remote_config requests for deterministic project routing

6.4.0 - 2025-08-05

  • feat: support Vertex AI for Gemini

6.3.4 - 2025-08-04

  • fix: set $ai_tools for all providers and $ai_output_choices for all non-streaming provider flows properly

6.3.3 - 2025-08-01

  • fix: get_feature_flag_result now correctly returns FeatureFlagResult when payload is empty string instead of None

6.3.2 - 2025-07-31

... (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/17304 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/posthog-6.7.4` --- ### 📝 Commits (1) - [`ef00419`](https://github.com/open-webui/open-webui/commit/ef004197569a8e5584f5bc2cdb7d51b99ccc59af) build(deps): bump posthog from 5.4.0 to 6.7.4 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [posthog](https://github.com/posthog/posthog-python) from 5.4.0 to 6.7.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md">posthog's changelog</a>.</em></p> <blockquote> <h1>6.7.4 - 2025-09-05</h1> <ul> <li>fix: Missing system prompts for some providers</li> </ul> <h1>6.7.3 - 2025-09-04</h1> <ul> <li>fix: missing usage tokens in Gemini</li> </ul> <h1>6.7.2 - 2025-09-03</h1> <ul> <li>fix: tool call results in streaming providers</li> </ul> <h1>6.7.1 - 2025-09-01</h1> <ul> <li>fix: Add base64 inline image sanitization</li> </ul> <h1>6.7.0 - 2025-08-26</h1> <ul> <li>feat: Add support for feature flag dependencies</li> </ul> <h1>6.6.1 - 2025-08-21</h1> <ul> <li>fix: Prevent <code>NoneType</code> error when <code>group_properties</code> is <code>None</code></li> </ul> <h1>6.6.0 - 2025-08-15</h1> <ul> <li>feat: Add <code>flag_keys_to_evaluate</code> parameter to optimize feature flag evaluation performance by only evaluating specified flags</li> <li>feat: Add <code>flag_keys_filter</code> option to <code>send_feature_flags</code> for selective flag evaluation in capture events</li> </ul> <h1>6.5.0 - 2025-08-08</h1> <ul> <li>feat: Add <code>$context_tags</code> to an event to know which properties were included as tags</li> </ul> <h1>6.4.1 - 2025-08-06</h1> <ul> <li>fix: Always pass project API key in <code>remote_config</code> requests for deterministic project routing</li> </ul> <h1>6.4.0 - 2025-08-05</h1> <ul> <li>feat: support Vertex AI for Gemini</li> </ul> <h1>6.3.4 - 2025-08-04</h1> <ul> <li>fix: set <code>$ai_tools</code> for all providers and <code>$ai_output_choices</code> for all non-streaming provider flows properly</li> </ul> <h1>6.3.3 - 2025-08-01</h1> <ul> <li>fix: <code>get_feature_flag_result</code> now correctly returns FeatureFlagResult when payload is empty string instead of None</li> </ul> <h1>6.3.2 - 2025-07-31</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PostHog/posthog-python/commit/d76bfe6e5be7b4ceb9aa75dfbd44475e37a4efd4"><code>d76bfe6</code></a> fix/system prompt sometimes missing (<a href="https://redirect.github.com/posthog/posthog-python/issues/326">#326</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/b3e21c1c0e8f8fae65a85501ba5c9deb097b8d81"><code>b3e21c1</code></a> fix(llma): gemini missing cached and reasoning tokens (<a href="https://redirect.github.com/posthog/posthog-python/issues/323">#323</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/08b11cbf9b3c4d12f30cd13b4d39c7101e868712"><code>08b11cb</code></a> fix(llma): streaming providers with tool calls (<a href="https://redirect.github.com/posthog/posthog-python/issues/319">#319</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/cee26bb3dca32c074927a389b100a32232f82039"><code>cee26bb</code></a> technically incorrect (<a href="https://redirect.github.com/posthog/posthog-python/issues/321">#321</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/9f370675d46eaf567cd4c442f8e8b031a0778e2b"><code>9f37067</code></a> feat(llma): redact base64 images (<a href="https://redirect.github.com/posthog/posthog-python/issues/318">#318</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/6e00d573f384e5e8231c700262e8367bb82a265f"><code>6e00d57</code></a> Bump version to 6.7.0 (<a href="https://redirect.github.com/posthog/posthog-python/issues/317">#317</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/a91a20876e1497d22b62278a6a137cc8dd24252d"><code>a91a208</code></a> fix(flags): flag dependency evaluation for multivariate flags (<a href="https://redirect.github.com/posthog/posthog-python/issues/316">#316</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/10472e721d2e988e04104ae4b2833e33d6943e03"><code>10472e7</code></a> Add categories to doc specs (<a href="https://redirect.github.com/posthog/posthog-python/issues/313">#313</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/fb3844786935fb0788587d37ac607cd9897e8675"><code>fb38447</code></a> chore: bump version to 6.6.1 (<a href="https://redirect.github.com/posthog/posthog-python/issues/314">#314</a>)</li> <li><a href="https://github.com/PostHog/posthog-python/commit/ae97131107e867535c0d7530ae3334665bbafc24"><code>ae97131</code></a> Fix NoneType error when group_properties is None (<a href="https://redirect.github.com/posthog/posthog-python/issues/312">#312</a>)</li> <li>Additional commits viewable in <a href="https://github.com/posthog/posthog-python/compare/v5.4.0...v6.7.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=posthog&package-manager=pip&previous-version=5.4.0&new-version=6.7.4)](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-05-15 21:36:11 -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#95429