orchestrator-core 4.0.0rc2__py3-none-any.whl → 4.0.0rc3__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 CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  """This is the orchestrator workflow engine."""
15
15
 
16
- __version__ = "4.0.0rc2"
16
+ __version__ = "4.0.0rc3"
17
17
 
18
18
  from orchestrator.app import OrchestratorCore
19
19
  from orchestrator.settings import app_settings
orchestrator/app.py CHANGED
@@ -145,7 +145,7 @@ class OrchestratorCore(FastAPI):
145
145
 
146
146
  @self.router.get("/", response_model=str, response_class=JSONResponse, include_in_schema=False)
147
147
  def _index() -> str:
148
- return "Orchestrator orchestrator"
148
+ return "Orchestrator Core"
149
149
 
150
150
  def add_sentry(
151
151
  self,
@@ -154,6 +154,7 @@ class OrchestratorCore(FastAPI):
154
154
  server_name: str,
155
155
  environment: str,
156
156
  release: str | None = GIT_COMMIT_HASH,
157
+ **sentry_kwargs: Any,
157
158
  ) -> None:
158
159
  logger.info("Adding Sentry middleware to app", app=self.title)
159
160
  if self.base_settings.EXECUTOR == ExecutorType.WORKER:
@@ -173,6 +174,7 @@ class OrchestratorCore(FastAPI):
173
174
  integrations=sentry_integrations,
174
175
  propagate_traces=True,
175
176
  profiles_sample_rate=trace_sample_rate,
177
+ **sentry_kwargs,
176
178
  )
177
179
 
178
180
  @staticmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orchestrator-core
3
- Version: 4.0.0rc2
3
+ Version: 4.0.0rc3
4
4
  Summary: This is the orchestrator workflow engine.
5
5
  Requires-Python: >=3.11,<3.14
6
6
  Classifier: Intended Audience :: Information Technology
@@ -1,5 +1,5 @@
1
- orchestrator/__init__.py,sha256=_4qDYGxoCurHceKtJMPSdPiXXCzkD0XpCJiQy6gBP5g,1066
2
- orchestrator/app.py,sha256=VN54_Zsx5x_3ym8aFadATg67a4J5lv8H-pxnPlR3RkM,11668
1
+ orchestrator/__init__.py,sha256=CHCsFHHEBg0NQRRUbkFuXwiTsB9v8mEpqs8-WcZlCUY,1066
2
+ orchestrator/app.py,sha256=9uKJ68FvpeYDbmPNqOKzm6Euka60XlDASsECaq19F3I,11719
3
3
  orchestrator/exception_handlers.py,sha256=UsW3dw8q0QQlNLcV359bIotah8DYjMsj2Ts1LfX4ClY,1268
4
4
  orchestrator/log_config.py,sha256=1tPRX5q65e57a6a_zEii_PFK8SzWT0mnA5w2sKg4hh8,1853
5
5
  orchestrator/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -302,7 +302,7 @@ orchestrator/workflows/tasks/resume_workflows.py,sha256=MzJqlSXUvKStkT7NGzxZyRlf
302
302
  orchestrator/workflows/tasks/validate_product_type.py,sha256=paG-NAY1bdde3Adt8zItkcBKf5Pxw6f5ngGW6an6dYU,3192
303
303
  orchestrator/workflows/tasks/validate_products.py,sha256=GZJBoFF-WMphS7ghMs2-gqvV2iL1F0POhk0uSNt93n0,8510
304
304
  orchestrator/workflows/translations/en-GB.json,sha256=ST53HxkphFLTMjFHonykDBOZ7-P_KxksktZU3GbxLt0,846
305
- orchestrator_core-4.0.0rc2.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
306
- orchestrator_core-4.0.0rc2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
307
- orchestrator_core-4.0.0rc2.dist-info/METADATA,sha256=eEc0N4MXX03Q--Jx61bXgZqQ3zwjzjdwLUhVl_5eGFM,5032
308
- orchestrator_core-4.0.0rc2.dist-info/RECORD,,
305
+ orchestrator_core-4.0.0rc3.dist-info/licenses/LICENSE,sha256=b-aA5OZQuuBATmLKo_mln8CQrDPPhg3ghLzjPjLn4Tg,11409
306
+ orchestrator_core-4.0.0rc3.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
307
+ orchestrator_core-4.0.0rc3.dist-info/METADATA,sha256=iaUztDNdrjgbfWjxzDZeXdKA0XQ-4nqJX_ATeTig7QI,5032
308
+ orchestrator_core-4.0.0rc3.dist-info/RECORD,,