diff --git a/pyproject.toml b/pyproject.toml index d83c1f2..c8634fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "object-storage-api" description = "Python microservice providing an API for handling attachments and images in an S3 object store." readme = "README.md" requires-python = ">=3.13" -version = "1.4.0" +version = "1.4.1" dependencies = [ "cryptography>=48.0.0", diff --git a/uv.lock b/uv.lock index 1bb40ce..04f41d1 100644 --- a/uv.lock +++ b/uv.lock @@ -832,7 +832,7 @@ wheels = [ [[package]] name = "object-storage-api" -version = "1.4.0" +version = "1.4.1" source = { editable = "." } dependencies = [ { name = "boto3" },