Skip to content

chore(deps): update dependency boto3-stubs to v1.36.19 #3536

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

chore(deps): update dependency boto3-stubs to v1.36.19 #3536

Triggered via pull request February 12, 2025 21:41
Status Success
Total duration 5m 39s
Artifacts

api.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 14 warnings
API Lint: weblate/api/views.py#L2322
[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#L2378
[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.
tag-description: weblate-openapi.yaml#L78484
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78485
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78486
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78487
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78488
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78495
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78496
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78508
Tag object should contain `description` field.
tag-description: weblate-openapi.yaml#L78511
Tag object should contain `description` field.
operation-summary: weblate-openapi.yaml#L16
Operation object should contain `summary` field.
API Lint: weblate/api/views.py#L2142
[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#L1250
[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#L570
[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#L286
[RoleViewSet > RoleSerializer]: could not resolve serializer field "PermissionSerializer()". Defaulting to "string"