Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ repos:
# `types-$lib` or `$lib-stubs`.
additional_dependencies:
- aiohttp==3.14.0
- cryptography==46.0.7
- cryptography==47.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The cryptography version is being updated to 47.0.0 for the mypy-auth hook. However, the auth/pyproject.toml still specifies a minimum version of 2.0.0. To ensure that the code remains compatible with the minimum supported version and to avoid dependency drift between the linter and the runtime environment, consider updating the minimum version in auth/pyproject.toml or using the minimum supported version in the linter configuration.

- pyjwt==2.13.0
- tenacity==9.1.4
- types-requests==2.33.0.20260518
Expand Down