From e718564f434ffd39284e08e0697848ed00fa68d5 Mon Sep 17 00:00:00 2001 From: Hudson Cooper Date: Tue, 7 Jan 2025 12:36:16 -0800 Subject: [PATCH 1/2] Bump llguidance to 0.6.1 Performance optimizations, multipleOf in JSON --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 734cbfc6a..7f5366e01 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "psutil", "tiktoken>=0.3", "guidance-stitch", - "llguidance==0.5.1", + "llguidance==0.6.1", ] # Our basic list of 'extras' From 52d60da44d8e07cc558c709b16b878d586a3cb75 Mon Sep 17 00:00:00 2001 From: Hudson Cooper Date: Thu, 16 Jan 2025 13:36:43 -0800 Subject: [PATCH 2/2] Update llguidance to version 0.6.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f5366e01..277f30bad 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "psutil", "tiktoken>=0.3", "guidance-stitch", - "llguidance==0.6.1", + "llguidance==0.6.5", ] # Our basic list of 'extras'