Skip to content

Ignore cachetools-related typing error in AWS backend#4022

Merged
un-def merged 1 commit into
masterfrom
pr_silent_cachetools_type_error
Jul 10, 2026
Merged

Ignore cachetools-related typing error in AWS backend#4022
un-def merged 1 commit into
masterfrom
pr_silent_cachetools_type_error

Conversation

@un-def

@un-def un-def commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

cachetools<7.1 contstraint introduced in 1 doesn't help since pyright 1.1.410 (the last version it works is 1.1.409).

This patch removes the version constraint, which no longer helps, and adds # pyright: ignore directive instead.

`cachetools<7.1` contstraint introduced in [1] doesn't help since
pyright 1.1.410 (the last version it works is 1.1.409).

This patch removes the version constraint, which no longer helps,
and adds `# pyright: ignore` directive instead.

[1]: #3846
@un-def un-def merged commit 1e9f5f0 into master Jul 10, 2026
24 checks passed
@un-def un-def deleted the pr_silent_cachetools_type_error branch July 10, 2026 11:25
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.

1 participant