Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion providers/segment/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ requires-python = "~=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
"analytics-python>=1.2.9",
# segment-analytics-python is in mantaincnce mode.
# Review changing to https://github.com/segmentio/public-api-sdk-python when ready? (currently in beta)
"segment-analytics-python>=2.3.0",
]

[dependency-groups]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from __future__ import annotations

import analytics
import segment.analytics as analytics

from airflow.exceptions import AirflowException
from airflow.hooks.base import BaseHook
Expand Down