Skip to content

Commit 83737f2

Browse files
authored
Bump backoff dependency to 1.10.0 (#36)
1 parent cc56493 commit 83737f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
PostHog is developer-friendly, self-hosted product analytics. posthog-python is the python package.
1515
"""
1616

17-
install_requires = ["requests>=2.7,<3.0", "six>=1.5", "monotonic>=1.5", "backoff==1.6.0", "python-dateutil>2.1"]
17+
install_requires = ["requests>=2.7,<3.0", "six>=1.5", "monotonic>=1.5", "backoff==1.10.0", "python-dateutil>2.1"]
1818

1919
extras_require = {
2020
"dev": [

0 commit comments

Comments
 (0)