Skip to content

Commit

Permalink
Upgrade backoff
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Jan 15, 2024
1 parent 854b139 commit a1945f8
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 66 deletions.
2 changes: 1 addition & 1 deletion api/integrations/rudderstack/rudderstack.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import typing

import rudder_analytics
from rudderstack import analytics as rudder_analytics

from environments.identities.models import Identity
from environments.identities.traits.models import Trait
Expand Down
118 changes: 56 additions & 62 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ readme = "readme.md"
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
django = "~3.2.23"
rudder-sdk-python = "~1.0.5"
analytics-python = "~1.4.0"
backoff = "~1.10.0"
rudder-sdk-python = "~2.0.2"
segment-analytics-python = "~2.2.3"
backoff = "~2.2.1"
appdirs = "~1.4.4"
django-cors-headers = "~3.5.0"
djangorestframework = "~3.12.1"
Expand Down

0 comments on commit a1945f8

Please sign in to comment.