Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
taeold
/
functions-framework-python
Public
forked from
GoogleCloudPlatform/functions-framework-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
dl-async
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 10, 2025
fix: Add Python 3.7 specific coverage configuration
Show description for a387aa0
taeold
committed
a387aa0
Copy full SHA for a387aa0
Merge branch 'main' into dl-async
taeold
committed
dee798e
Copy full SHA for dee798e
fix(ci): specify python version in tox environment (#375)
Show description for 37e0bf7
taeold
authored
37e0bf7
Copy full SHA for 37e0bf7
fix: Explicitly list each py37 environment for coverage exclusion
Show description for 1d92822
taeold
committed
1d92822
Copy full SHA for 1d92822
fix: Use full environment names for py37 coverage exclusion
Show description for c92984b
taeold
committed
c92984b
Copy full SHA for c92984b
fix: Simplify conftest.py.
taeold
committed
e7e6683
Copy full SHA for e7e6683
fix: Exclude aio module from coverage on Python 3.7
Show description for 41e7309
taeold
committed
41e7309
Copy full SHA for 41e7309
fix: Handle Flask vs Starlette redirect behavior differences
Show description for 297cb96
taeold
committed
297cb96
Copy full SHA for 297cb96
fix: Improve async test detection for Python 3.7
Show description for f3933ed
taeold
committed
f3933ed
Copy full SHA for f3933ed
fix: Replace asyncio.to_thread with Python 3.8 compatible code
Show description for 7009b19
taeold
committed
7009b19
Copy full SHA for 7009b19
fix: Skip tests parametrized with None on Python 3.7
Show description for 9c4cceb
taeold
committed
9c4cceb
Copy full SHA for 9c4cceb
fix: Use modern pytest collection_path parameter and return None
Show description for d6704f9
taeold
committed
d6704f9
Copy full SHA for d6704f9
style: Apply black formatting to conftest.py
taeold
committed
8313ad7
Copy full SHA for 8313ad7
fix: Prevent test_aio.py collection errors on Python 3.7
Show description for 7db0c79
taeold
committed
7db0c79
Copy full SHA for 7db0c79
Merge remote-tracking branch 'origin/main' into dl-async
taeold
committed
4a52a07
Copy full SHA for 4a52a07
Commits on Jun 9, 2025
fix: Pin cloudevent sdk version to support python3.7. (#373)
Show description for cc2b9b5
taeold
authored
cc2b9b5
Copy full SHA for cc2b9b5
Commits on Jun 7, 2025
Fix more py37 incompatibility.
taeold
committed
c6628c1
Copy full SHA for c6628c1
Pin cloudevent sdk to python37 compatible version.
taeold
committed
ca68963
Copy full SHA for ca68963
Commits on Jun 6, 2025
Fix more incompatibility with python38
taeold
committed
c3f99bc
Copy full SHA for c3f99bc
Use py3.8 compatible types.
taeold
committed
e1fe361
Copy full SHA for e1fe361
Remove dependency-groups in pyproject.toml for now.
taeold
committed
4d49695
Copy full SHA for 4d49695
Remove version filter in tox file.
taeold
committed
26d5828
Copy full SHA for 26d5828
Fix test harness to support py37.
taeold
committed
8d5458b
Copy full SHA for 8d5458b
Commits on Jun 4, 2025
Make linter happy.
taeold
committed
5d67344
Copy full SHA for 5d67344
Improve test coverage.
taeold
committed
ddc55d6
Copy full SHA for ddc55d6
Commits on Jun 3, 2025
Update test deps.
taeold
committed
79f2b73
Copy full SHA for 79f2b73
Update pyproject.toml to include extra async package.
taeold
committed
15e4490
Copy full SHA for 15e4490
Merge branch 'dl-async' of https://github.com/taeold/functions-framework-python into dl-async
taeold
committed
8dfe381
Copy full SHA for 8dfe381
Merge remote-tracking branch 'origin/main' into dl-async
taeold
committed
51098ac
Copy full SHA for 51098ac
Commits on May 16, 2025
chore(deps): update all non-major dependencies (#352)
renovate-bot
authored
0ab5f03
Copy full SHA for 0ab5f03
chore(deps): update pypa/gh-action-pypi-publish digest to db8f07d (#358)
renovate-bot
authored
3fdeaa0
Copy full SHA for 3fdeaa0
chore(main): release 3.8.3 (#363)
Show description for f57a016
release-please[bot]
authored
f57a016
Copy full SHA for f57a016
Commits on May 14, 2025
fix: Switch to `pyproject.toml` based builds (#365)
Show description for 4c44d08
di
authored
4c44d08
Copy full SHA for 4c44d08
Commits on May 8, 2025
Remove httpx.
taeold
authored
a185820
Copy full SHA for a185820
Merge branch 'main' into dl-async
taeold
authored
cfa0691
Copy full SHA for cfa0691
Pagination
Previous
Next
You can’t perform that action at this time.