Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dapr/version/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask>=1.1
# needed for auto fix
ruff===0.14.1
# needed for dapr-ext-workflow
durabletask-dapr >= 0.17.2
durabletask-dapr >= 0.17.4
# needed for .env file loading in examples
python-dotenv>=1.0.0
# needed for enhanced schema generation from function features
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/dapr/ext/fastapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.17.2
dapr >= 1.17.3
uvicorn >= 0.11.6
fastapi >= 0.60.1

Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/dapr/ext/grpc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion ext/dapr-ext-grpc/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.17.2
dapr >= 1.17.3
cloudevents >= 1.0.0

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-langgraph/dapr/ext/langgraph/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion ext/dapr-ext-langgraph/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.17.2
dapr >= 1.17.3
langgraph >= 0.3.6
langchain >= 0.1.17
python-ulid >= 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-strands/dapr/ext/strands/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion ext/dapr-ext-strands/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.17.2
dapr >= 1.17.3
strands-agents
strands-agents-tools
python-ulid >= 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion ext/dapr-ext-workflow/dapr/ext/workflow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
4 changes: 2 additions & 2 deletions ext/dapr-ext-workflow/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ python_requires = >=3.10
packages = find_namespace:
include_package_data = True
install_requires =
dapr >= 1.17.2
durabletask-dapr >= 0.17.2
dapr >= 1.17.3
durabletask-dapr >= 0.17.4

[options.packages.find]
include =
Expand Down
2 changes: 1 addition & 1 deletion ext/flask_dapr/flask_dapr/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
limitations under the License.
"""

__version__ = '1.17.2'
__version__ = '1.17.3'
2 changes: 1 addition & 1 deletion ext/flask_dapr/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ include_package_data = true
zip_safe = false
install_requires =
Flask >= 1.1
dapr >= 1.17.2
dapr >= 1.17.3

[options.package_data]
flask_dapr =
Expand Down
Loading