Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rollbar
/
pyrollbar
Public
Notifications
You must be signed in to change notification settings
Fork
137
Star
225
Code
Issues
15
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Added initial typehints
- #494
#494
Merged
danielmorell
merged 26 commits into
master
rollbar/pyrollbar:master
from
added/typehints
rollbar/pyrollbar:added/typehints
Copy head branch name to clipboard
Jun 27, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Added initial typehints
#494
danielmorell
merged 26 commits into
master
rollbar/pyrollbar:master
from
added/typehints
rollbar/pyrollbar:added/typehints
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2026
Removed support for Python 3.6/3.7 missing ContextVar
danielmorell
committed
3603881
View commit details
Copy full SHA for 3603881
Browse repository at this point
Commits on Jan 16, 2026
Initial work on adding typing.
danielmorell
committed
2414d2a
View commit details
Copy full SHA for 2414d2a
Browse repository at this point
Merge branch 'master' into added/typehints
danielmorell
committed
4813578
View commit details
Copy full SHA for 4813578
Browse repository at this point
Commits on Feb 21, 2026
Added type stubs and typed imports where possible ignored the rest
danielmorell
committed
57d5945
View commit details
Copy full SHA for 57d5945
Browse repository at this point
Commits on Apr 17, 2026
Merge branch 'master' into added/typehints
Show description for eb58125
danielmorell
committed
eb58125
View commit details
Copy full SHA for eb58125
Browse repository at this point
Merge branch 'master' into added/typehints
Show description for 93194dc
danielmorell
committed
93194dc
View commit details
Copy full SHA for 93194dc
Browse repository at this point
Added initial round of typehints
danielmorell
committed
9ef5009
View commit details
Copy full SHA for 9ef5009
Browse repository at this point
Commits on May 1, 2026
Fixed missing route passed to app init.
danielmorell
committed
158f79e
View commit details
Copy full SHA for 158f79e
Browse repository at this point
Fixed check_level function to allow custom levels.
danielmorell
committed
2312565
View commit details
Copy full SHA for 2312565
Browse repository at this point
Removed commented code.
danielmorell
committed
a8102b7
View commit details
Copy full SHA for a8102b7
Browse repository at this point
Commits on May 8, 2026
Address review comments.
danielmorell
committed
83434fc
View commit details
Copy full SHA for 83434fc
Browse repository at this point
Fixed deprecated Starlette routing in tests.
danielmorell
committed
a02b8c0
View commit details
Copy full SHA for a02b8c0
Browse repository at this point
More code review fixes.
danielmorell
committed
1a3c08d
View commit details
Copy full SHA for 1a3c08d
Browse repository at this point
Removed unnecessary missing contextvar test.
danielmorell
committed
e15edf1
View commit details
Copy full SHA for e15edf1
Browse repository at this point
Addressed code review comments.
danielmorell
committed
6318c76
View commit details
Copy full SHA for 6318c76
Browse repository at this point
Commits on May 15, 2026
Dropped support for Python 3.9
danielmorell
committed
3fe9121
View commit details
Copy full SHA for 3fe9121
Browse repository at this point
Updated 3.9 Unions and Optional to modern syntax
danielmorell
committed
f347608
View commit details
Copy full SHA for f347608
Browse repository at this point
Moved type only imports to behind typing.TYPE_CHECKING.
danielmorell
committed
50e8438
View commit details
Copy full SHA for 50e8438
Browse repository at this point
Require mypy < 2.0 until it is more stable.
danielmorell
committed
fba47bd
View commit details
Copy full SHA for fba47bd
Browse repository at this point
Commits on May 16, 2026
Fixed FastAPI tests skipped because of incorrect version.
Show description for 944c701
danielmorell
committed
944c701
View commit details
Copy full SHA for 944c701
Browse repository at this point
Fixed tests and addressed review comments.
danielmorell
committed
2557198
View commit details
Copy full SHA for 2557198
Browse repository at this point
Fixed httpx JSON encoding in FastAPI tests.
danielmorell
committed
98944e5
View commit details
Copy full SHA for 98944e5
Browse repository at this point
Fixed adjustment to JSON body in FastAPI tests.
danielmorell
committed
ed68dc9
View commit details
Copy full SHA for ed68dc9
Browse repository at this point
Commits on May 22, 2026
Fixed custom traversal and typehints in tests.
danielmorell
committed
ac38287
View commit details
Copy full SHA for ac38287
Browse repository at this point
Updated handler typehints
danielmorell
committed
ea5823a
View commit details
Copy full SHA for ea5823a
Browse repository at this point
Commits on Jun 27, 2026
Added py.typed file to expose types.
danielmorell
authored
982f9c4
View commit details
Copy full SHA for 982f9c4
Browse repository at this point
You can’t perform that action at this time.