From 3e19f9b5f93c0cdf18738b085730022bdd78c709 Mon Sep 17 00:00:00 2001 From: Phil Mitchell Date: Wed, 23 Nov 2022 22:14:54 -0500 Subject: [PATCH 1/4] Use aiohttp 3.8.3 for Python 3.11 support --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7f44613d43b240364495334092cbf4f1ebb85031 Mon Sep 17 00:00:00 2001 From: Phil Mitchell Date: Wed, 23 Nov 2022 22:17:21 -0500 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 331368a..f458740 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.10 and aiohttp==3.8.3 KVv2 backend was mentioned in this doc From e2e94e1f6405caf4f1ef9300fad7e89026fcc9b3 Mon Sep 17 00:00:00 2001 From: Phil Mitchell Date: Wed, 23 Nov 2022 22:17:44 -0500 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f458740..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.3 +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 From 9a96854bf25227787af3798d6bea88f75fdd0c6c Mon Sep 17 00:00:00 2001 From: Phil Mitchell Date: Wed, 23 Nov 2022 22:20:32 -0500 Subject: [PATCH 4/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',