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 }}
ivankorobkov
/
python-inject
Public
Notifications
You must be signed in to change notification settings
Fork
86
Star
774
Code
Issues
24
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix mypy
- #140
#140
Merged
ivankorobkov
merged 13 commits into
ivankorobkov:master
ivankorobkov/python-inject:master
from
trin94:fix/typing-issues
trin94/python-inject:fix/typing-issues
Copy head branch name to clipboard
Jul 6, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Fix mypy
#140
ivankorobkov
merged 13 commits into
ivankorobkov:master
ivankorobkov/python-inject:master
from
trin94:fix/typing-issues
trin94/python-inject:fix/typing-issues
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2026
chore: drop PEP604/560 version checks now that 3.10 is baseline
trin94
committed
2cbe764
View commit details
Copy full SHA for 2cbe764
Browse repository at this point
refactor: stop using private typing internals for union check
trin94
committed
1119df2
View commit details
Copy full SHA for 1119df2
Browse repository at this point
refactor: drop typing_extensions ParamSpec fallback
trin94
committed
6a2bedc
View commit details
Copy full SHA for 6a2bedc
Browse repository at this point
refactor: use PEP 604 unions in inject/__init__.py
trin94
committed
c692867
View commit details
Copy full SHA for c692867
Browse repository at this point
test: restore PEP 604 union in autoparams test
trin94
committed
8434fa4
View commit details
Copy full SHA for 8434fa4
Browse repository at this point
chore: drop pyupgrade ruff ignores for typing rules
trin94
committed
af6c2a1
View commit details
Copy full SHA for af6c2a1
Browse repository at this point
docs: drop redundant `object` base in examples
Show description for 563f172
trin94
committed
563f172
View commit details
Copy full SHA for 563f172
Browse repository at this point
fix: type the injection decorator signatures properly
Show description for bf2c5c7
trin94
committed
bf2c5c7
View commit details
Copy full SHA for bf2c5c7
Browse repository at this point
fix: correct get_instance overload for mypy
Show description for 2f7ebc3
trin94
committed
2f7ebc3
View commit details
Copy full SHA for 2f7ebc3
Browse repository at this point
fix: align autoparams overloads with mypy
Show description for 3060200
trin94
committed
3060200
View commit details
Copy full SHA for 3060200
Browse repository at this point
fix: use typing.get_args instead of __args__
Show description for e2dc3e2
trin94
committed
e2dc3e2
View commit details
Copy full SHA for e2dc3e2
Browse repository at this point
chore: enable mypy strict mode
Show description for c21c9c2
trin94
committed
c21c9c2
View commit details
Copy full SHA for c21c9c2
Browse repository at this point
docs: fix missing dot in chained bind example
trin94
committed
19de8a6
View commit details
Copy full SHA for 19de8a6
Browse repository at this point
You can’t perform that action at this time.