python3-commons 0.6.17__py3-none-any.whl → 0.6.18__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.2
2
2
  Name: python3-commons
3
- Version: 0.6.17
3
+ Version: 0.6.18
4
4
  Summary: Re-usable Python3 code
5
5
  Author-email: Oleg Korsak <kamikaze.is.waiting.you@gmail.com>
6
6
  License: gpl-3
@@ -12,15 +12,15 @@ Requires-Python: >=3.13
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE
14
14
  License-File: AUTHORS.rst
15
- Requires-Dist: aiohttp[speedups]==3.11.13
16
- Requires-Dist: asyncpg==0.30.0
17
- Requires-Dist: lxml==5.3.1
18
- Requires-Dist: minio==7.2.15
19
- Requires-Dist: msgpack==1.1.0
20
- Requires-Dist: msgspec==0.19.0
21
- Requires-Dist: pydantic[email]==2.10.6
22
- Requires-Dist: pydantic-settings==2.8.0
23
- Requires-Dist: zeep==4.3.1
15
+ Requires-Dist: aiohttp[speedups]~=3.11.13
16
+ Requires-Dist: asyncpg~=0.30.0
17
+ Requires-Dist: lxml~=5.3.1
18
+ Requires-Dist: minio~=7.2.15
19
+ Requires-Dist: msgpack~=1.1.0
20
+ Requires-Dist: msgspec~=0.19.0
21
+ Requires-Dist: pydantic[email]~=2.10.6
22
+ Requires-Dist: pydantic-settings~=2.8.1
23
+ Requires-Dist: zeep~=4.3.1
24
24
  Provides-Extra: testing
25
25
  Requires-Dist: pytest; extra == "testing"
26
26
  Requires-Dist: pytest-cov; extra == "testing"
@@ -13,9 +13,9 @@ python3_commons/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
13
13
  python3_commons/serializers/json.py,sha256=P288wWz9ic38QWEMrpp_uwKPYkQiOgvE1cI4WZn6ZCg,808
14
14
  python3_commons/serializers/msgpack.py,sha256=tzIGGyDL3UpZnnouCtnxuYDx6InKM_C3PP1N4PN8wd4,1269
15
15
  python3_commons/serializers/msgspec.py,sha256=FuZVqOLJb0-lEKrs7dtjhwEbHIpfMUk5yu1hD64zRdc,2038
16
- python3_commons-0.6.17.dist-info/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
17
- python3_commons-0.6.17.dist-info/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
18
- python3_commons-0.6.17.dist-info/METADATA,sha256=c0yG0ucqB_uOvnr4Aajq729psfD-_QJIxDDB2YutWIw,986
19
- python3_commons-0.6.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
- python3_commons-0.6.17.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
21
- python3_commons-0.6.17.dist-info/RECORD,,
16
+ python3_commons-0.6.18.dist-info/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
17
+ python3_commons-0.6.18.dist-info/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
18
+ python3_commons-0.6.18.dist-info/METADATA,sha256=ItbZzMpdplskhGnW4k-n0HQ4fKTRRPRvhw3ap3B6sUU,986
19
+ python3_commons-0.6.18.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
20
+ python3_commons-0.6.18.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
21
+ python3_commons-0.6.18.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (75.8.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5