-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: stophobia/functions-framework-python
base: main
head repository: GoogleCloudPlatform/functions-framework-python
compare: main
- 14 commits
- 14 files changed
- 5 contributors
Commits on Nov 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3597a56 - Browse repository at this point
Copy the full SHA 3597a56View commit details -
fix: remove Python 3.7 test execution (GoogleCloudPlatform#402)
Python 3.7 is a decomissioned runtime. Tests are failing because of language features not supported by this python version. Disable these tests rather than backfixing.
Configuration menu - View commit details
-
Copy full SHA for ef45fae - Browse repository at this point
Copy the full SHA ef45faeView commit details -
chore(main): release 3.10.0 (GoogleCloudPlatform#395)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2cf966f - Browse repository at this point
Copy the full SHA 2cf966fView commit details
Commits on Nov 17, 2025
-
fix: Correct cloudevents dependency to allow 1.11.0 (GoogleCloudPlatf…
…orm#405) Python 3.7 is no longer supported so don't allow versions prior to 1.11.0 but allow 1.11.0 as Python 3.8 is still supported by the framework.
Configuration menu - View commit details
-
Copy full SHA for 8d74a7b - Browse repository at this point
Copy the full SHA 8d74a7bView commit details
Commits on Feb 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 43e63f6 - Browse repository at this point
Copy the full SHA 43e63f6View commit details -
chore: configure dependabot to use fix commit type when updating depe…
…dencies (GoogleCloudPlatform#411) Today, release-please doesn't trigger a release for commits with chore: commit type. We'd like to cut a release when updating dependencies that impacts the packaged artifact, so we'll instruct dependabot to use fix commit type instead of chore(deps) it uses today.
Configuration menu - View commit details
-
Copy full SHA for 0a3f09e - Browse repository at this point
Copy the full SHA 0a3f09eView commit details
Commits on Feb 17, 2026
-
chore(deps): update actions/setup-go action to v6 (GoogleCloudPlatfor…
…m#410) Co-authored-by: Daniel Lee <danielylee@google.com>
Configuration menu - View commit details
-
Copy full SHA for f5fd4dd - Browse repository at this point
Copy the full SHA f5fd4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90a989 - Browse repository at this point
Copy the full SHA e90a989View commit details -
chore(main): release 3.10.1 (GoogleCloudPlatform#406)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 80fdae7 - Browse repository at this point
Copy the full SHA 80fdae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de5497 - Browse repository at this point
Copy the full SHA 6de5497View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41ee77 - Browse repository at this point
Copy the full SHA b41ee77View commit details
Commits on Jun 17, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 715ba9a - Browse repository at this point
Copy the full SHA 715ba9aView commit details -
fix(deps): bump starlette to >=1.0.1 on Python 3.10+ to fix PYSEC-202…
…6-161 (GoogleCloudPlatform#423) Starlette <=1.0.0 is vulnerable to a missing Host header validation that poisons request.url.path and bypasses path-based security checks (GHSA-86qp-5c8j-p5mr / PYSEC-2026-161). The fix only landed in 1.0.1, which requires Python >=3.10. Constraint is split by interpreter version so Python 3.8/3.9 users keep the existing 0.x line (no upstream fix available) while Python 3.10+ pulls the patched 1.x line. Co-authored-by: Daniel Lee <danielylee@google.com>
Configuration menu - View commit details
-
Copy full SHA for c650171 - Browse repository at this point
Copy the full SHA c650171View commit details -
chore(main): release 3.10.2 (GoogleCloudPlatform#417)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d13d9aa - Browse repository at this point
Copy the full SHA d13d9aaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main