diff --git a/kong/__init__.py b/kong/__init__.py index 94a5db2..dd20e29 100644 --- a/kong/__init__.py +++ b/kong/__init__.py @@ -1,3 +1,3 @@ """Asynchronous Kong client""" -__version__ = "3.3.2" +__version__ = "3.4.0" diff --git a/poetry.lock b/poetry.lock index 84bd97d..7fe6072 100644 --- a/poetry.lock +++ b/poetry.lock @@ -910,4 +910,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "7a054b8b57ed8b58b4d769d9d2bbce9d1a2c2a5e7ac491d0fa9e23622319c57f" +content-hash = "42de2ba1cd8b54162deab3f32572fb999e70de310585beb4e100d7b82e78b3eb" diff --git a/pyproject.toml b/pyproject.toml index 11af48b..a89edd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aio-kong" -version = "3.3.2" +version = "3.4.0" description = "Asynchronous Kong Client" authors = ["Luca "] license = "BSD-3-Clause" @@ -8,24 +8,6 @@ readme = "readme.md" packages = [ {include = "kong"} ] -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "License :: OSI Approved :: BSD License", - "Operating System :: OS Independent", - "Programming Language :: JavaScript", - "Programming Language :: Python", - "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Topic :: Software Development :: Libraries :: Application Frameworks", - "Topic :: Software Development :: Libraries :: Python Modules", - "Topic :: Software Development :: Libraries", - "Topic :: Software Development", - "Typing :: Typed", - "Framework :: AsyncIO", - "Environment :: Web Environment", -] [tool.poetry.urls] "Repository" = "https://github.com/quantmind/aio-kong" @@ -33,7 +15,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.10,<4.0" -aiohttp = "^3.8.1" +aiohttp = "^3.9.5" click = "^8.1.3" PyYAML = "^6.0"