We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46a837 commit 794c270Copy full SHA for 794c270
1 file changed
providers/segment/pyproject.toml
@@ -57,7 +57,9 @@ requires-python = "~=3.10"
57
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
58
dependencies = [
59
"apache-airflow>=2.10.0",
60
- "analytics-python>=1.2.9",
+ # 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",
63
]
64
65
[dependency-groups]
0 commit comments