Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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 .pyproject_generation/pyproject_custom.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hexkit"
version = "7.2.1"
version = "7.3.0"
description = "A Toolkit for Building Microservices using the Hexagonal Architecture"
requires-python = ">=3.10"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Intended Audience :: Developers",
]
name = "hexkit"
version = "7.2.1"
version = "7.3.0"
description = "A Toolkit for Building Microservices using the Hexagonal Architecture"
dependencies = [
"opentelemetry-api >=1.37, <2",
Expand Down
Loading