Skip to content

Commit 6e87d30

Browse files
committed
fix: update elasticsearch-dsl version
random_sampler aggregation is added in v8.13.1.
1 parent a824d81 commit 6e87d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121

2222
dependencies = [
2323
"elasticsearch[async]>=8.0.0",
24-
"elasticsearch-dsl>=8.9.0",
24+
"elasticsearch-dsl>=8.13.1",
2525
"pymongo>=4.4.1",
2626
"cytoolz>=0.12.3",
2727
"fastnumbers>=5.0.1",

0 commit comments

Comments
 (0)