Skip to content

Commit

Permalink
chore: regenerate rules sdk 🔁 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: simon-schoonjans <[email protected]>
  • Loading branch information
otomator and simon-schoonjans authored Apr 15, 2024
1 parent 49ebb59 commit 4131190
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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-core@git+https://github.com/waylayio/waylay-sdk-py@cc464ef9ee120bc54ff6381add0c92a2d06e2944
waylay-sdk-core ~= 0.2.0
4 changes: 2 additions & 2 deletions waylay-sdk-rules-types/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand All @@ -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'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion waylay-sdk-rules/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Do not edit the class manually.
"""

__version__ = "6.5.0"
__version__ = "6.5.0.20240415"

from .service import RulesService

Expand Down

0 comments on commit 4131190

Please sign in to comment.