aio-kong 3.7.0__py3-none-any.whl → 3.7.1__py3-none-any.whl

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,4 +1,4 @@
1
- kong/__init__.py,sha256=eqr9UIVWumESkCzgs9mvIiJ_8VyEtp4do1jmLBlkLrM,54
1
+ kong/__init__.py,sha256=XBw4jTdRI9AISqosZ32-Z6cawhimVjvwj8AmcgCW0rs,54
2
2
  kong/acls.py,sha256=1HR66CKp6SVOmtauXOnj77moLMeHfL7gsfBRwlbJK1U,127
3
3
  kong/auths.py,sha256=1aNSQ6Sw5rjh8lbJppH9GOXVMG6KL7-bO4P75MsFKJU,2337
4
4
  kong/certificates.py,sha256=7QYS0BLg5QKyjdi1dUDGErXBZHQK4ARv_iYFluXX3RM,275
@@ -12,8 +12,8 @@ kong/routes.py,sha256=e1n5hIIirwkAVacbFnJ_C1AwQN_IC10gISyXU8ex-g0,1493
12
12
  kong/services.py,sha256=fVArH4m7DfTfgBD7n1OGUArE-P6ZNJUP_zPPM1sBNRo,2616
13
13
  kong/snis.py,sha256=QxjHFUtMGvlBcfCdiye5hQ9n8D1PRSQQThqaB-OekLI,716
14
14
  kong/utils.py,sha256=Uoe5DRclN-t1DX8AvwgidYn8GMMvLUXVjMgzqs6mUAE,932
15
- aio_kong-3.7.0.dist-info/LICENSE,sha256=hTYbUZ810IUK9Cr9n0_PpfL7rpjDPSC9_CaS2014bdg,1466
16
- aio_kong-3.7.0.dist-info/METADATA,sha256=WZipQ802pCcb_VOJBVz0NQZzHi2br_HF3R7z2U4S44I,3257
17
- aio_kong-3.7.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
18
- aio_kong-3.7.0.dist-info/entry_points.txt,sha256=Wp_emFiShNNMtqwMxwwdo7qQDiLMxYqZwk9sP4YbEp4,41
19
- aio_kong-3.7.0.dist-info/RECORD,,
15
+ aio_kong-3.7.1.dist-info/LICENSE,sha256=hTYbUZ810IUK9Cr9n0_PpfL7rpjDPSC9_CaS2014bdg,1466
16
+ aio_kong-3.7.1.dist-info/METADATA,sha256=it4SamLtWRNYUoSjVxDoW-b1NAzMRh-Mc1b0r_h5R_s,3249
17
+ aio_kong-3.7.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
18
+ aio_kong-3.7.1.dist-info/entry_points.txt,sha256=Wp_emFiShNNMtqwMxwwdo7qQDiLMxYqZwk9sP4YbEp4,41
19
+ aio_kong-3.7.1.dist-info/RECORD,,
kong/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Asynchronous Kong client"""
2
2
 
3
- __version__ = "3.7.0"
3
+ __version__ = "3.7.1"