From 4131190752ee04300aeb8f4d53ef9bf80d5763d2 Mon Sep 17 00:00:00 2001 From: Oto <53910007+otomator@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:09:24 +0200 Subject: [PATCH] chore: regenerate rules sdk :repeat: (#3) Co-authored-by: simon-schoonjans --- requirements.txt | 2 +- waylay-sdk-rules-types/pyproject.toml | 4 ++-- .../src/waylay/services/rules/models/__init__.py | 2 +- waylay-sdk-rules/pyproject.toml | 2 +- .../src/waylay/services/rules/service/__init__.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 252e690..5a42ff4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pydantic ~= 2.6 typing-extensions ~= 4.9 -waylay-sdk-core@git+https://github.com/waylayio/waylay-sdk-py@cc464ef9ee120bc54ff6381add0c92a2d06e2944 +waylay-sdk-core ~= 0.2.0 diff --git a/waylay-sdk-rules-types/pyproject.toml b/waylay-sdk-rules-types/pyproject.toml index 6c99105..24b61bd 100644 --- a/waylay-sdk-rules-types/pyproject.toml +++ b/waylay-sdk-rules-types/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "waylay-sdk-rules-types" -version = "6.5.0" +version = "6.5.0.20240415" description = "Waylay rules engine Types " authors = [ { name = "Waylay", email = "info@waylay.io"} @@ -13,7 +13,7 @@ keywords = ["Waylay rules engine" , "Types"] requires-python = ">= 3.9" dependencies = [ "waylay-sdk-core ~= 0.2.0", - "waylay-sdk-rules == 6.5.0", + "waylay-sdk-rules == 6.5.0.20240415", "pydantic ~= 2.6", "typing-extensions ~= 4.10", "eval-type-backport ~= 0.1.3; python_version < '3.10'", diff --git a/waylay-sdk-rules-types/src/waylay/services/rules/models/__init__.py b/waylay-sdk-rules-types/src/waylay/services/rules/models/__init__.py index 61a882e..c6bea2b 100644 --- a/waylay-sdk-rules-types/src/waylay/services/rules/models/__init__.py +++ b/waylay-sdk-rules-types/src/waylay/services/rules/models/__init__.py @@ -12,7 +12,7 @@ Do not edit the class manually. """ -__version__ = "6.5.0" +__version__ = "6.5.0.20240415" # import models into model package from .a_tasks_batch_operation_specification import ATasksBatchOperationSpecification diff --git a/waylay-sdk-rules/pyproject.toml b/waylay-sdk-rules/pyproject.toml index 8522407..fcfd58c 100644 --- a/waylay-sdk-rules/pyproject.toml +++ b/waylay-sdk-rules/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "waylay-sdk-rules" -version = "6.5.0" +version = "6.5.0.20240415" description = "Waylay rules engine" authors = [ { name = "Waylay", email = "info@waylay.io"} diff --git a/waylay-sdk-rules/src/waylay/services/rules/service/__init__.py b/waylay-sdk-rules/src/waylay/services/rules/service/__init__.py index 9d9caf3..59d8e84 100644 --- a/waylay-sdk-rules/src/waylay/services/rules/service/__init__.py +++ b/waylay-sdk-rules/src/waylay/services/rules/service/__init__.py @@ -12,7 +12,7 @@ Do not edit the class manually. """ -__version__ = "6.5.0" +__version__ = "6.5.0.20240415" from .service import RulesService