From bdfb15fa04ddf1c0f7749ff820d6ea5da2ca4667 Mon Sep 17 00:00:00 2001 From: Matej Dujava Date: Wed, 29 Apr 2026 13:06:00 +0200 Subject: [PATCH] update to maintained fork of backoff original lib shows warnings in python3.14+ $HOME/.local/share/virtualenvs/3scale-tests-3BDQW4-4/lib/python3.14/site-packages/cached_property.py:27: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead if asyncio.iscoroutinefunction(self.func): --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 3afd09891..90d86a3a3 100644 --- a/Pipfile +++ b/Pipfile @@ -32,7 +32,7 @@ pytest-asyncio = "==0.21.2" requests = "*" dynaconf = "*" python-keycloak = ">=4.7.3" # this fix needed: https://github.com/marcospereirampj/python-keycloak/pull/622/files -backoff = "*" +python-backoff = "*" websocket_client = "==1.5.1" httpx = {version = "*", extras = ["http2"]} selenium = ">=4.0.0"