osism 0.20250314.0__tar.gz → 0.20250331.0__tar.gz

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.
Files changed (96) hide show
  1. osism-0.20250331.0/.hadolint.yaml +4 -0
  2. osism-0.20250331.0/AUTHORS +1 -0
  3. osism-0.20250331.0/ChangeLog +7 -0
  4. osism-0.20250331.0/Containerfile +102 -0
  5. osism-0.20250331.0/Dockerfile +102 -0
  6. {osism-0.20250314.0/osism.egg-info → osism-0.20250331.0}/PKG-INFO +11 -10
  7. {osism-0.20250314.0 → osism-0.20250331.0}/Pipfile +7 -7
  8. {osism-0.20250314.0 → osism-0.20250331.0}/Pipfile.lock +124 -116
  9. {osism-0.20250314.0 → osism-0.20250331.0}/osism/api.py +5 -10
  10. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/manage.py +117 -55
  11. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/netbox.py +12 -27
  12. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/wait.py +5 -12
  13. {osism-0.20250314.0 → osism-0.20250331.0}/osism/core/enums.py +1 -0
  14. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/__init__.py +13 -41
  15. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/ansible.py +0 -15
  16. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/conductor.py +0 -12
  17. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/netbox.py +6 -27
  18. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/openstack.py +81 -51
  19. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/reconciler.py +11 -42
  20. {osism-0.20250314.0 → osism-0.20250331.0}/osism/utils/__init__.py +11 -0
  21. {osism-0.20250314.0 → osism-0.20250331.0/osism.egg-info}/PKG-INFO +11 -10
  22. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/entry_points.txt +0 -1
  23. osism-0.20250331.0/osism.egg-info/pbr.json +1 -0
  24. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/requires.txt +8 -8
  25. {osism-0.20250314.0 → osism-0.20250331.0}/playbooks/build.yml +0 -12
  26. osism-0.20250331.0/requirements.ansible.txt +2 -0
  27. {osism-0.20250314.0 → osism-0.20250331.0}/requirements.txt +6 -6
  28. {osism-0.20250314.0 → osism-0.20250331.0}/requirements.yml +4 -4
  29. {osism-0.20250314.0 → osism-0.20250331.0}/setup.cfg +0 -1
  30. osism-0.20250314.0/.hadolint.yaml +0 -3
  31. osism-0.20250314.0/AUTHORS +0 -1
  32. osism-0.20250314.0/ChangeLog +0 -7
  33. osism-0.20250314.0/Containerfile +0 -135
  34. osism-0.20250314.0/Dockerfile +0 -135
  35. osism-0.20250314.0/osism.egg-info/pbr.json +0 -1
  36. osism-0.20250314.0/requirements.ansible.txt +0 -2
  37. {osism-0.20250314.0 → osism-0.20250331.0}/.flake8 +0 -0
  38. {osism-0.20250314.0 → osism-0.20250331.0}/.github/renovate.json +0 -0
  39. {osism-0.20250314.0 → osism-0.20250331.0}/.github/workflows/publish.yml +0 -0
  40. {osism-0.20250314.0 → osism-0.20250331.0}/.zuul.yaml +0 -0
  41. {osism-0.20250314.0 → osism-0.20250331.0}/LICENSE +0 -0
  42. {osism-0.20250314.0 → osism-0.20250331.0}/README.md +0 -0
  43. {osism-0.20250314.0 → osism-0.20250331.0}/files/change.sh +0 -0
  44. {osism-0.20250314.0 → osism-0.20250331.0}/files/cleanup-ansible-collections.sh +0 -0
  45. {osism-0.20250314.0 → osism-0.20250331.0}/files/clustershell/clush.conf +0 -0
  46. {osism-0.20250314.0 → osism-0.20250331.0}/files/clustershell/groups.conf +0 -0
  47. {osism-0.20250314.0 → osism-0.20250331.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
  48. {osism-0.20250314.0 → osism-0.20250331.0}/files/netbox-manager/settings.toml +0 -0
  49. {osism-0.20250314.0 → osism-0.20250331.0}/files/run-ansible-console.sh +0 -0
  50. {osism-0.20250314.0 → osism-0.20250331.0}/osism/__init__.py +0 -0
  51. {osism-0.20250314.0 → osism-0.20250331.0}/osism/__main__.py +0 -0
  52. {osism-0.20250314.0 → osism-0.20250331.0}/osism/actions/__init__.py +0 -0
  53. {osism-0.20250314.0 → osism-0.20250331.0}/osism/actions/manage_device.py +0 -0
  54. {osism-0.20250314.0 → osism-0.20250331.0}/osism/actions/manage_interface.py +0 -0
  55. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/__init__.py +0 -0
  56. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/apply.py +0 -0
  57. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/compose.py +0 -0
  58. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/compute.py +0 -0
  59. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/configuration.py +0 -0
  60. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/console.py +0 -0
  61. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/container.py +0 -0
  62. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/get.py +0 -0
  63. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/log.py +0 -0
  64. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/noset.py +0 -0
  65. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/reconciler.py +0 -0
  66. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/server.py +0 -0
  67. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/service.py +0 -0
  68. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/set.py +0 -0
  69. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/status.py +0 -0
  70. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/sync.py +0 -0
  71. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/task.py +0 -0
  72. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/validate.py +0 -0
  73. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/vault.py +0 -0
  74. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/volume.py +0 -0
  75. {osism-0.20250314.0 → osism-0.20250331.0}/osism/commands/worker.py +0 -0
  76. {osism-0.20250314.0 → osism-0.20250331.0}/osism/core/__init__.py +0 -0
  77. {osism-0.20250314.0 → osism-0.20250331.0}/osism/core/playbooks.py +0 -0
  78. {osism-0.20250314.0 → osism-0.20250331.0}/osism/data/__init__.py +0 -0
  79. {osism-0.20250314.0 → osism-0.20250331.0}/osism/main.py +0 -0
  80. {osism-0.20250314.0 → osism-0.20250331.0}/osism/plugins/__init__.py +0 -0
  81. {osism-0.20250314.0 → osism-0.20250331.0}/osism/services/__init__.py +0 -0
  82. {osism-0.20250314.0 → osism-0.20250331.0}/osism/services/listener.py +0 -0
  83. {osism-0.20250314.0 → osism-0.20250331.0}/osism/settings.py +0 -0
  84. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/ceph.py +0 -0
  85. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/kolla.py +0 -0
  86. {osism-0.20250314.0 → osism-0.20250331.0}/osism/tasks/kubernetes.py +0 -0
  87. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/SOURCES.txt +0 -0
  88. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/dependency_links.txt +0 -0
  89. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/not-zip-safe +0 -0
  90. {osism-0.20250314.0 → osism-0.20250331.0}/osism.egg-info/top_level.txt +0 -0
  91. {osism-0.20250314.0 → osism-0.20250331.0}/playbooks/pre.yml +0 -0
  92. {osism-0.20250314.0 → osism-0.20250331.0}/playbooks/test-setup.yml +0 -0
  93. {osism-0.20250314.0 → osism-0.20250331.0}/requirements.netbox-manager.txt +0 -0
  94. {osism-0.20250314.0 → osism-0.20250331.0}/requirements.openstack-flavor-manager.txt +0 -0
  95. {osism-0.20250314.0 → osism-0.20250331.0}/requirements.openstack-image-manager.txt +0 -0
  96. {osism-0.20250314.0 → osism-0.20250331.0}/setup.py +0 -0
@@ -0,0 +1,4 @@
1
+ ---
2
+ ignored:
3
+ - DL3008
4
+ - DL3018
@@ -0,0 +1 @@
1
+ renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@@ -0,0 +1,7 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v0.20250331.0
5
+ -------------
6
+
7
+ * chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.6.11 (#1257)
@@ -0,0 +1,102 @@
1
+ ARG PYTHON_VERSION=3.13.2
2
+ ARG ALPINE_VERSION=3.21
3
+
4
+ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
5
+
6
+ ENV PYTHONWARNINGS="ignore::UserWarning"
7
+
8
+ COPY . /src
9
+ COPY --from=ghcr.io/astral-sh/uv:0.6.11 /uv /usr/local/bin/uv
10
+
11
+ COPY files/data /data
12
+ COPY files/change.sh /change.sh
13
+ COPY files/run-ansible-console.sh /run-ansible-console.sh
14
+ COPY requirements.yml /ansible/requirements.yml
15
+
16
+ ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
17
+ COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
18
+ COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
19
+
20
+ COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
21
+
22
+ RUN apk add --no-cache bash
23
+
24
+ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
25
+
26
+ RUN <<EOF
27
+ set -e
28
+ set -x
29
+
30
+ # install required packages
31
+ apk add --no-cache --virtual .build-deps \
32
+ build-base \
33
+ gcc \
34
+ linux-headers \
35
+ musl-dev \
36
+ openldap-dev
37
+ apk add --no-cache \
38
+ git \
39
+ less \
40
+ openssh-client \
41
+ procps \
42
+ tini
43
+
44
+ # install python packages
45
+ uv pip install --no-cache --system -r /src/requirements.txt
46
+ uv pip install --no-cache --system -r /src/requirements.ansible.txt
47
+ uv pip install --no-cache --system -r /src/requirements.openstack-image-manager.txt
48
+ uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager.txt
49
+ uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
50
+
51
+ # install python-osism
52
+ uv pip install --no-cache --system /src
53
+
54
+ # install ansible collections
55
+ mkdir -p /ansible/logs
56
+ ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
57
+ ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
58
+ ln -s /usr/share/ansible/collections /ansible/collections
59
+
60
+ # copy image definitions for the openstack-image-manager
61
+ git clone --depth 1 https://github.com/osism/openstack-image-manager.git /openstack-image-manager
62
+ mkdir -p /etc/images
63
+ ln -s /opt/configuration/environments/openstack /etc/openstack
64
+ cp /openstack-image-manager/etc/images/* /etc/images
65
+ rm -rf /openstack-image-manager
66
+
67
+ # install openstack-project-manager
68
+ git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
69
+ uv pip install --no-cache --system -r /openstack-project-manager/requirements.txt
70
+ rm -rf /openstack-project-manager/.git
71
+
72
+ # install openstack-simple-stress
73
+ git clone --depth 1 https://github.com/osism/openstack-simple-stress.git /openstack-simple-stress
74
+ uv pip install --no-cache --system -r /openstack-simple-stress/requirements.txt
75
+ rm -rf /osism/openstack-simple-stress/.git
76
+
77
+ # install openstack-resource-manager
78
+ git clone --depth 1 https://github.com/osism/openstack-resource-manager.git /openstack-resource-manager
79
+ rm -rf /openstack-resource-manager/.git
80
+
81
+ # add tests
82
+ git clone --depth 1 https://github.com/osism/tests.git /tests
83
+ rm -rf /tests/.git
84
+
85
+ # prepare use of clustershell
86
+ ln -s /ansible/inventory/clustershell /etc/clustershell/groups.d
87
+
88
+ # cleanup
89
+ apk del .build-deps
90
+ rm -rf \
91
+ /src \
92
+ /tmp/* \
93
+ /usr/share/doc/* \
94
+ /usr/share/man/* \
95
+ /var/tmp/*
96
+
97
+ uv pip install --no-cache --system pyclean==3.0.0
98
+ pyclean /usr
99
+ uv pip uninstall --system pyclean
100
+ EOF
101
+
102
+ ENTRYPOINT ["/sbin/tini", "--"]
@@ -0,0 +1,102 @@
1
+ ARG PYTHON_VERSION=3.13.2
2
+ ARG ALPINE_VERSION=3.21
3
+
4
+ FROM python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
5
+
6
+ ENV PYTHONWARNINGS="ignore::UserWarning"
7
+
8
+ COPY . /src
9
+ COPY --from=ghcr.io/astral-sh/uv:0.6.11 /uv /usr/local/bin/uv
10
+
11
+ COPY files/data /data
12
+ COPY files/change.sh /change.sh
13
+ COPY files/run-ansible-console.sh /run-ansible-console.sh
14
+ COPY requirements.yml /ansible/requirements.yml
15
+
16
+ ENV CLUSTERSHELL_CFGDIR=/etc/clustershell/
17
+ COPY files/clustershell/clush.conf /etc/clustershell/clush.conf
18
+ COPY files/clustershell/groups.conf /etc/clustershell/groups.conf
19
+
20
+ COPY files/netbox-manager/settings.toml /usr/local/config/settings.toml
21
+
22
+ RUN apk add --no-cache bash
23
+
24
+ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
25
+
26
+ RUN <<EOF
27
+ set -e
28
+ set -x
29
+
30
+ # install required packages
31
+ apk add --no-cache --virtual .build-deps \
32
+ build-base \
33
+ gcc \
34
+ linux-headers \
35
+ musl-dev \
36
+ openldap-dev
37
+ apk add --no-cache \
38
+ git \
39
+ less \
40
+ openssh-client \
41
+ procps \
42
+ tini
43
+
44
+ # install python packages
45
+ uv pip install --no-cache --system -r /src/requirements.txt
46
+ uv pip install --no-cache --system -r /src/requirements.ansible.txt
47
+ uv pip install --no-cache --system -r /src/requirements.openstack-image-manager.txt
48
+ uv pip install --no-cache --system -r /src/requirements.openstack-flavor-manager.txt
49
+ uv pip install --no-cache --system -r /src/requirements.netbox-manager.txt
50
+
51
+ # install python-osism
52
+ uv pip install --no-cache --system /src
53
+
54
+ # install ansible collections
55
+ mkdir -p /ansible/logs
56
+ ansible-galaxy collection install -v -f -r /ansible/requirements.yml -p /usr/share/ansible/collections
57
+ ansible-galaxy collection install -v -f -r /usr/local/lib/python*/site-packages/netbox_manager/requirements.yml -p /usr/share/ansible/collections
58
+ ln -s /usr/share/ansible/collections /ansible/collections
59
+
60
+ # copy image definitions for the openstack-image-manager
61
+ git clone --depth 1 https://github.com/osism/openstack-image-manager.git /openstack-image-manager
62
+ mkdir -p /etc/images
63
+ ln -s /opt/configuration/environments/openstack /etc/openstack
64
+ cp /openstack-image-manager/etc/images/* /etc/images
65
+ rm -rf /openstack-image-manager
66
+
67
+ # install openstack-project-manager
68
+ git clone --depth 1 https://github.com/osism/openstack-project-manager.git /openstack-project-manager
69
+ uv pip install --no-cache --system -r /openstack-project-manager/requirements.txt
70
+ rm -rf /openstack-project-manager/.git
71
+
72
+ # install openstack-simple-stress
73
+ git clone --depth 1 https://github.com/osism/openstack-simple-stress.git /openstack-simple-stress
74
+ uv pip install --no-cache --system -r /openstack-simple-stress/requirements.txt
75
+ rm -rf /osism/openstack-simple-stress/.git
76
+
77
+ # install openstack-resource-manager
78
+ git clone --depth 1 https://github.com/osism/openstack-resource-manager.git /openstack-resource-manager
79
+ rm -rf /openstack-resource-manager/.git
80
+
81
+ # add tests
82
+ git clone --depth 1 https://github.com/osism/tests.git /tests
83
+ rm -rf /tests/.git
84
+
85
+ # prepare use of clustershell
86
+ ln -s /ansible/inventory/clustershell /etc/clustershell/groups.d
87
+
88
+ # cleanup
89
+ apk del .build-deps
90
+ rm -rf \
91
+ /src \
92
+ /tmp/* \
93
+ /usr/share/doc/* \
94
+ /usr/share/man/* \
95
+ /var/tmp/*
96
+
97
+ uv pip install --no-cache --system pyclean==3.0.0
98
+ pyclean /usr
99
+ uv pip uninstall --system pyclean
100
+ EOF
101
+
102
+ ENTRYPOINT ["/sbin/tini", "--"]
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: osism
3
- Version: 0.20250314.0
3
+ Version: 0.20250331.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -28,28 +28,28 @@ Requires-Dist: PyYAML==6.0.2
28
28
  Requires-Dist: ara==1.7.2
29
29
  Requires-Dist: celery[redis]==5.4.0
30
30
  Requires-Dist: cliff==4.9.1
31
- Requires-Dist: deepdiff==8.3.0
31
+ Requires-Dist: deepdiff==8.4.2
32
32
  Requires-Dist: docker==7.1.0
33
33
  Requires-Dist: dtrack-auditor==1.5.0
34
- Requires-Dist: fastapi==0.115.11
34
+ Requires-Dist: fastapi==0.115.12
35
35
  Requires-Dist: flower==2.0.1
36
36
  Requires-Dist: hiredis==3.1.0
37
37
  Requires-Dist: jc==1.25.4
38
38
  Requires-Dist: keystoneauth1==5.10.0
39
- Requires-Dist: kombu==5.5.0
39
+ Requires-Dist: kombu==5.5.2
40
40
  Requires-Dist: kubernetes==32.0.1
41
41
  Requires-Dist: loguru==0.7.3
42
42
  Requires-Dist: netmiko==4.5.0
43
43
  Requires-Dist: nornir-ansible==2023.12.28
44
44
  Requires-Dist: nornir==3.5.0
45
45
  Requires-Dist: openstacksdk==4.4.0
46
- Requires-Dist: pottery==3.0.0
46
+ Requires-Dist: pottery==3.0.1
47
47
  Requires-Dist: prompt-toolkit==3.0.50
48
48
  Requires-Dist: pydantic==1.10.21
49
49
  Requires-Dist: pynetbox==7.4.1
50
- Requires-Dist: pytest-testinfra==10.1.1
50
+ Requires-Dist: pytest-testinfra==10.2.2
51
51
  Requires-Dist: python-dateutil==2.9.0.post0
52
- Requires-Dist: setuptools==76.0.0
52
+ Requires-Dist: setuptools==78.1.0
53
53
  Requires-Dist: sqlmodel==0.0.24
54
54
  Requires-Dist: sushy==5.5.0
55
55
  Requires-Dist: tabulate==0.9.0
@@ -57,8 +57,8 @@ Requires-Dist: transitions==0.9.2
57
57
  Requires-Dist: uvicorn[standard]==0.34.0
58
58
  Requires-Dist: watchdog==6.0.0
59
59
  Provides-Extra: ansible
60
- Requires-Dist: ansible-runner==2.4.0; extra == "ansible"
61
- Requires-Dist: ansible-core==2.18.3; extra == "ansible"
60
+ Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
61
+ Requires-Dist: ansible-core==2.18.4; extra == "ansible"
62
62
  Provides-Extra: openstack-image-manager
63
63
  Requires-Dist: openstack-image-manager==0.20250314.0; extra == "openstack-image-manager"
64
64
  Dynamic: author
@@ -66,6 +66,7 @@ Dynamic: author-email
66
66
  Dynamic: classifier
67
67
  Dynamic: description
68
68
  Dynamic: home-page
69
+ Dynamic: license-file
69
70
  Dynamic: requires-dist
70
71
  Dynamic: requires-python
71
72
  Dynamic: summary
@@ -8,32 +8,32 @@ ClusterShell = "==1.9.3"
8
8
  GitPython = "==3.1.44"
9
9
  Jinja2 = "==3.1.6"
10
10
  PyYAML = "==6.0.2"
11
- ansible-runner = "==2.4.0"
11
+ ansible-runner = "==2.4.1"
12
12
  ara = "==1.7.2"
13
13
  celery = {version = "==5.4.0", extras = ["redis"]}
14
14
  cliff = "==4.9.1"
15
- deepdiff = "==8.3.0"
15
+ deepdiff = "==8.4.2"
16
16
  docker = "==7.1.0"
17
17
  dtrack-auditor = "==1.5.0"
18
18
  flower = "==2.0.1"
19
19
  hiredis = "==3.1.0"
20
- huey = "==2.5.2"
20
+ huey = "==2.5.3"
21
21
  jc = "==1.25.4"
22
22
  keystoneauth1 = "==5.10.0"
23
- kombu = "==5.5.0"
23
+ kombu = "==5.5.2"
24
24
  kubernetes = "==32.0.1"
25
25
  loguru = "==0.7.3"
26
26
  netmiko = "==4.5.0"
27
27
  nornir = "==3.5.0"
28
28
  nornir-ansible = "==2023.12.28"
29
29
  openstacksdk = "==4.4.0"
30
- pottery = "==3.0.0"
30
+ pottery = "==3.0.1"
31
31
  prompt-toolkit = "==3.0.50"
32
32
  pydantic = "==1.10.21"
33
33
  pynetbox = "==7.4.1"
34
- pytest-testinfra = "==10.1.1"
34
+ pytest-testinfra = "==10.2.2"
35
35
  python-dateutil = "==2.9.0.post0"
36
- setuptools = "==76.0.0"
36
+ setuptools = "==78.1.0"
37
37
  sqlmodel = "==0.0.24"
38
38
  sushy = "==5.5.0"
39
39
  transitions = "==0.9.2"