orchestrator-lso 2.0.0__py3-none-any.whl → 2.0.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.
lso/__init__.py CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  """LSO, an API for remotely running Ansible playbooks."""
15
15
 
16
- __version__ = "2.0.0"
16
+ __version__ = "2.0.1"
17
17
 
18
18
  import logging
19
19
 
@@ -24,6 +24,8 @@ from lso import environment
24
24
  from lso.routes.default import router as default_router
25
25
  from lso.routes.playbook import router as playbook_router
26
26
 
27
+ logger = logging.getLogger(__name__)
28
+
27
29
 
28
30
  def create_app() -> FastAPI:
29
31
  """Initialise the :term:`LSO` app."""
@@ -38,6 +40,6 @@ def create_app() -> FastAPI:
38
40
 
39
41
  environment.setup_logging()
40
42
 
41
- logging.info("FastAPI app initialized")
43
+ logger.info("FastAPI app initialized")
42
44
 
43
45
  return app
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: orchestrator-lso
3
- Version: 2.0.0
3
+ Version: 2.0.1
4
4
  Summary: LSO, an API for remotely running Ansible playbooks.
5
5
  Author-email: GÉANT Orchestration and Automation Team <goat@geant.org>
6
6
  Requires-Python: >=3.11,<3.13
@@ -28,10 +28,10 @@ Classifier: Programming Language :: Python :: 3.12
28
28
  Requires-Dist: ansible-runner==2.4.0
29
29
  Requires-Dist: ansible==10.6.0
30
30
  Requires-Dist: fastapi==0.115.5
31
- Requires-Dist: httpx==0.27.2
32
- Requires-Dist: uvicorn[standard]==0.32.0
31
+ Requires-Dist: httpx==0.28.0
32
+ Requires-Dist: uvicorn[standard]==0.32.1
33
33
  Requires-Dist: requests==2.32.3
34
- Requires-Dist: pydantic-settings==2.5.2
34
+ Requires-Dist: pydantic-settings==2.6.1
35
35
  Requires-Dist: celery==5.4.0
36
36
  Requires-Dist: redis==5.2.0
37
37
  Requires-Dist: types-setuptools ; extra == "dev"
@@ -1,4 +1,4 @@
1
- lso/__init__.py,sha256=tas4EgOuJNAmoOOC8rdqeBjRS4o8ntucPZO13H4rETc,1428
1
+ lso/__init__.py,sha256=Q6PrVmj3JOVZ4MJ9MYMVEI8L8w0GZy0EQZb4baSbzwA,1465
2
2
  lso/app.py,sha256=WDtlmjELIeFA437j-WPfqBQf6QT_l35LEABbEosHlqY,775
3
3
  lso/config.py,sha256=BXUl8SgYdaXbrmmqBRgxobGboCn02qfp_wdvZHZr_Gk,1627
4
4
  lso/environment.py,sha256=iZ3DmsSKAC5a7VNL-HfJOJZ0sQwUMf7ZzNGC34B2CG0,1771
@@ -8,7 +8,7 @@ lso/worker.py,sha256=3Y32F2DknsVK3JY4M6hDk35lvn7xLHqJhAIIbvxYIFE,1730
8
8
  lso/routes/__init__.py,sha256=1kRrth9zkFgmj6LChujieYJq5cjIETeTGXa1G70pduk,639
9
9
  lso/routes/default.py,sha256=a7STN1BJyFVizXUzmqKuADO0fpE1SHun-PzaZ-jx1wU,1438
10
10
  lso/routes/playbook.py,sha256=Q0Q-9fLOYpahgC7WJ5SEFt9P2NJnAKdQg3onjVnd6js,4903
11
- orchestrator_lso-2.0.0.dist-info/LICENSE,sha256=CgFXf7XbZXJADozQIw2uUmmvU-zwAwXo4u7cgDfx3rE,10744
12
- orchestrator_lso-2.0.0.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
13
- orchestrator_lso-2.0.0.dist-info/METADATA,sha256=w9gaI2z9NU-KD1QsmfFg2ofInWMrxp8xb569Og_Jqp8,6329
14
- orchestrator_lso-2.0.0.dist-info/RECORD,,
11
+ orchestrator_lso-2.0.1.dist-info/LICENSE,sha256=CgFXf7XbZXJADozQIw2uUmmvU-zwAwXo4u7cgDfx3rE,10744
12
+ orchestrator_lso-2.0.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
13
+ orchestrator_lso-2.0.1.dist-info/METADATA,sha256=Ex0bEBcEdeOPYt-mu1BbbkF2_Rqct3iww2u4nlQEGJk,6329
14
+ orchestrator_lso-2.0.1.dist-info/RECORD,,