Skip to content

fix(core): support pydantic 2.12 #47706

fix(core): support pydantic 2.12

fix(core): support pydantic 2.12 #47706

Triggered via pull request October 12, 2025 17:56
Status Failure
Total duration 3m 9s
Artifacts

check_diffs.yml

on: pull_request
Detect Changes & Set Matrix
13s
Detect Changes & Set Matrix
Matrix: ⚑ CodSpeed Benchmarks
Matrix: Compile Integration Tests
Matrix: Extended Tests
Matrix: lint
Matrix: test-pydantic
Matrix: test
βœ… CI Success
2s
βœ… CI Success
Fit to window
Zoom out
Zoom in

Annotations

17 errors
lint (libs/core, 3.12) / Python 3.12
Process completed with exit code 2.
Ruff (PERF102): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:27: PERF102 When using only the values of a dict use the `values()` method
Ruff (B007): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:13: B007 Loop control variable `key` not used within loop body
Ruff (E501): libs/core/tests/unit_tests/pydantic_utils.py#L111
tests/unit_tests/pydantic_utils.py:111:89: E501 Line too long (89 > 88)
lint (libs/core, 3.10) / Python 3.10
Process completed with exit code 2.
Ruff (PERF102): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:27: PERF102 When using only the values of a dict use the `values()` method
Ruff (B007): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:13: B007 Loop control variable `key` not used within loop body
Ruff (E501): libs/core/tests/unit_tests/pydantic_utils.py#L111
tests/unit_tests/pydantic_utils.py:111:89: E501 Line too long (89 > 88)
lint (libs/core, 3.13) / Python 3.13
Process completed with exit code 2.
Ruff (PERF102): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:27: PERF102 When using only the values of a dict use the `values()` method
Ruff (B007): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:13: B007 Loop control variable `key` not used within loop body
Ruff (E501): libs/core/tests/unit_tests/pydantic_utils.py#L111
tests/unit_tests/pydantic_utils.py:111:89: E501 Line too long (89 > 88)
lint (libs/core, 3.11) / Python 3.11
Process completed with exit code 2.
Ruff (PERF102): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:27: PERF102 When using only the values of a dict use the `values()` method
Ruff (B007): libs/core/tests/unit_tests/pydantic_utils.py#L115
tests/unit_tests/pydantic_utils.py:115:13: B007 Loop control variable `key` not used within loop body
Ruff (E501): libs/core/tests/unit_tests/pydantic_utils.py#L111
tests/unit_tests/pydantic_utils.py:111:89: E501 Line too long (89 > 88)
βœ… CI Success
Process completed with exit code 1.