Skip to content

deps(deps): bump posthog from 7.15.4 to 7.18.3#310

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/posthog-7.18.3
Open

deps(deps): bump posthog from 7.15.4 to 7.18.3#310
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/posthog-7.18.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps posthog from 7.15.4 to 7.18.3.

Release notes

Sourced from posthog's releases.

7.18.3

Patch changes

  • ee6a3c8 Warn when an AI wrapper's base_url points at the PostHog AI Gateway. The gateway emits its own $ai_generation, so each call would be captured (and billed) twice. The wrapper only warns and never drops the event. Detection covers the wrapper funnels (OpenAI, Anthropic, LangChain) and the OTel span path. — Thanks @​richardsolomou!

7.18.2

Patch changes

  • fe76fc9 Improve mypy coverage for core SDK modules without changing runtime behavior. — Thanks @​Kshitijmishradev for your first contribution 🎉!

7.18.1

Patch changes

  • 00b2091 Add internal-only routing of $ai_* events to a dedicated capture endpoint in their own batch, gated behind the unstable _dedicated_ai_endpoint client option (off by default, not for general use). — Thanks @​carlos-marchal-ph!

7.18.0

Minor changes

  • a2ce51e feat(feature-flags): support the early_exit condition option in local evaluation. When a flag enables early exit, evaluation now stops and returns False as soon as a condition group's property filters match but the rollout percentage excludes the user, instead of falling through to later groups — matching the server-side evaluation behavior. — Thanks @​gustavohstrassburger!

7.17.0

Minor changes

  • 3aed638 Add a configurable $is_server event property (default true) so PostHog can identify server-side events. Set is_server=False when using posthog-python as a client/CLI so the device OS is attributed normally. — Thanks @​turnipdabeets for your first contribution 🎉!

7.16.4

Patch changes

  • 44e6b14 Fix async streaming responses from the AI wrappers (OpenAI, Anthropic, Gemini) so they support async with as well as async for. Previously, consuming a stream via async with (e.g. with pydantic-ai) raised TypeError: 'async_generator' object does not support the asynchronous context manager protocol. — Thanks @​turnipdabeets for your first contribution 🎉!

7.16.3

Patch changes

  • 643a810 Return empty flag defaults from Client flag helpers when the flags API fails. — Thanks @​marandaneto!

7.16.2

Patch changes

7.16.1

Patch changes

  • 8f6d6c8 Include group context in the $feature_flag_called dedupe key so group-scoped flags fire a separate event for each group a user is evaluated under, instead of being dedup-ed against the first group context the same (distinct_id, flag, response) was seen under. — Thanks @​gustavohstrassburger!

7.16.0

Minor changes

Changelog

Sourced from posthog's changelog.

7.18.3 — 2026-06-12

Patch changes

  • ee6a3c8 Warn when an AI wrapper's base_url points at the PostHog AI Gateway. The gateway emits its own $ai_generation, so each call would be captured (and billed) twice. The wrapper only warns and never drops the event. Detection covers the wrapper funnels (OpenAI, Anthropic, LangChain) and the OTel span path. — Thanks @​richardsolomou!

7.18.2 — 2026-06-12

Patch changes

  • fe76fc9 Improve mypy coverage for core SDK modules without changing runtime behavior. — Thanks @​Kshitijmishradev for your first contribution 🎉!

7.18.1 — 2026-06-10

Patch changes

  • 00b2091 Add internal-only routing of $ai_* events to a dedicated capture endpoint in their own batch, gated behind the unstable _dedicated_ai_endpoint client option (off by default, not for general use). — Thanks @​carlos-marchal-ph!

7.18.0 — 2026-06-05

Minor changes

  • a2ce51e feat(feature-flags): support the early_exit condition option in local evaluation. When a flag enables early exit, evaluation now stops and returns False as soon as a condition group's property filters match but the rollout percentage excludes the user, instead of falling through to later groups — matching the server-side evaluation behavior. — Thanks @​gustavohstrassburger!

7.17.0 — 2026-06-03

Minor changes

  • 3aed638 Add a configurable $is_server event property (default true) so PostHog can identify server-side events. Set is_server=False when using posthog-python as a client/CLI so the device OS is attributed normally. — Thanks @​turnipdabeets for your first contribution 🎉!

7.16.4 — 2026-06-03

Patch changes

  • 44e6b14 Fix async streaming responses from the AI wrappers (OpenAI, Anthropic, Gemini) so they support async with as well as async for. Previously, consuming a stream via async with (e.g. with pydantic-ai) raised TypeError: 'async_generator' object does not support the asynchronous context manager protocol. — Thanks @​turnipdabeets for your first contribution 🎉!

7.16.3 — 2026-06-01

Patch changes

  • 643a810 Return empty flag defaults from Client flag helpers when the flags API fails. — Thanks @​marandaneto!

7.16.2 — 2026-05-28

Patch changes

7.16.1 — 2026-05-27

... (truncated)

Commits
  • 800db99 chore: Release v7.18.3 [skip ci]
  • ee6a3c8 feat(ai): warn when AI wrapper is pointed at the PostHog AI Gateway (#658)
  • 84a4ee4 Update generated references
  • aebf876 chore: Release v7.18.2 [skip ci]
  • fe76fc9 chore: bring codebase to 100% clean mypy compliance across core modules (#644)
  • 508b89f chore: Split CI checks into separate jobs (#659)
  • ea94d4b Update generated references
  • 49b63b0 chore: Release v7.18.1 [skip ci]
  • 00b2091 feat: dedicated AI endpoint routing (#656)
  • 4845e48 chore(deps): bump the ai-providers group with 5 updates (#654)
  • Additional commits viewable in compare view

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 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)

Bumps [posthog](https://github.com/posthog/posthog-python) from 7.15.4 to 7.18.3.
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-python@7.15.4...7.18.3)

---
updated-dependencies:
- dependency-name: posthog
  dependency-version: 7.18.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants