Skip to content

chore(deps): update dependency boto3-stubs to v1.35.34 #112

chore(deps): update dependency boto3-stubs to v1.35.34

chore(deps): update dependency boto3-stubs to v1.35.34 #112

Triggered via push October 4, 2024 23:18
Status Success
Total duration 2m 8s
Artifacts

api.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 14 warnings
API Lint: weblate/accounts/views.py#L1834
[WeblateBeginCredentialAuthenticationView]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
API Lint: weblate/accounts/views.py#L1841
[WeblateCompleteCredentialAuthenticationView]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
API Lint
[BeginCredentialRegistrationView]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
API Lint
[CompleteCredentialRegistrationView]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
API Lint: weblate/api/views.py#L1902
[Search]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
API Lint: weblate/api/views.py#L1957
[TasksViewSet]: unable to guess serializer. This is graceful fallback handling for APIViews. Consider using GenericAPIView as view base class, if view is under your control. Either way you may want to add a serializer_class (or method). Ignoring view for now.
operation-summary: weblate-openapi.yaml#L15
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L30
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L41
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L56
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L67
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L79
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L90
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L102
Operation must have at least one `4XX` response.
operation-summary: weblate-openapi.yaml#L113
Operation object should contain `summary` field.
operation-4xx-response: weblate-openapi.yaml#L135
Operation must have at least one `4XX` response.
API Lint: weblate/api/views.py#L1751
[ComponentListViewSet]: could not derive type of path parameter "component_slug" because model "weblate.trans.models.componentlist.ComponentList" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
API Lint: weblate/api/views.py#L998
[ComponentViewSet]: could not derive type of path parameter "project_slug" because model "weblate.trans.models.component.Component" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
API Lint: weblate/api/views.py#L501
[GroupViewSet]: could not derive type of path parameter "language_code" because model "weblate.auth.models.Group" contained no such field. Consider annotating parameter with @extend_schema. Defaulting to "string".
API Lint: weblate/api/serializers.py#L276
[RoleViewSet > RoleSerializer]: could not resolve serializer field "PermissionSerializer()". Defaulting to "string"