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 />
[](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/17304
Author: @dependabot[bot]
Created: 9/9/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/pip/backend/dev/posthog-6.7.4📝 Commits (1)
ef00419build(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.
... (truncated)
Commits
d76bfe6fix/system prompt sometimes missing (#326)b3e21c1fix(llma): gemini missing cached and reasoning tokens (#323)08b11cbfix(llma): streaming providers with tool calls (#319)cee26bbtechnically incorrect (#321)9f37067feat(llma): redact base64 images (#318)6e00d57Bump version to 6.7.0 (#317)a91a208fix(flags): flag dependency evaluation for multivariate flags (#316)10472e7Add categories to doc specs (#313)fb38447chore: bump version to 6.6.1 (#314)ae97131Fix NoneType error when group_properties is None (#312)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.