orchestrator-lso 2.4.3__py3-none-any.whl → 2.4.4__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.4.3"
16
+ __version__ = "2.4.4"
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.4.3
3
+ Version: 2.4.4
4
4
  Summary: LSO, an API for remotely running Ansible playbooks.
5
5
  Author: GÉANT Orchestration and Automation Team
6
6
  Author-email: GÉANT Orchestration and Automation Team <goat@geant.org>
@@ -30,7 +30,7 @@ Requires-Dist: fastapi==0.121.1
30
30
  Requires-Dist: httpx==0.28.1
31
31
  Requires-Dist: uvicorn[standard]==0.38.0
32
32
  Requires-Dist: requests==2.32.5
33
- Requires-Dist: pydantic-settings==2.11.0
33
+ Requires-Dist: pydantic-settings==2.12.0
34
34
  Requires-Dist: celery==5.5.3
35
35
  Requires-Dist: redis==5.3.1
36
36
  Requires-Python: >=3.11, <3.14
@@ -1,4 +1,4 @@
1
- lso/__init__.py,sha256=_O0finOvQKiVXjwidJcoO9nYHSbb7RW4EagNWBLMn8I,1589
1
+ lso/__init__.py,sha256=8YaZEHIug61MhcKKiic-FS5AXRzMmcOf-nGH6vJG9BU,1589
2
2
  lso/app.py,sha256=PCdL4hY5i1fho_pMSiNAHuaIKWPgfQNyePsZ-LdasCg,775
3
3
  lso/config.py,sha256=tyxjq67EJLEMLmpIlkxrtwJ3arm8ZUBNGkj9NTsBJxw,1639
4
4
  lso/environment.py,sha256=4k8a8cSLwgLjBIU-XUa7Y6Clns2VjmsBkiKvkzK2Pp4,1771
@@ -12,6 +12,6 @@ lso/schema.py,sha256=Xp4D7FRc21Mhh-1xlp0EbjTvdu5kGEHRpQvQp6ic6ro,1518
12
12
  lso/tasks.py,sha256=JP66ht4zO6MtsK8h66IzjVowmaDGImchYmBenpQ8OjY,6504
13
13
  lso/utils.py,sha256=eVKyYRtdu_yPkbUQqDJlCKlCPAgc0dFxG1E1kY2Qsao,1043
14
14
  lso/worker.py,sha256=ZAXii3EctILrpnHInvVMTyjOs_40gqR_VybVLBzGRw4,1727
15
- orchestrator_lso-2.4.3.dist-info/WHEEL,sha256=w4ZtLaDgMAZW2MMZZwtH8zENekoQYBCeullI-zsXJQk,78
16
- orchestrator_lso-2.4.3.dist-info/METADATA,sha256=lE-X6oQGl3WofAgIIdToX7fA3ycFHw7jXS-bXn5pnGE,5621
17
- orchestrator_lso-2.4.3.dist-info/RECORD,,
15
+ orchestrator_lso-2.4.4.dist-info/WHEEL,sha256=3id4o64OvRm9dUknh3mMJNcfoTRK08ua5cU6DFyVy-4,79
16
+ orchestrator_lso-2.4.4.dist-info/METADATA,sha256=Y7C7uU0ImrnKVDjzM_bd26UpX3s3U-Ku5xuArM_oHvY,5621
17
+ orchestrator_lso-2.4.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.9
2
+ Generator: uv 0.9.13
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any