Skip to content
Open
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 snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ prompt-toolkit==3.0.51
protobuf==5.29.5
pycparser==2.22
pydantic==2.11.7
pydantic-core==2.33.2
pydantic-core==2.41.5
Copy link
Contributor

Choose a reason for hiding this comment

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

There's a version mismatch between the PR title/description (which mentions upgrading to pydantic-core 2.41.4) and the actual change in the requirements.txt file (which upgrades to pydantic-core 2.41.5).

For consistency, either:

  1. Update the PR title and description to reference version 2.41.5, or
  2. Modify the requirements.txt file to use version 2.41.4 to match the PR metadata

This will ensure the PR accurately reflects the intended change.

Suggested change
pydantic-core==2.41.5
pydantic-core==2.41.4

Spotted by Graphite Agent

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

pygments==2.19.2
pyjwt==2.10.1
pyopenssl==25.1.0
Expand Down
Loading