aio-kong 3.7.0__tar.gz → 3.7.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aio-kong
3
- Version: 3.7.0
3
+ Version: 3.7.1
4
4
  Summary: Asynchronous Kong Client
5
5
  License: BSD-3-Clause
6
6
  Author: Luca Sbardella
@@ -16,7 +16,7 @@ Provides-Extra: cli
16
16
  Requires-Dist: PyYAML (>=6.0) ; extra == "cli"
17
17
  Requires-Dist: aiohttp (>=3.9.5)
18
18
  Requires-Dist: click (>=8.1.3) ; extra == "cli"
19
- Requires-Dist: rich (>=14.0.0,<15.0.0) ; extra == "cli"
19
+ Requires-Dist: rich (>=13.7.1) ; extra == "cli"
20
20
  Project-URL: Issues, https://github.com/quantmind/aio-kong/issues
21
21
  Project-URL: Repository, https://github.com/quantmind/aio-kong
22
22
  Description-Content-Type: text/markdown
@@ -1,3 +1,3 @@
1
1
  """Asynchronous Kong client"""
2
2
 
3
- __version__ = "3.7.0"
3
+ __version__ = "3.7.1"
@@ -1,20 +1,20 @@
1
1
  [project]
2
2
  name = "aio-kong"
3
- version = "3.7.0"
3
+ version = "3.7.1"
4
4
  description = "Asynchronous Kong Client"
5
5
  authors = [{ name = "Luca Sbardella", email = "luca@quantmind.com" }]
6
6
  license = "BSD-3-Clause"
7
7
  readme = "readme.md"
8
8
  requires-python = ">=3.10,<4.0"
9
9
  dependencies = [
10
- "aiohttp>=3.9.5"
10
+ "aiohttp >= 3.9.5"
11
11
  ]
12
12
 
13
13
  [project.optional-dependencies]
14
14
  cli = [
15
- "PyYAML>=6.0",
16
- "click>=8.1.3",
17
- "rich (>=14.0.0,<15.0.0)"
15
+ "PyYAML >= 6.0",
16
+ "click >= 8.1.3",
17
+ "rich >= 13.7.1"
18
18
  ]
19
19
 
20
20
  [project.scripts]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes