arpakitlib 1.6.61__py3-none-any.whl → 1.6.62__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.
@@ -6,7 +6,13 @@ from pydantic import BaseModel, ConfigDict
6
6
 
7
7
  class BaseAM(BaseModel):
8
8
  model_config = ConfigDict(extra="forbid", arbitrary_types_allowed=True, from_attributes=True)
9
- bus_data: dict[str, Any] = {}
9
+ _bus_data: dict[str, Any] | None = None
10
+
11
+ @property
12
+ def bus_data(self) -> dict[str, Any]:
13
+ if self._bus_data is None:
14
+ self._bus_data = {}
15
+ return self._bus_data
10
16
 
11
17
 
12
18
  def __example():
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arpakitlib
3
- Version: 1.6.61
3
+ Version: 1.6.62
4
4
  Summary: arpakitlib
5
5
  Home-page: https://github.com/ARPAKIT-Company/arpakitlib
6
6
  License: Apache-2.0
@@ -1,5 +1,5 @@
1
1
  arpakitlib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- arpakitlib/ar_additional_model_util.py,sha256=t95M4Ggl7EBRj7qOJHmuo5p2YmE7LlJdEAMNzse3vhE,309
2
+ arpakitlib/ar_additional_model_util.py,sha256=tNzZhZtvtJ1qC6Cn4UnyoEL58HudfpCdQy5ftkCqyik,473
3
3
  arpakitlib/ar_aiogram_util.py,sha256=yOqH-Xmifw4niRtIy4EeP9xdeUA_0I-3ZrUrlE4cw_c,12508
4
4
  arpakitlib/ar_arpakit_lib_module_util.py,sha256=V_mc3Ml73Tzz3arxmwEfIxruKMyrwbe8XZ9FfVDtUXY,5446
5
5
  arpakitlib/ar_arpakit_schedule_uust_api_client_util.py,sha256=SYWWQDohPnw0qpBIu2hEvGZRVdaI4NUUQdEjnMnseo4,18237
@@ -59,8 +59,8 @@ arpakitlib/ar_str_util.py,sha256=xSEzmsDvRiZVaxyqFFjcgzpphktCbXg2FHcvsd1DYpA,188
59
59
  arpakitlib/ar_type_util.py,sha256=5nDnXL5Oyozlg8XvxMrogsoYiG8_atItg46A0mtv-pk,2025
60
60
  arpakitlib/ar_yookassa_api_client_util.py,sha256=5GMvu8paByni8buhc1vpHB7n6oXe0gPfj1LSvnyZCrQ,5307
61
61
  arpakitlib/ar_zabbix_util.py,sha256=Q-VR4MvoZ9aHwZeYZr9G3LwN-ANx1T5KFmF6pvPM-9M,6402
62
- arpakitlib-1.6.61.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
63
- arpakitlib-1.6.61.dist-info/METADATA,sha256=gp2hPwL6mhlErymBeldjHKNywkCvzd2LCKOnOi9KO9o,2749
64
- arpakitlib-1.6.61.dist-info/NOTICE,sha256=PxM7bI06pP5flh9MDCUc2LzY3zTeunamwwPihBCLfjU,51
65
- arpakitlib-1.6.61.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
- arpakitlib-1.6.61.dist-info/RECORD,,
62
+ arpakitlib-1.6.62.dist-info/LICENSE,sha256=GPEDQMam2r7FSTYqM1mm7aKnxLaWcBotH7UvQtea-ec,11355
63
+ arpakitlib-1.6.62.dist-info/METADATA,sha256=iTDCRH-ZyB4Hd7Sde6LG7Gr9EVxJ9frXN17nLgizd7A,2749
64
+ arpakitlib-1.6.62.dist-info/NOTICE,sha256=PxM7bI06pP5flh9MDCUc2LzY3zTeunamwwPihBCLfjU,51
65
+ arpakitlib-1.6.62.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
66
+ arpakitlib-1.6.62.dist-info/RECORD,,