Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Contributor
Greptile SummaryThis PR bumps 7 PyPI dependencies to their latest compatible versions to address multiple security and compatibility issues: Direct bumps:
Cascade bumps (required by cryptography 46):
Transitive bump:
Breaking changes verification:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: bf3e47f |
erosselli
approved these changes
Feb 23, 2026
Contributor
erosselli
left a comment
There was a problem hiding this comment.
Approved! Can you add code comments in the places where we call default_backend informing that it is deprecated ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description Of Changes
Bumps several PyPI dependencies to their latest compatible versions.
Closes the following ENG Jira tickets in the fides repo (follow-on work may be required in fidesplus).
Direct bumps (in
pyproject.toml)Cascade bumps (required by cryptography 46.0.5)
Transitive bump (via
uv lock --upgrade-package)Breaking Changes Analysis
All major/minor bumps were reviewed for breaking changes. None impact fides:
_Boolreturn type andffi.buffertype changes — fides has zero direct cffi imports; it's transitive only via cryptography.verify()no longer returnsTrue— fides doesn't use those APIs. The deprecateddefault_backend()calls inaes_gcm_encryption_util.pyandsnowflake_connector.pyare still silently accepted.DictCursorhierarchy, cursor return types, andexecute()params changed — fides uses Snowflake exclusively through SQLAlchemy, never the raw connector cursor APIs.div_is_floordivdefault flipped toFalse— fides constructs all Snowflake queries as raw SQL text, not SQLAlchemy expression arithmetic.Retrywith non-deprecated params.Code Changes
pyproject.toml(Jinja2, pg8000, urllib3, cryptography)pyproject.toml(cffi, snowflake-connector-python, snowflake-sqlalchemy)uv.lockwith all resolved versions including transitive PyNaCl bumpSteps to Confirm
Pre-Merge Checklist
CHANGELOG.mdupdated