From ccdb1fd8e5dc9decd68bba253fb826c29481a920 Mon Sep 17 00:00:00 2001 From: Diogo Goncalves Date: Wed, 26 Feb 2025 11:08:35 +0000 Subject: [PATCH 1/3] chore: bump tracker Signed-off-by: Diogo Goncalves --- libs/tracker/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/tracker/pyproject.toml b/libs/tracker/pyproject.toml index f76cdda..9718eda 100644 --- a/libs/tracker/pyproject.toml +++ b/libs/tracker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio-tracker" -version = "1.1.0" +version = "1.1.1" description = "LLMstudio Tracker is the module of LLMstudio that allows monitoring and logging your LLM calls. By leveraging LLMstudio Tracker, users can gain insights on model performance and streamline development workflows with actionable analytics." authors = ["Claudio Lemos "] readme = "README.md" From 81086b0a0b834582ebed92c72f18c72b85edaf16 Mon Sep 17 00:00:00 2001 From: Diogo Goncalves Date: Wed, 26 Feb 2025 11:09:08 +0000 Subject: [PATCH 2/3] chore: bump proxy Signed-off-by: Diogo Goncalves --- libs/proxy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/proxy/pyproject.toml b/libs/proxy/pyproject.toml index 5904970..9239866 100644 --- a/libs/proxy/pyproject.toml +++ b/libs/proxy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio-proxy" -version = "1.0.5" +version = "1.0.6" description = "LLMstudio Proxy is the module of LLMstudio that allows calling any LLM as a Service Provider in proxy server. By leveraging LLMstudio Proxy, you can have a centralized point for connecting to any provider running independently from your application." authors = ["Claudio Lemos "] readme = "README.md" From 253fb556004b0982db2d7f0484fc84d72291ffa0 Mon Sep 17 00:00:00 2001 From: Diogo Goncalves Date: Wed, 26 Feb 2025 11:09:39 +0000 Subject: [PATCH 3/3] chore: bump llmstudio Signed-off-by: Diogo Goncalves --- libs/llmstudio/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/llmstudio/pyproject.toml b/libs/llmstudio/pyproject.toml index 0793485..23a0cac 100644 --- a/libs/llmstudio/pyproject.toml +++ b/libs/llmstudio/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llmstudio" -version = "1.0.3" +version = "1.0.4" description = "Prompt Perfection at Your Fingertips" authors = ["Cláudio Lemos "] license = "MIT"