orchestrator-core 3.1.0rc1__py3-none-any.whl → 3.1.1__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.
- orchestrator/__init__.py +1 -1
- {orchestrator_core-3.1.0rc1.dist-info → orchestrator_core-3.1.1.dist-info}/METADATA +6 -6
- {orchestrator_core-3.1.0rc1.dist-info → orchestrator_core-3.1.1.dist-info}/RECORD +5 -5
- {orchestrator_core-3.1.0rc1.dist-info → orchestrator_core-3.1.1.dist-info}/WHEEL +0 -0
- {orchestrator_core-3.1.0rc1.dist-info → orchestrator_core-3.1.1.dist-info}/licenses/LICENSE +0 -0
orchestrator/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: orchestrator-core
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.1
|
|
4
4
|
Summary: This is the orchestrator workflow engine.
|
|
5
5
|
Requires-Python: >=3.11,<3.14
|
|
6
6
|
Classifier: Intended Audience :: Information Technology
|
|
@@ -40,7 +40,7 @@ Requires-Dist: itsdangerous
|
|
|
40
40
|
Requires-Dist: Jinja2==3.1.5
|
|
41
41
|
Requires-Dist: orjson==3.10.15
|
|
42
42
|
Requires-Dist: psycopg[binary]==3.2.5
|
|
43
|
-
Requires-Dist: pydantic[email]~=2.
|
|
43
|
+
Requires-Dist: pydantic[email]~=2.10.6
|
|
44
44
|
Requires-Dist: pydantic-settings~=2.8.0
|
|
45
45
|
Requires-Dist: python-dateutil==2.8.2
|
|
46
46
|
Requires-Dist: python-rapidjson>=1.18,<1.21
|
|
@@ -51,13 +51,13 @@ Requires-Dist: sentry-sdk[fastapi]~=2.22.0
|
|
|
51
51
|
Requires-Dist: SQLAlchemy==2.0.38
|
|
52
52
|
Requires-Dist: SQLAlchemy-Utils==0.41.2
|
|
53
53
|
Requires-Dist: structlog
|
|
54
|
-
Requires-Dist: typer==0.15.
|
|
55
|
-
Requires-Dist: uvicorn[standard]~=0.
|
|
54
|
+
Requires-Dist: typer==0.15.2
|
|
55
|
+
Requires-Dist: uvicorn[standard]~=0.34.0
|
|
56
56
|
Requires-Dist: nwa-stdlib~=1.9.0
|
|
57
57
|
Requires-Dist: oauth2-lib~=2.4.0
|
|
58
58
|
Requires-Dist: tabulate==0.9.0
|
|
59
59
|
Requires-Dist: strawberry-graphql>=0.246.2
|
|
60
|
-
Requires-Dist: pydantic-forms~=1.
|
|
60
|
+
Requires-Dist: pydantic-forms~=1.4.0
|
|
61
61
|
Requires-Dist: celery~=5.4.0 ; extra == "celery"
|
|
62
62
|
Requires-Dist: toml ; extra == "dev"
|
|
63
63
|
Requires-Dist: bumpversion ; extra == "dev"
|
|
@@ -82,7 +82,7 @@ Requires-Dist: dirty-equals ; extra == "test"
|
|
|
82
82
|
Requires-Dist: jsonref ; extra == "test"
|
|
83
83
|
Requires-Dist: mypy==1.9 ; extra == "test"
|
|
84
84
|
Requires-Dist: pyinstrument ; extra == "test"
|
|
85
|
-
Requires-Dist: pytest==8.3.
|
|
85
|
+
Requires-Dist: pytest==8.3.5 ; extra == "test"
|
|
86
86
|
Requires-Dist: pytest-asyncio==0.21.2 ; extra == "test"
|
|
87
87
|
Requires-Dist: pytest-codspeed ; extra == "test"
|
|
88
88
|
Requires-Dist: pytest-cov ; extra == "test"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
orchestrator/__init__.py,sha256=
|
|
1
|
+
orchestrator/__init__.py,sha256=gaUFW9gqwFRHoS8OdXwU7zbHuO0Wq37nvqHdQ5FTpuo,1055
|
|
2
2
|
orchestrator/app.py,sha256=8GMzoHjdR0bkgRBCejiG8nIUjeo43f12I3WNNZ89pKE,11659
|
|
3
3
|
orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
|
|
4
4
|
orchestrator/log_config.py,sha256=1tPRX5q65e57a6a_zEii_PFK8SzWT0mnA5w2sKg4hh8,1853
|
|
@@ -291,7 +291,7 @@ orchestrator/workflows/tasks/resume_workflows.py,sha256=R0I3jxGToiqDr5mF3YjDd6dN
|
|
|
291
291
|
orchestrator/workflows/tasks/validate_product_type.py,sha256=5FwhRQyMNgtys5DM846EIIY0uXKvnSYy3Orf7lOg0DA,3176
|
|
292
292
|
orchestrator/workflows/tasks/validate_products.py,sha256=5uXX7MXMDDP13cXRvfLDNvvCp4nG7zLQBm_IYdf8BSs,8513
|
|
293
293
|
orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
|
|
294
|
-
orchestrator_core-3.1.
|
|
295
|
-
orchestrator_core-3.1.
|
|
296
|
-
orchestrator_core-3.1.
|
|
297
|
-
orchestrator_core-3.1.
|
|
294
|
+
orchestrator_core-3.1.1.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
|
|
295
|
+
orchestrator_core-3.1.1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
|
296
|
+
orchestrator_core-3.1.1.dist-info/METADATA,sha256=aL3vIeJ11HtMQhH0fqPI-EvP7COQwpq7Od9r5p5Qftw,4991
|
|
297
|
+
orchestrator_core-3.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|