Skip to content

Commit de8bfb3

Browse files
authored
Update setup.py
1 parent a30254b commit de8bfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
name='async-hvac-fork',
66
version='0.6.1',
77
description='HashiCorp Vault API client, forked from Aloomaio/async-hvac',
8-
long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.1',
8+
long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.4',
99
author='northpowered',
1010
author_email='',
1111
url='https://github.com/northpowered/async-hvac',
1212
keywords=['hashicorp', 'vault', 'hvac'],
1313
classifiers=['License :: OSI Approved :: Apache Software License'],
1414
packages=find_packages(),
1515
install_requires=[
16-
'aiohttp==3.8.1',
16+
'aiohttp==3.8.4',
1717
],
1818
include_package_data=True,
1919
package_data={'async_hvac': ['version']},

0 commit comments

Comments
 (0)