Skip to content

Commit

Permalink
chore: regenerate service (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-schoonjans authored Mar 27, 2024
1 parent dea9ab3 commit 64df07d
Show file tree
Hide file tree
Showing 25 changed files with 81 additions and 66,405 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ clean:
rm -fr */.*_cache
rm -fr */src/*.egg-info
rm -fr **/__pycache__
rm -rf ${TEST_RUN_FOLDER}

lint: install ### Run linting checks
@${VENV_TYPES_ACTIVATE} && make exec-lint
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
V2 API to build and deploy Waylay functions (plugs, webscripts, BYOML models).

This Python package is automatically generated based on the
Waylay Registry OpenAPI specification (API version: 2.12.3)
Waylay Registry OpenAPI specification (API version: 2.12.4)

It consists of two sub-packages that are both plugins for the waylay-sdk package.
- The `waylay-sdk-registry` sub-package contains the Registry api methods.
Expand Down
2 changes: 1 addition & 1 deletion openapi/registry.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Waylay Function Registry
version: 2.12.3
version: 2.12.4
x-visibility: stable
description: V2 API to build and deploy Waylay functions (plugs, webscripts, BYOML
models).
Expand Down
2 changes: 1 addition & 1 deletion openapi/registry.transformed.openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Waylay Function Registry
version: 2.12.3
version: 2.12.4
x-visibility: stable
description: >-
V2 API to build and deploy Waylay functions (plugs, webscripts, BYOML
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pydantic ~= 2.6
typing-extensions ~= 4.9
waylay-sdk ~= 0.0.4rc4
waylay-sdk ~= 0.0.4rc5
Loading

0 comments on commit 64df07d

Please sign in to comment.