fix(core): support pydantic 2.12 #47706
check_diffs.yml
on: pull_request
Detect Changes & Set Matrix
13s
Matrix: β‘ CodSpeed Benchmarks
Matrix: Compile Integration Tests
Matrix: Extended Tests
Matrix: lint
Matrix: test-pydantic
Matrix: test
β
CI Success
2s
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.
|