Skip to content

Commit fb73765

Browse files
authored
fix cloudevents version (#965)
Signed-off-by: Albert Callarisa <albert@diagrid.io>
1 parent b1ebf02 commit fb73765

13 files changed

Lines changed: 14 additions & 14 deletions

File tree

dapr/version/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

ext/dapr-ext-fastapi/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python_requires = >=3.10
2525
packages = find_namespace:
2626
include_package_data = True
2727
install_requires =
28-
dapr >= 1.17.3
28+
dapr >= 1.17.4
2929
uvicorn >= 0.11.6
3030
fastapi >= 0.60.1
3131

ext/dapr-ext-grpc/dapr/ext/grpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

ext/dapr-ext-grpc/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ python_requires = >=3.10
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.17.3
28-
cloudevents >= 1.0.0
27+
dapr >= 1.17.4
28+
cloudevents >= 1.0.0, < 2.0.0
2929

3030
[options.packages.find]
3131
include =

ext/dapr-ext-langgraph/dapr/ext/langgraph/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

ext/dapr-ext-langgraph/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.10
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.17.3
27+
dapr >= 1.17.4
2828
langgraph >= 0.3.6
2929
langchain >= 0.1.17
3030
python-ulid >= 3.0.0

ext/dapr-ext-strands/dapr/ext/strands/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

ext/dapr-ext-strands/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python_requires = >=3.10
2424
packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
27-
dapr >= 1.17.3
27+
dapr >= 1.17.4
2828
strands-agents
2929
strands-agents-tools
3030
python-ulid >= 3.0.0

ext/dapr-ext-workflow/dapr/ext/workflow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
limitations under the License.
1414
"""
1515

16-
__version__ = '1.17.3'
16+
__version__ = '1.17.4'

0 commit comments

Comments
 (0)