Skip to content

Commit

Permalink
fix: upgrade waylay-sdk-core~=0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plankthom committed Dec 16, 2024
1 parent da9333d commit 4e77eb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 ~= 0.2.4
waylay-sdk-core ~= 0.3.2
2 changes: 1 addition & 1 deletion waylay-sdk-data-types/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
keywords = ["Waylay Broker" , "Types"]
requires-python = ">= 3.9"
dependencies = [
"waylay-sdk-core ~= 0.2.4",
"waylay-sdk-core ~= 0.3.2",
"waylay-sdk-data == 2.18.0.20241025",
"pydantic ~= 2.6",
"typing-extensions ~= 4.10",
Expand Down
2 changes: 1 addition & 1 deletion waylay-sdk-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = [
keywords = ["Waylay Broker"]
requires-python = ">= 3.9"
dependencies = [
"waylay-sdk-core ~= 0.2.4",
"waylay-sdk-core ~= 0.3.2",
"pydantic ~= 2.6",
"typing-extensions ~= 4.10",
"eval-type-backport ~= 0.1.3; python_version < '3.10'",
Expand Down

0 comments on commit 4e77eb4

Please sign in to comment.