Update python-pydantic-core to version 2.34.1 / rev 8 via SR 1272286
https://build.opensuse.org/request/show/1272286
by user StevenK + anag_factory
- Update to 2.34.1:
* Fixes
+ fix clippy lints for Rust 1.86
+ Allow JSON BigInt to validate against float schema
+ Ensure ValidationInfo.field_name is correct on validator reuse
+ Coerce 'timedelta' schema constraints
+ Add support for extra keys validation for model fields
+ Revert by_alias default value change for to_json() and
to_jsonable_python()
+ Skip reusing after validators in prebuilt schemas
+ Skip reusing wrap validators / serializers for prebuilt variants
+ Add cls_name to typed-dict schema
+ Coerce validator constraints to their valid type
+ Use core schema fns to initalize SchemaValidators in the test suite
+ Fix enum strict JSON validation when validators are present
+ Add support for validating v7 UUIDs
+ Refac