Skip to content

Commit 1dfd48f

Browse files
authored
fix: update everytyhing for 1.17.1 (#949)
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent 5dec36a commit 1dfd48f

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

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.0'
16+
__version__ = '1.17.1'

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.0'
16+
__version__ = '1.17.1'

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.0
28+
dapr >= 1.17.1
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.0'
16+
__version__ = '1.17.1'

ext/dapr-ext-grpc/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.0
27+
dapr >= 1.17.1
2828
cloudevents >= 1.0.0
2929

3030
[options.packages.find]

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.0'
16+
__version__ = '1.17.1'

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.0
27+
dapr >= 1.17.1
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.0'
16+
__version__ = '1.17.1'

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.0
27+
dapr >= 1.17.1
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.0'
16+
__version__ = '1.17.1'

0 commit comments

Comments
 (0)