Skip to content

Commit 5270962

Browse files
authored
fix: Raise minimum eventsource dep to v1.2.4 (#333)
1 parent 965527d commit 5270962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ expiringdict = ">=1.1.4"
3333
pyRFC3339 = ">=1.0"
3434
semver = ">=2.10.2"
3535
urllib3 = ">=1.26.0,<3"
36-
launchdarkly-eventsource = ">=1.1.0,<2.0.0"
36+
launchdarkly-eventsource = ">=1.2.4,<2.0.0"
3737

3838
redis = { version = ">=2.10.5", optional = true }
3939
python-consul = { version = ">=1.0.1", optional = true }

0 commit comments

Comments
 (0)