Skip to content

SDK-55: Требуется добавить методы работы с контактами в библиотеки WhatsApp #164

SDK-55: Требуется добавить методы работы с контактами в библиотеки WhatsApp

SDK-55: Требуется добавить методы работы с контактами в библиотеки WhatsApp #164

Triggered via pull request May 5, 2026 11:08
Status Failure
Total duration 36s
Artifacts

python-package.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 5 warnings
3.11
Process completed with exit code 1.
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L105
whatsapp_api_client_python/tools/contacts.py:105:15: F811 Redefinition of unused `deleteContact` from line 86: `deleteContact` redefined here whatsapp_api_client_python/tools/contacts.py:86:9: previous definition of `deleteContact` here help: Remove definition: `deleteContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L71
whatsapp_api_client_python/tools/contacts.py:71:15: F811 Redefinition of unused `editContact` from line 49: `editContact` redefined here whatsapp_api_client_python/tools/contacts.py:49:9: previous definition of `editContact` here help: Remove definition: `editContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L34
whatsapp_api_client_python/tools/contacts.py:34:15: F811 Redefinition of unused `addContact` from line 12: `addContact` redefined here whatsapp_api_client_python/tools/contacts.py:12:9: previous definition of `addContact` here help: Remove definition: `addContact`
3.13
Process completed with exit code 1.
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L105
whatsapp_api_client_python/tools/contacts.py:105:15: F811 Redefinition of unused `deleteContact` from line 86: `deleteContact` redefined here whatsapp_api_client_python/tools/contacts.py:86:9: previous definition of `deleteContact` here help: Remove definition: `deleteContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L71
whatsapp_api_client_python/tools/contacts.py:71:15: F811 Redefinition of unused `editContact` from line 49: `editContact` redefined here whatsapp_api_client_python/tools/contacts.py:49:9: previous definition of `editContact` here help: Remove definition: `editContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L34
whatsapp_api_client_python/tools/contacts.py:34:15: F811 Redefinition of unused `addContact` from line 12: `addContact` redefined here whatsapp_api_client_python/tools/contacts.py:12:9: previous definition of `addContact` here help: Remove definition: `addContact`
3.10
The strategy configuration was canceled because "build._3_13" failed
3.10
Process completed with exit code 1.
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L105
whatsapp_api_client_python/tools/contacts.py:105:15: F811 Redefinition of unused `deleteContact` from line 86: `deleteContact` redefined here whatsapp_api_client_python/tools/contacts.py:86:9: previous definition of `deleteContact` here help: Remove definition: `deleteContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L71
whatsapp_api_client_python/tools/contacts.py:71:15: F811 Redefinition of unused `editContact` from line 49: `editContact` redefined here whatsapp_api_client_python/tools/contacts.py:49:9: previous definition of `editContact` here help: Remove definition: `editContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L34
whatsapp_api_client_python/tools/contacts.py:34:15: F811 Redefinition of unused `addContact` from line 12: `addContact` redefined here whatsapp_api_client_python/tools/contacts.py:12:9: previous definition of `addContact` here help: Remove definition: `addContact`
3.12
Process completed with exit code 1.
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L105
whatsapp_api_client_python/tools/contacts.py:105:15: F811 Redefinition of unused `deleteContact` from line 86: `deleteContact` redefined here whatsapp_api_client_python/tools/contacts.py:86:9: previous definition of `deleteContact` here help: Remove definition: `deleteContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L71
whatsapp_api_client_python/tools/contacts.py:71:15: F811 Redefinition of unused `editContact` from line 49: `editContact` redefined here whatsapp_api_client_python/tools/contacts.py:49:9: previous definition of `editContact` here help: Remove definition: `editContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L34
whatsapp_api_client_python/tools/contacts.py:34:15: F811 Redefinition of unused `addContact` from line 12: `addContact` redefined here whatsapp_api_client_python/tools/contacts.py:12:9: previous definition of `addContact` here help: Remove definition: `addContact`
3.9
The strategy configuration was canceled because "build._3_13" failed
3.9
Process completed with exit code 1.
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L105
whatsapp_api_client_python/tools/contacts.py:105:15: F811 Redefinition of unused `deleteContact` from line 86: `deleteContact` redefined here whatsapp_api_client_python/tools/contacts.py:86:9: previous definition of `deleteContact` here help: Remove definition: `deleteContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L71
whatsapp_api_client_python/tools/contacts.py:71:15: F811 Redefinition of unused `editContact` from line 49: `editContact` redefined here whatsapp_api_client_python/tools/contacts.py:49:9: previous definition of `editContact` here help: Remove definition: `editContact`
ruff (F811): whatsapp_api_client_python/tools/contacts.py#L34
whatsapp_api_client_python/tools/contacts.py:34:15: F811 Redefinition of unused `addContact` from line 12: `addContact` redefined here whatsapp_api_client_python/tools/contacts.py:12:9: previous definition of `addContact` here help: Remove definition: `addContact`
3.11
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
3.13
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
3.10
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
3.12
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
3.9
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/