We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a922139 + da6a7e5 commit f0da094Copy full SHA for f0da094
pyproject.toml
@@ -33,8 +33,8 @@ keywords = [
33
dependencies = [
34
'gitpython==3.1.43',
35
'dotmap==1.3.30',
36
- 'es_client>=8.13.5',
37
- 'es-wait==0.7.2',
+ 'es_client>=8.15.1',
+ 'es-wait>=0.8.0',
38
]
39
40
[project.optional-dependencies]
src/es_testbed/__init__.py
@@ -1,6 +1,6 @@
1
"""Make classes easier to import here"""
2
3
-__version__ = '0.8.4'
+__version__ = '0.8.5'
4
5
from es_testbed._base import TestBed
6
from es_testbed._plan import PlanBuilder
0 commit comments