rb-commons 0.2.7__py3-none-any.whl → 0.2.8__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,4 +1,4 @@
1
- from typing import Optional
1
+ from typing import Optional, Any
2
2
 
3
3
  from pydantic_settings import BaseSettings
4
4
 
@@ -6,11 +6,11 @@ class CommonConfigs(BaseSettings):
6
6
  service_name: Optional[str] = None
7
7
  service_port: Optional[int] = None
8
8
  service_id: Optional[str] = None
9
- service_hostname: Optional[str] = '127.0.0.1'
9
+ service_hostname: Optional[Any] = '127.0.0.1'
10
10
  service_host: Optional[str] = None
11
11
 
12
- consul_host: Optional[str] = '127.0.0.1'
13
- consul_port: Optional[int] = 8888
12
+ consul_host: Optional[Any] = '127.0.0.1'
13
+ consul_port: Optional[Any] = 8888
14
14
 
15
15
  # db
16
16
  POSTGRES_HOST: Optional[str] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rb-commons
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: Commons of project and simplified orm based on sqlalchemy.
5
5
  Home-page: https://github.com/RoboSell-organization/rb-commons
6
6
  Author: Abdulvoris
@@ -2,7 +2,7 @@ rb_commons/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  rb_commons/broker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  rb_commons/broker/consumer.py,sha256=84yLq8kJIGNYAH9_ySSTDpOMNL54NSs3cA8lNG8CTGY,1264
4
4
  rb_commons/configs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- rb_commons/configs/config.py,sha256=zla62zy3UfjE2YpvSDwsfhP2Qsm0BbGsycngfyiVvE4,1617
5
+ rb_commons/configs/config.py,sha256=qW19CB1FPzxZaLk8OJMy9w0i5ewj35vhG2G5Rk6JTpM,1622
6
6
  rb_commons/configs/injections.py,sha256=6B1EOgIGnkWv3UrFaV9PRgG0-CJAbLu1UZ3kq-SjPVU,273
7
7
  rb_commons/configs/rabbitmq.py,sha256=vUqa_PcZkPp1lX0B6HLSAXVMUcPR2_8-8cN-C7xFxRI,741
8
8
  rb_commons/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -18,7 +18,7 @@ rb_commons/schemes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
18
18
  rb_commons/schemes/jwt.py,sha256=F66JJDhholuOPPzlKeoC6f1TL4gXg4oRUrV5yheNpyo,1675
19
19
  rb_commons/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  rb_commons/utils/media.py,sha256=KNY_9SdRa3Rp7d3B1tZaXkhmzVa65RcS62BYwZP1bVM,332
21
- rb_commons-0.2.7.dist-info/METADATA,sha256=5I_ILT7s-vVEvc79YjiJg6ypFxF0YOxbVl_0kWLjZ3w,6570
22
- rb_commons-0.2.7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
23
- rb_commons-0.2.7.dist-info/top_level.txt,sha256=HPx_WAYo3_fbg1WCeGHsz3wPGio1ucbnrlm2lmqlJog,11
24
- rb_commons-0.2.7.dist-info/RECORD,,
21
+ rb_commons-0.2.8.dist-info/METADATA,sha256=J_stc0B8LJqMToH1xAMKHVl8Qss1SlVtZ0DFF5ySk6g,6570
22
+ rb_commons-0.2.8.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
23
+ rb_commons-0.2.8.dist-info/top_level.txt,sha256=HPx_WAYo3_fbg1WCeGHsz3wPGio1ucbnrlm2lmqlJog,11
24
+ rb_commons-0.2.8.dist-info/RECORD,,