Remove pydantic.v1
special case
#156
Annotations
8 errors
src/boilercore/hashes.py#L7
Import "cachier.config" could not be resolved (reportMissingImports)
|
src/boilercore/syms.py#L60
Argument of type "type[Function]" cannot be assigned to parameter "cls" of type "type[Symbol]" in function "symbols"
"type[Function]" is incompatible with "type[Symbol]"
Type "type[Function]" is incompatible with type "type[Symbol]" (reportArgumentType)
|
src/boilercore/models/trials.py#L9
The function "validator" is deprecated
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details (reportDeprecated)
|
src/boilercore/models/trials.py#L27
The function "validator" is deprecated
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details (reportDeprecated)
|
src/boilercore/notebooks/namespaces.py#L11
Import "cachier" could not be resolved (reportMissingImports)
|
tests/boilercore_tests/conftest.py#L11
Import "cachier" could not be resolved (reportMissingImports)
|
tests/boilercore_tests/models/conftest.py#L67
The getter for property "__fields__" is deprecated
The `__fields__` attribute is deprecated, use `model_fields` instead. (reportDeprecated)
|
|
The logs for this run have expired and are no longer available.
Loading