From 89348454851a0902f26fdabe3a9ec55407b2ee46 Mon Sep 17 00:00:00 2001 From: Justin Waugh <916073+bluecoconut@users.noreply.github.com> Date: Tue, 16 May 2023 06:58:18 +0000 Subject: [PATCH] bump lambdaprompt version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c47c820..3ed2641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "datasketch>=1.5.8", "datasketches>=4.0.0", "ipython", - "lambdaprompt>=0.5.2", + "lambdaprompt>=0.5.3", "packaging" ] urls = {homepage = "https://github.com/approximatelabs/sketch"}