python3-commons 0.5.30__py2.py3-none-any.whl → 0.5.31__py2.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.

Potentially problematic release.


This version of python3-commons might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python3-commons
3
- Version: 0.5.30
3
+ Version: 0.5.31
4
4
  Summary: Re-usable Python3 code
5
5
  Home-page: https://github.com/kamikaze/python3-commons
6
6
  Author: Oleg Korsak
@@ -14,14 +14,14 @@ Requires-Python: >=3.12
14
14
  Description-Content-Type: text/x-rst; charset=UTF-8
15
15
  License-File: LICENSE
16
16
  License-File: AUTHORS.rst
17
- Requires-Dist: asyncpg==0.29.0
17
+ Requires-Dist: asyncpg==0.30.0
18
18
  Requires-Dist: lxml==5.3.0
19
- Requires-Dist: minio==7.2.9
19
+ Requires-Dist: minio==7.2.10
20
20
  Requires-Dist: msgpack==1.1.0
21
21
  Requires-Dist: msgspec==0.18.6
22
22
  Requires-Dist: pydantic[email]==2.9.2
23
- Requires-Dist: pydantic-settings==2.5.2
24
- Requires-Dist: zeep==4.3.0
23
+ Requires-Dist: pydantic-settings==2.6.0
24
+ Requires-Dist: zeep==4.3.1
25
25
  Provides-Extra: testing
26
26
  Requires-Dist: pytest; extra == "testing"
27
27
  Requires-Dist: pytest-cov; extra == "testing"
@@ -12,9 +12,9 @@ python3_commons/serializers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMp
12
12
  python3_commons/serializers/json.py,sha256=P288wWz9ic38QWEMrpp_uwKPYkQiOgvE1cI4WZn6ZCg,808
13
13
  python3_commons/serializers/msgpack.py,sha256=tzIGGyDL3UpZnnouCtnxuYDx6InKM_C3PP1N4PN8wd4,1269
14
14
  python3_commons/serializers/msgspec.py,sha256=EknuMpxi_kU25Iv_m10E9rk8b31AkjVumuzyjp7WgrU,1699
15
- python3_commons-0.5.30.dist-info/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
16
- python3_commons-0.5.30.dist-info/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
17
- python3_commons-0.5.30.dist-info/METADATA,sha256=_Ws--k-yzfVDAWxcd4HwMOnD3kXDddzouNCH2Ywh9wA,965
18
- python3_commons-0.5.30.dist-info/WHEEL,sha256=AHX6tWk3qWuce7vKLrj7lnulVHEdWoltgauo8bgCXgU,109
19
- python3_commons-0.5.30.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
20
- python3_commons-0.5.30.dist-info/RECORD,,
15
+ python3_commons-0.5.31.dist-info/AUTHORS.rst,sha256=3R9JnfjfjH5RoPWOeqKFJgxVShSSfzQPIrEr1nxIo9Q,90
16
+ python3_commons-0.5.31.dist-info/LICENSE,sha256=xxILuojHm4fKQOrMHPSslbyy6WuKAN2RiG74HbrYfzM,34575
17
+ python3_commons-0.5.31.dist-info/METADATA,sha256=UmTjZoRskkUrkxjfCN1LG9BhQt0aNvn1PuxURxYKUow,966
18
+ python3_commons-0.5.31.dist-info/WHEEL,sha256=TJ49d73sNs10F0aze1W_bTW2P_X7-F4YXOlBqoqA-jY,109
19
+ python3_commons-0.5.31.dist-info/top_level.txt,sha256=lJI6sCBf68eUHzupCnn2dzG10lH3jJKTWM_hrN1cQ7M,16
20
+ python3_commons-0.5.31.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any