processcube-etw-library 2026.1.22.120215b0__py3-none-any.whl → 2026.1.22.130934b0__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.
- processcube_etw_library/create_external_task_client.py +0 -4
- {processcube_etw_library-2026.1.22.120215b0.dist-info → processcube_etw_library-2026.1.22.130934b0.dist-info}/METADATA +1 -1
- {processcube_etw_library-2026.1.22.120215b0.dist-info → processcube_etw_library-2026.1.22.130934b0.dist-info}/RECORD +5 -5
- {processcube_etw_library-2026.1.22.120215b0.dist-info → processcube_etw_library-2026.1.22.130934b0.dist-info}/WHEEL +0 -0
- {processcube_etw_library-2026.1.22.120215b0.dist-info → processcube_etw_library-2026.1.22.130934b0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
# # Prevent nest_asyncio from patching asyncio.run() in processcube_client - it breaks uvicorn's loop_factory
|
|
2
|
-
# import nest_asyncio
|
|
3
|
-
# nest_asyncio.apply = lambda *args, **kwargs: None
|
|
4
|
-
|
|
5
1
|
from processcube_client.external_task import ExternalTaskClient
|
|
6
2
|
|
|
7
3
|
from .identity_provider import IdentityProvider
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
processcube_etw_library/__init__.py,sha256=-Kf99BVV-XUw9xJBAmDoZRcFH0BUp3jGOMQA0on2sNI,662
|
|
2
|
-
processcube_etw_library/create_external_task_client.py,sha256=
|
|
2
|
+
processcube_etw_library/create_external_task_client.py,sha256=3_ABFll4ad5hX20EYxuExS4FTIymyFDQSG340xSq38k,927
|
|
3
3
|
processcube_etw_library/etw_app.py,sha256=CiRvZC5N6lSfu_IDoKmrAgCkS4xZpIll-QAaObRfGos,3260
|
|
4
4
|
processcube_etw_library/identity_provider.py,sha256=X33lOEPrB-HaZGc5DjTSPHynU7EdbTVFJ6vPg0K_boc,2785
|
|
5
5
|
processcube_etw_library/server_config.py,sha256=qgKiNjgf2GzteZ1rAdSLH8GHt_i9rVpy32ttvKI4CGA,630
|
|
@@ -12,7 +12,7 @@ processcube_etw_library/health/handlers.py,sha256=iP9PIM1n_dfdwY8uFpxlbwe7oUNsch
|
|
|
12
12
|
processcube_etw_library/health/models.py,sha256=mSDCaPvRjwddP41E05vbplk8abvemygj75FmmnAS65g,1529
|
|
13
13
|
processcube_etw_library/health/registry.py,sha256=h3ThPts9xTdnzuJeIpL_aG6xhI1DAHyaXXE3UzkiLWU,955
|
|
14
14
|
processcube_etw_library/health/routes.py,sha256=9zbi1TkPUP7t8hLu32IvS3tGBfSm7dkmEDxdwaM6JX4,754
|
|
15
|
-
processcube_etw_library-2026.1.22.
|
|
16
|
-
processcube_etw_library-2026.1.22.
|
|
17
|
-
processcube_etw_library-2026.1.22.
|
|
18
|
-
processcube_etw_library-2026.1.22.
|
|
15
|
+
processcube_etw_library-2026.1.22.130934b0.dist-info/METADATA,sha256=J8Wagwiy7d-bSVLVEdrlZ_4SrczdXbbPh-FMswfunvQ,5836
|
|
16
|
+
processcube_etw_library-2026.1.22.130934b0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
17
|
+
processcube_etw_library-2026.1.22.130934b0.dist-info/top_level.txt,sha256=4PHR_mnrU9J-d4zMU4XHDSmB7BURAAryRmBgbuypSuI,24
|
|
18
|
+
processcube_etw_library-2026.1.22.130934b0.dist-info/RECORD,,
|
|
File without changes
|