Skip to content

Commit dee2171

Browse files
committed
fix: upgrade waylay-sdk-core~=0.3.2
1 parent 684a530 commit dee2171

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pydantic ~= 2.6
22
typing-extensions ~= 4.9
3-
waylay-sdk-core ~= 0.2.4
3+
waylay-sdk-core ~= 0.3.2

waylay-sdk-queries-types/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
keywords = ["Waylay Query: timeseries queries (v1 protocol)" , "Types"]
1313
requires-python = ">= 3.9"
1414
dependencies = [
15-
"waylay-sdk-core ~= 0.2.4",
15+
"waylay-sdk-core ~= 0.3.2",
1616
"waylay-sdk-queries == 0.5.0.20241025",
1717
"pydantic ~= 2.6",
1818
"typing-extensions ~= 4.10",

waylay-sdk-queries/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
keywords = ["Waylay Query: timeseries queries (v1 protocol)"]
1313
requires-python = ">= 3.9"
1414
dependencies = [
15-
"waylay-sdk-core ~= 0.2.4",
15+
"waylay-sdk-core ~= 0.3.2",
1616
"pydantic ~= 2.6",
1717
"typing-extensions ~= 4.10",
1818
"eval-type-backport ~= 0.1.3; python_version < '3.10'",

0 commit comments

Comments
 (0)