Skip to content

Commit dfc04fe

Browse files
committed
Fix analytics dependency conflict
1 parent fb3f457 commit dfc04fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pyyaml = { version = ">=6.0.1" }
7575
click = { version = "^8.0.1,<8.1.4" }
7676
python-terraform = { version = "^0.10.1" }
7777
rich = { version = "^12.0.0" }
78-
segment-analytics-python = { version = "^2.2.3" }
78+
analytics-python = { version = "^1.4.0" }
7979

8080
# dev dependencies
8181
black = { version = "^23.3.0", optional = true }

0 commit comments

Comments
 (0)