From eb102030451a816a73c037203bb997184d3309a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=2E=20Santos?= Date: Sun, 22 Sep 2024 08:58:15 -0300 Subject: [PATCH] Bump cmd-parser version to 0.0.1 Fixes: - Updated cmd-parser dependency to resolve string parsing issue Reasons: - Resolve bug where boolean values were not being parsed correctly --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0f45a0..b72f244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.4.0 appdirs==1.4.4 certifi==2024.7.4 -cmd-parser==0.0.1.dev2 +cmd-parser==0.0.1 h11==0.14.0 httpcore==1.0.5 httpx==0.27.0