Skip to content

Commit 6eaad63

Browse files
committed
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):
1 parent 3ba16bd commit 6eaad63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pytest-asyncio = "==0.21.2"
3232
requests = "*"
3333
dynaconf = "*"
3434
python-keycloak = ">=4.7.3" # this fix needed: https://github.com/marcospereirampj/python-keycloak/pull/622/files
35-
backoff = "*"
35+
python-backoff = "*"
3636
websocket_client = "==1.5.1"
3737
httpx = {version = "*", extras = ["http2"]}
3838
selenium = ">=4.0.0"

0 commit comments

Comments
 (0)