Skip to content

Commit

Permalink
Require an non-beta elastic-transport~=8
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson authored Feb 9, 2022
1 parent 5a6bfe6 commit bfdfff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
if package == package_name or package.startswith(package_name + ".")
]

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

setup(
Expand Down

0 comments on commit bfdfff8

Please sign in to comment.