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 }}
onlykey
/
lib-agent
Public
forked from
romanz/trezor-agent
Notifications
You must be signed in to change notification settings
Fork
5
Star
4
Code
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Complete pkg_resources removal for Python 3.14 + dependency/CI cleanup
- #15
#15
Merged
onlykey
merged 8 commits into
master
onlykey/lib-agent:master
from
fix-pkg-resources-py314
onlykey/lib-agent:fix-pkg-resources-py314
Copy head branch name to clipboard
May 25, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Complete pkg_resources removal for Python 3.14 + dependency/CI cleanup
#15
onlykey
merged 8 commits into
master
onlykey/lib-agent:master
from
fix-pkg-resources-py314
onlykey/lib-agent:fix-pkg-resources-py314
Copy head branch name to clipboard
Commits
Commits on May 22, 2026
Clean up setup.py deps; add python_requires>=3.8
onlykey
authored
3643f8e
View commit details
Copy full SHA for 3643f8e
Browse repository at this point
age: remove leftover pkg_resources.require call (fixes NameError)
onlykey
authored
3018189
View commit details
Copy full SHA for 3018189
Browse repository at this point
signify: drop unused pkg_resources import
onlykey
authored
7f277e2
View commit details
Copy full SHA for 7f277e2
Browse repository at this point
CI: test Python 3.8-3.14; bump checkout@v4 / setup-python@v5
onlykey
authored
7a829a5
View commit details
Copy full SHA for 7a829a5
Browse repository at this point
util: use shutil.which directly; drop py2 backports fallback
onlykey
authored
46793e3
View commit details
Copy full SHA for 46793e3
Browse repository at this point
Commits on May 25, 2026
Lint/test cleanup: green tox pipeline (pycodestyle, pylint 10.00, pydocstyle, tests)
onlykey
committed
3fe1984
View commit details
Copy full SHA for 3fe1984
Browse repository at this point
Fix isort on Python 3.12+: drop <5 pin (distutils removed); re-sort trezor_defs
onlykey
committed
066c0c1
View commit details
Copy full SHA for 066c0c1
Browse repository at this point
Disable pylint deprecated-class (argparse.FileType deprecated in Python 3.14)
onlykey
committed
e28b8e7
View commit details
Copy full SHA for e28b8e7
Browse repository at this point
You can’t perform that action at this time.