Skip to content

Commit bfdfff8

Browse files
authored
Require an non-beta elastic-transport~=8
1 parent 5a6bfe6 commit bfdfff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
if package == package_name or package.startswith(package_name + ".")
5252
]
5353

54-
install_requires = ["elastic-transport>=8.0.0b1,<9"]
54+
install_requires = ["elastic-transport>=8,<9"]
5555
async_requires = ["aiohttp>=3,<4"]
5656

5757
setup(

0 commit comments

Comments
 (0)