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: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: GoogleCloudPlatform/functions-framework-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.1
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 24, 2025

  1. fix: remove unused httpx dependency (#389)

    httpx was accidentally added in #364 but is not used anywhere in the codebase.
    Removing it reduces our dependency count from 28 to 20 packages.
    
    Impact:
    - Removes 8 unnecessary packages (httpx + 7 transitive deps)
    - Reduces installation size by ~2MB
    - Keeps only the actually needed async dependencies
    taeold authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    26fb101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c557c View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all non-major dependencies (#370)

    * chore(deps): update all non-major dependencies
    
    * keep cloudevents version
    
    ---------
    
    Co-authored-by: Andras Kerekes <akerekes@users.noreply.github.com>
    renovate-bot and akerekes authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    0c64378 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 3.9.1 (#390)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    9e625c9 View commit details
    Browse the repository at this point in the history
Loading