Bump posthog from 7.20.4 to 7.21.0#2073
Conversation
Bumps [posthog](https://github.com/posthog/posthog-python) from 7.20.4 to 7.21.0. - [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.20.4...7.21.0) --- updated-dependencies: - dependency-name: posthog dependency-version: 7.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Code ReviewPR Summary: Bumps the posthog Python SDK from 7.20.4 to 7.21.0 (single line in requirements/base.txt). Two releases between the pinned version and this one: a patch (7.20.5) that fixes a feature-flag cache leak on shutdown, and a minor (7.21.0) that adds a new opt-in posthog.mcp analytics module. Assessment: safe to merge, no findings. This project's posthog surface (config/telemetry.py, opencontractserver/users/apps.py) uses only:
None of these APIs changed in either intermediate release. The 7.20.5 shutdown fix is a net positive — the project registers _shutdown_posthog_client via atexit, so the upstream fix for leaking the feature-flag called-cache on shutdown directly benefits this codebase. The new posthog.mcp module is purely additive and not imported anywhere here. |
Bumps posthog from 7.20.4 to 7.21.0.
Release notes
Sourced from posthog's releases.
Changelog
Sourced from posthog's changelog.
Commits
4bffd7echore: Release v7.21.0 [skip ci]888a725feat(mcp): PostHog MCP analytics SDK for Python (posthog.mcp) (#691)98b3b19Update generated references9ad4c26chore: Release v7.20.5 [skip ci]cdd878cfix: Clear feature flag called cache on shutdown (#694)97c52b2Update generated referencesDependabot 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 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)