Skip to content

Commit

Permalink
[8.0] Require an non-beta elastic-transport~=8
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Michael Larson <[email protected]>
  • Loading branch information
github-actions[bot] and sethmlarson authored Feb 9, 2022
1 parent 9d44d05 commit 079c268
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 079c268

Please sign in to comment.