From 1522b31e21437026aa2eb9cf872747f511e14c8b Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 2 Apr 2024 11:52:42 +0200 Subject: [PATCH 1/2] Bump 0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d65894ec..2e372bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "streamlit-extras" -version = "0.4.0" +version = "0.4.1" license = "Apache-2.0" description = "A library to discover, try, install and share Streamlit extras" authors = [ From cfadd9944375af367ef0b97f7830f0703bf49961 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 2 Apr 2024 12:13:20 +0200 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2e372bc4..e1b5fa09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ markdownlit = ">=0.0.5" streamlit-image-coordinates = "^0.1.1" entrypoints = ">=0.4" prometheus-client = ">=0.14.0" +validators = ">= 0.20.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"