From 943a34a8971755dda4d9d5be9ea771e49e7889e8 Mon Sep 17 00:00:00 2001 From: thesmallstar Date: Wed, 2 Apr 2025 18:36:02 +0530 Subject: [PATCH 1/3] Add version for markdownit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b744b0..eb1793d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ - "markdown-it-py", + "markdown-it-py>=3.0.0" ] [project.urls] From f92d3d4bcd3f724452c281f439a6575d7e51b420 Mon Sep 17 00:00:00 2001 From: thesmallstar Date: Wed, 2 Apr 2025 18:39:14 +0530 Subject: [PATCH 2/3] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb1793d..09bc8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "slackify_markdown" -version = "0.1.5" +version = "0.1.6" description = "Convert markdown to Slack-compatible formatting" readme = "readme.md" authors = [ From 88c1f3ad51b6943cd6031b8c9f5bfa2c70f4df7c Mon Sep 17 00:00:00 2001 From: thesmallstar Date: Wed, 2 Apr 2025 18:40:20 +0530 Subject: [PATCH 3/3] lock --- uv.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uv.lock b/uv.lock index 2e49300..3d2189d 100644 --- a/uv.lock +++ b/uv.lock @@ -620,7 +620,7 @@ wheels = [ [[package]] name = "slackify-markdown" -version = "0.1.5" +version = "0.1.6" source = { editable = "." } dependencies = [ { name = "markdown-it-py" }, @@ -637,7 +637,7 @@ dev = [ ] [package.metadata] -requires-dist = [{ name = "markdown-it-py" }] +requires-dist = [{ name = "markdown-it-py", specifier = ">=3.0.0" }] [package.metadata.requires-dev] dev = [