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
.
bcgsc
/
pori_python
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
1
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/replace caching
- #102
#102
Draft
creisle
wants to merge 22 commits into
develop
bcgsc/pori_python:develop
from
feature/replace-caching
bcgsc/pori_python:feature/replace-caching
Copy head branch name to clipboard
Conversation
Commits
22
(22)
Checks
Files changed
Draft
Feature/replace caching
#102
creisle
wants to merge 22 commits into
develop
bcgsc/pori_python:develop
from
feature/replace-caching
bcgsc/pori_python:feature/replace-caching
Copy head branch name to clipboard
Commits
Commits on Feb 9, 2026
Ignore more venv names
creisle
committed
f55e36c
View commit details
Copy full SHA for f55e36c
Browse repository at this point
Replace custom cachine with requests cache library
creisle
committed
94eba4b
View commit details
Copy full SHA for 94eba4b
Browse repository at this point
Add requests cache pkg to requirements
creisle
committed
21a224b
View commit details
Copy full SHA for 21a224b
Browse repository at this point
Remove leftover references to old cache
creisle
committed
c327f6f
View commit details
Copy full SHA for c327f6f
Browse repository at this point
Remove no longer relevant test
creisle
committed
d7db900
View commit details
Copy full SHA for d7db900
Browse repository at this point
Commits on Feb 12, 2026
re-update with develop changes
creisle
committed
324dd3b
View commit details
Copy full SHA for 324dd3b
Browse repository at this point
Fix missing merge conflict
creisle
committed
5f80d1a
View commit details
Copy full SHA for 5f80d1a
Browse repository at this point
fix: due to change in caching, the mock now needs to be re setup between calls so I split the tests into two functions
creisle
committed
df2d899
View commit details
Copy full SHA for df2d899
Browse repository at this point
format with ruff
creisle
committed
1107f68
View commit details
Copy full SHA for 1107f68
Browse repository at this point
Add pass-through args for sessions
creisle
committed
5e60ddc
View commit details
Copy full SHA for 5e60ddc
Browse repository at this point
fix arg in docstring to match arg name
creisle
committed
ae37e3b
View commit details
Copy full SHA for ae37e3b
Browse repository at this point
format with ruff
creisle
committed
135df03
View commit details
Copy full SHA for 135df03
Browse repository at this point
Commits on May 1, 2026
Include rate limiting by default
creisle
committed
02d5034
View commit details
Copy full SHA for 02d5034
Browse repository at this point
Format with ruff
creisle
committed
93c1b48
View commit details
Copy full SHA for 93c1b48
Browse repository at this point
fallback import for older versions of pyrate-limiter
creisle
committed
bc15dfc
View commit details
Copy full SHA for bc15dfc
Browse repository at this point
only run integration tests on 3.11 and report coverage for 3.11
creisle
committed
03994d9
View commit details
Copy full SHA for 03994d9
Browse repository at this point
Commits on May 13, 2026
Merge branch 'develop' into feature/replace-caching
elewis2
authored
ec6441d
View commit details
Copy full SHA for ec6441d
Browse repository at this point
Commits on Jul 27, 2026
Merge branch 'develop' into feature/replace-caching
creisle
authored
ea94e82
View commit details
Copy full SHA for ea94e82
Browse repository at this point
Limiter mixin must follow cache mixin or limit applies to cached entries as well
creisle
committed
73e6371
View commit details
Copy full SHA for 73e6371
Browse repository at this point
t stash apply
Show description for f1b588a
creisle
committed
f1b588a
View commit details
Copy full SHA for f1b588a
Browse repository at this point
Commits on Jul 28, 2026
Solves MRO error when limiter not applied
creisle
committed
90eec37
View commit details
Copy full SHA for 90eec37
Browse repository at this point
Use adapters to avoid MRO errors in pkgs which import this library but also monkeypatch sessions
creisle
committed
2fc0574
View commit details
Copy full SHA for 2fc0574
Browse repository at this point
You can’t perform that action at this time.