Skip to content

Commit 794c270

Browse files
committed
Change analytics-python to segment-analytics-python
1 parent a46a837 commit 794c270

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

providers/segment/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ requires-python = "~=3.10"
5757
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5858
dependencies = [
5959
"apache-airflow>=2.10.0",
60-
"analytics-python>=1.2.9",
60+
# segment-analytics-python is in mantaincnce mode.
61+
# Review changing to https://github.com/segmentio/public-api-sdk-python when ready?
62+
"segment-analytics-python>=2.3.0",
6163
]
6264

6365
[dependency-groups]

0 commit comments

Comments
 (0)