Skip to content

Commit 47ec6e4

Browse files
dependabot[bot]slashburygin
authored andcommitted
build(deps): bump restalchemy
Bumps the core-packages group with 1 update in the / directory: [restalchemy](https://github.com/infraguys/restalchemy). Updates `restalchemy` from 15.2.2 to 15.2.8 - [Release notes](https://github.com/infraguys/restalchemy/releases) - [Commits](infraguys/restalchemy@15.2.2...15.2.8) --- updated-dependencies: - dependency-name: restalchemy dependency-version: 15.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: core-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88e3036 commit 47ec6e4

6 files changed

Lines changed: 7 additions & 11 deletions

File tree

exordos_core/boot_api/api/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def get_openapi_engine():
5555
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
5656
),
5757
paths=openapi_structures.OpenApiPaths(),
58-
components=openapi_structures.OpenApiComponents(),
5958
)
6059
return openapi_engine
6160

exordos_core/orch_api/api/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_openapi_engine():
5252
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
5353
),
5454
paths=openapi_structures.OpenApiPaths(),
55-
components=openapi_structures.OpenApiComponents(),
5655
)
5756
return openapi_engine
5857

exordos_core/status_api/api/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def get_openapi_engine():
5252
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
5353
),
5454
paths=openapi_structures.OpenApiPaths(),
55-
components=openapi_structures.OpenApiComponents(),
5655
)
5756
return openapi_engine
5857

exordos_core/tests/unit/compute/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
16-
import uuid as sys_uuid
1716
from unittest.mock import patch
17+
import uuid as sys_uuid
1818

1919
from gcl_sdk.agents.universal.dm import models as ua_models
2020
from gcl_sdk.infra.dm import models as infra_models

exordos_core/user_api/api/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def get_openapi_engine():
5656
description=f"OpenAPI - Exordos Core {versions.API_VERSION_v1}",
5757
),
5858
paths=openapi_structures.OpenApiPaths(),
59-
components=openapi_structures.OpenApiComponents(),
6059
)
6160
return openapi_engine
6261

uv.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)