Skip to content

Commit 079c268

Browse files
[8.0] Require an non-beta elastic-transport~=8
Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 9d44d05 commit 079c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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)