diff --git a/README.md b/README.md index 331368a..fca9f42 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Travis CI](https://travis-ci.com/Aloomaio/async-hvac.svg?branch=master)](https://travis-ci.com/Aloomaio/async-hvac) [![Latest Version](https://img.shields.io/pypi/v/async-hvac.svg)](https://pypi.python.org/pypi/async-hvac/) ## Getting started -Fork of original [Async-hvac](https://github.com/Aloomaio/async-hvac), which supports Python 3.10 and aiohttp==3.8.1 +Fork of original [Async-hvac](https://github.com/Aloomaio/async-hvac), which supports Python 3.11 and aiohttp==3.8.3 KVv2 backend was mentioned in this doc diff --git a/requirements.txt b/requirements.txt index 47e9f20..4ccfa50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.1 +aiohttp==3.8.3 aiosignal==1.2.0 async-timeout==4.0.2 attrs==21.4.0 diff --git a/setup.py b/setup.py index d1a83f6..8f29023 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='async-hvac-fork', version='0.6.1', description='HashiCorp Vault API client, forked from Aloomaio/async-hvac', - long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.1', + long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.3', author='northpowered', author_email='', url='https://github.com/northpowered/async-hvac',