orchestrator-lso 2.1.0__py3-none-any.whl → 2.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.
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.1.0"
16
+ __version__ = "2.1.1"
17
17
 
18
18
  import logging
19
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: orchestrator-lso
3
- Version: 2.1.0
3
+ Version: 2.1.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
@@ -26,14 +26,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
26
26
  Classifier: Programming Language :: Python :: 3.11
27
27
  Classifier: Programming Language :: Python :: 3.12
28
28
  License-File: LICENSE
29
- Requires-Dist: ansible-runner==2.4.0
29
+ Requires-Dist: ansible-runner==2.4.1
30
30
  Requires-Dist: ansible==10.7.0
31
- Requires-Dist: fastapi==0.115.8
31
+ Requires-Dist: fastapi==0.115.12
32
32
  Requires-Dist: httpx==0.28.1
33
- Requires-Dist: uvicorn[standard]==0.34.0
33
+ Requires-Dist: uvicorn[standard]==0.34.2
34
34
  Requires-Dist: requests==2.32.3
35
- Requires-Dist: pydantic-settings==2.7.1
36
- Requires-Dist: celery==5.4.0
35
+ Requires-Dist: pydantic-settings==2.9.1
36
+ Requires-Dist: celery==5.5.2
37
37
  Requires-Dist: redis==5.2.1
38
38
  Requires-Dist: types-setuptools ; extra == "dev"
39
39
  Requires-Dist: types-requests ; extra == "dev"
@@ -1,4 +1,4 @@
1
- lso/__init__.py,sha256=rvLpPFoeQhGsSfP4vjcdFBmHwJJhPVOzjwaMt-iNUfQ,1589
1
+ lso/__init__.py,sha256=3ECt41yxiWdlZJA_Ym-67uW4kABwCp8AE6gtcsH53_U,1589
2
2
  lso/app.py,sha256=WDtlmjELIeFA437j-WPfqBQf6QT_l35LEABbEosHlqY,775
3
3
  lso/config.py,sha256=fceYs85UGN76GRyGs4x6TiKhktv-ykjc6-WocPRmFGY,1639
4
4
  lso/environment.py,sha256=iZ3DmsSKAC5a7VNL-HfJOJZ0sQwUMf7ZzNGC34B2CG0,1771
@@ -11,7 +11,7 @@ lso/routes/__init__.py,sha256=1kRrth9zkFgmj6LChujieYJq5cjIETeTGXa1G70pduk,639
11
11
  lso/routes/default.py,sha256=a7STN1BJyFVizXUzmqKuADO0fpE1SHun-PzaZ-jx1wU,1438
12
12
  lso/routes/execute.py,sha256=8WACuI8QN8piI4pkHNtxARB8l5QcBKWSZ3qE_LWqBfU,1896
13
13
  lso/routes/playbook.py,sha256=YNPZGuJXh5JkDWJ-sVRVE-cTg9eEm6BPjNThFLDqxeM,4904
14
- orchestrator_lso-2.1.0.dist-info/licenses/LICENSE,sha256=CgFXf7XbZXJADozQIw2uUmmvU-zwAwXo4u7cgDfx3rE,10744
15
- orchestrator_lso-2.1.0.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
16
- orchestrator_lso-2.1.0.dist-info/METADATA,sha256=TlUqzxd8VwnU0I7RgS4xFxi2XfqAM2yabT3a0Zo2Hcs,6351
17
- orchestrator_lso-2.1.0.dist-info/RECORD,,
14
+ orchestrator_lso-2.1.1.dist-info/licenses/LICENSE,sha256=CgFXf7XbZXJADozQIw2uUmmvU-zwAwXo4u7cgDfx3rE,10744
15
+ orchestrator_lso-2.1.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
16
+ orchestrator_lso-2.1.1.dist-info/METADATA,sha256=W0RWPPi0wLpUE2mi6ZF696Axst7usH2njtV-txUh0bw,6352
17
+ orchestrator_lso-2.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.11.0
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any