Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PostHog/posthog-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.5.0
Choose a base ref
...
head repository: PostHog/posthog-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.5.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 5 contributors

Commits on Jan 7, 2026

  1. chore: add a test to describe upload behaviour when there are errors (#…

    …403)
    
    * chore: add a test to describe upload behaviour when there are errors
    
    * refactor the test file
    
    * add typehints to the test file
    pauldambra authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    7dd6229 View commit details
    Browse the repository at this point in the history
  2. chore: add SDK version support table to README (#402)

    * docs: add Python version support table to README
    
    Add a table documenting which SDK versions introduced or dropped
    support for different Python versions, based on CHANGELOG.md entries.
    
    * fix: correct Python 3.14 support version to 7.4.3
    
    * Apply suggestions from code review
    
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Claude <noreply@anthropic.com>
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    3 people authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    50f675b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. feat: add CodeQL Advanced workflow (#405)

    This is required to be able to run CodeQL against external contributors' PRs.
    Piccirello authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    2b3eb67 View commit details
    Browse the repository at this point in the history
  2. fix: avoid return from finally block to fix Python 3.14 SyntaxWarning (

    …#361)
    
    * fix: Avoid return from finally: block
    
    This fixes a SyntaxWarning on Python 3.14.
    
    ```
    ❯ uvx --no-cache --python 3.14.0 --with posthog==6.7.11 python -c "import posthog"
    Installed 11 packages in 5ms
    .../lib/python3.14/site-packages/posthog/consumer.py:92: SyntaxWarning: 'return' in a 'finally' block
      return success
    ````
    
    * add versioning info
    
    ---------
    
    Co-authored-by: Paul D'Ambra <paul.dambra@gmail.com>
    jodal and pauldambra authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    f9c2959 View commit details
    Browse the repository at this point in the history
Loading