qena-shared-lib 0.1.9__py3-none-any.whl → 0.1.10__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.
qena_shared_lib/http.py CHANGED
@@ -72,8 +72,8 @@ def api_controller(
72
72
  redirect_slashes: bool = True,
73
73
  deprecated: bool | None = None,
74
74
  include_in_schema: bool = True,
75
- ) -> Callable[["ControllerBase"], "ControllerBase"]:
76
- def annotate_class(api_controller_class: ControllerBase):
75
+ ) -> Callable[[type["ControllerBase"]], type["ControllerBase"]]:
76
+ def annotate_class(api_controller_class: type[ControllerBase]):
77
77
  router = APIRouter(
78
78
  prefix=prefix or "",
79
79
  tags=tags,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qena-shared-lib
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: A shared tools for other services
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: cronsim==2.6
@@ -3,7 +3,7 @@ qena_shared_lib/application.py,sha256=LyMgCrp1wqUfHsQktybWW-fZG-XugxZ6_Bafhp3gRl
3
3
  qena_shared_lib/background.py,sha256=upWeJ747-4S4xsBOR-P2_oNar1YiaxCpnLhEDvnArmQ,3097
4
4
  qena_shared_lib/exception_handlers.py,sha256=qAXb8yE06yJRO2Qe9tfTu9D2DJhqgvX5wsc1_OPOjX4,6188
5
5
  qena_shared_lib/exceptions.py,sha256=GEGcSNaNMhFCdgCl6crNrrw-tmzPD-2Jz6MnpMvqXIU,9419
6
- qena_shared_lib/http.py,sha256=ZWbCV0C4SOKasfGhMLDcqZpZgIUUA_rEPAooeBkKieo,23846
6
+ qena_shared_lib/http.py,sha256=xpMOdyOSkZO70C87Vu_0q0Ud4KyNLrfpNOassAUnF00,23864
7
7
  qena_shared_lib/logging.py,sha256=JL6bAmkK1BJA84rZNpvDEmrec3dogQRpSug4fj1Omkw,1618
8
8
  qena_shared_lib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  qena_shared_lib/scheduler.py,sha256=wVLgHM0cCBZhqSmOAgEa5McEJSSTHfoMAEIrFGI0tT0,11946
@@ -24,6 +24,6 @@ qena_shared_lib/rabbitmq/_listener.py,sha256=1w5JAgwYy0xIU4kEZwL_KHyudfUWeqMWSXX
24
24
  qena_shared_lib/rabbitmq/_pool.py,sha256=MGubA-nYxxjgsZRF1yK4UBkzUy65t-suh0W1jZDk5q8,1952
25
25
  qena_shared_lib/rabbitmq/_publisher.py,sha256=Dr2u1IELCboCbozjTRsRtyQh7TRaJvujPsp74TF7utA,2434
26
26
  qena_shared_lib/rabbitmq/_rpc_client.py,sha256=eNzKpU_BvfDTR3udiSNtjJ4MaJqHrIOxMItKHA8aJbo,8909
27
- qena_shared_lib-0.1.9.dist-info/METADATA,sha256=DJuWOWR6IvgDxREbIXdIK3TQJUNfcAtFPOmQdooaZO4,11232
28
- qena_shared_lib-0.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
29
- qena_shared_lib-0.1.9.dist-info/RECORD,,
27
+ qena_shared_lib-0.1.10.dist-info/METADATA,sha256=9x9ScJEgC0yevgIlVBLA5_qbHZIy-C2vM6ABdphTlAU,11233
28
+ qena_shared_lib-0.1.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
29
+ qena_shared_lib-0.1.10.dist-info/RECORD,,