omnata-plugin-runtime 0.8.0a195__py3-none-any.whl → 0.8.0a196__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/rate_limiting.py +1 -4
- {omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/WHEEL +0 -0
@@ -15,13 +15,10 @@ import logging
|
|
15
15
|
from pydantic import Field, root_validator, PrivateAttr, field_serializer
|
16
16
|
from pydantic_core import to_jsonable_python
|
17
17
|
from .configuration import SubscriptableBaseModel
|
18
|
-
from .logging import logger
|
18
|
+
from .logging import logger, tracer
|
19
19
|
import pytz
|
20
20
|
from requests.adapters import HTTPAdapter
|
21
21
|
from urllib3.util.retry import Retry
|
22
|
-
from opentelemetry import trace
|
23
|
-
|
24
|
-
tracer = trace.get_tracer(__name__)
|
25
22
|
|
26
23
|
TimeUnitType = Literal["second", "minute", "hour", "day"]
|
27
24
|
|
{omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/RECORD
RENAMED
@@ -5,8 +5,8 @@ omnata_plugin_runtime/forms.py,sha256=ueodN2GIMS5N9fqebpY4uNGJnjEb9HcuaVQVfWH-cG
|
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=WBuZt8lF9E5oFWM4KYQbE8dDJ_HctJ1pN3BHwU6rcd0,4461
|
6
6
|
omnata_plugin_runtime/omnata_plugin.py,sha256=ZMoF5ef9GT0ri8nof_3JaJT4dTQ9oDRf22zw-5UryjI,130600
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=3nqIWOlUdNVkBu7YBqC73Gb5G_xvMUzmlZf838N0JSg,32728
|
8
|
-
omnata_plugin_runtime/rate_limiting.py,sha256=
|
9
|
-
omnata_plugin_runtime-0.8.
|
10
|
-
omnata_plugin_runtime-0.8.
|
11
|
-
omnata_plugin_runtime-0.8.
|
12
|
-
omnata_plugin_runtime-0.8.
|
8
|
+
omnata_plugin_runtime/rate_limiting.py,sha256=eOWVRYWiqPlVeYzmB1exVXfXbrcpmYb7vtTi9B-4zkQ,25868
|
9
|
+
omnata_plugin_runtime-0.8.0a196.dist-info/LICENSE,sha256=rGaMQG3R3F5-JGDp_-rlMKpDIkg5n0SI4kctTk8eZSI,56
|
10
|
+
omnata_plugin_runtime-0.8.0a196.dist-info/METADATA,sha256=VV30-KJNW4hdBTgBsZjDUhmyUu9VUl_5Hhk8m5CBcsc,2148
|
11
|
+
omnata_plugin_runtime-0.8.0a196.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
12
|
+
omnata_plugin_runtime-0.8.0a196.dist-info/RECORD,,
|
{omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/LICENSE
RENAMED
File without changes
|
{omnata_plugin_runtime-0.8.0a195.dist-info → omnata_plugin_runtime-0.8.0a196.dist-info}/WHEEL
RENAMED
File without changes
|