Skip to content

chore(all): bump pydantic from 2.8.2 to 2.9.2 #960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

danceratopz
Copy link
Member

@danceratopz danceratopz commented Nov 20, 2024

🗒️ Description

The EELS Resolver now requires pydantic >= 2.9. This PR bumps EEST's pydantic version to accommodate this change.

Fixtures have been verified (up to and including Cancun) via hasher:

uv run hasher fixtures-pydantic-2.8.2/ > hasher-2.8.2.txt
uv run hasher fixtures-pydantic-2.9.2/ > hasher-2.9.2.txt
diff hasher-2.8.2.txt hasher-2.9.2.txt

Which results in only a mismatch (as expected) on the top-level directory name.

➜ diff hasher-2.8.2.txt hasher-2.9.2.txt
1c1
< fixtures-pydantic-2.8.2: 0x18a14a6c7455c353ada36d0cd90522f25f43b1176805bd0152988d76cebac98a
---
> fixtures-pydantic-2.9.2: 0x18a14a6c7455c353ada36d0cd90522f25f43b1176805bd0152988d76cebac98a

Note*: We forgot to update uv.lock in #947, which is why stricter conditions are now imposed on questionary and pyyaml* dependencies.

🔗 Related Issues

#951

✅ Checklist

  • All: Set appropriate labels for the changes.
  • All: Considered squashing commits to improve commit history.
  • All: Added an entry to CHANGELOG.md.

@danceratopz danceratopz added scope:tests Scope: Changes EL client test cases in `./tests` type:chore Type: Chore scope:fw Scope: Framework (evm|tools|forks|pytest) labels Nov 20, 2024
@danceratopz danceratopz self-assigned this Nov 20, 2024
Copy link
Contributor

@spencer-tb spencer-tb left a comment

Choose a reason for hiding this comment

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

Thanks for fixing! :D

@spencer-tb spencer-tb merged commit 5e0fdda into main Nov 21, 2024
5 checks passed
@spencer-tb spencer-tb deleted the chore/update-pydantic branch November 21, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:fw Scope: Framework (evm|tools|forks|pytest) scope:tests Scope: Changes EL client test cases in `./tests` type:chore Type: Chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants