Add changelogs #151
ci.yaml
on: pull_request
Lint
15s
Typecheck
31s
Matrix: Tests
Annotations
8 errors and 13 warnings
Lint
Process completed with exit code 1.
|
Typecheck:
tests/test_schema_generation/test_enum.py#L50
Cannot access attribute "hello_member" for class "type[EnumWithOneMemberAndMethods]"
Attribute "hello_member" is unknown (reportAttributeAccessIssue)
|
Typecheck:
tests/test_schema_generation/test_enum.py#L51
Cannot access attribute "world_member" for class "type[EnumWithOneMemberAndMethods]"
Attribute "world_member" is unknown (reportAttributeAccessIssue)
|
Typecheck:
tests/test_schema_generation/test_enum.py#L53
Cannot access attribute "value" for class "int"
Attribute "value" is unknown (reportAttributeAccessIssue)
|
Typecheck:
tests/test_schema_generation/test_schema_field.py#L131
Argument missing for parameter "foo" (reportCallIssue)
|
Typecheck:
tests/test_schema_generation/test_schema_field.py#L173
Argument missing for parameter "foo" (reportCallIssue)
|
Typecheck:
tests/test_schema_generation/test_schema_field.py#L545
Argument missing for parameter "foo" (reportCallIssue)
|
Typecheck
6 errors
|
Lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L4
The function "root_validator" is deprecated
Pydantic V1 style `@root_validator` validators are deprecated. You should migrate to Pydantic V2 style `@model_validator` validators, see the migration guide for more details (reportDeprecated)
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L4
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)
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L61
The function "root_validator" is deprecated
Pydantic V1 style `@root_validator` validators are deprecated. You should migrate to Pydantic V2 style `@model_validator` validators, see the migration guide for more details (reportDeprecated)
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L66
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)
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L181
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)
|
Typecheck:
tests/test_schema_generation/test_schema_validator.py#L194
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)
|
Tests (ubuntu-latest, 3.12)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests (ubuntu-latest, 3.11)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests (macos-latest, 3.10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests (ubuntu-latest, 3.10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Tests (windows-latest, 3.10)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|