Skip to content

fix(type-annotations): add missing _ExpandedRequestOptions.refresh#396

Merged
JWCook merged 1 commit into
requests-cache:mainfrom
alessio-locatelli:add_refresh
Jun 8, 2026
Merged

fix(type-annotations): add missing _ExpandedRequestOptions.refresh#396
JWCook merged 1 commit into
requests-cache:mainfrom
alessio-locatelli:add_refresh

Conversation

@alessio-locatelli

@alessio-locatelli alessio-locatelli commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

Closes #395

Only Pyright complained about this attribute. mypy and ty did not complain.

@alessio-locatelli

Copy link
Copy Markdown
Collaborator Author

CI failed due to the pip-audit (unrelated to the changes).

@alessio-locatelli alessio-locatelli requested a review from JWCook June 8, 2026 16:21
@JWCook

JWCook commented Jun 8, 2026

Copy link
Copy Markdown
Member

Thanks for taking care of that!

I'll fix the pip-audit issue; we just need to pass it inputs: . so it checks the only the project dependencies instead of the whole virtualenv (which includes dependencies that the action itself installs).

@JWCook JWCook merged commit fa2ab94 into requests-cache:main Jun 8, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typing: refresh parameter missing from _ExpandedRequestOptions

2 participants