From 4df07278307da738b3dbba14418af5b86dda59cc Mon Sep 17 00:00:00 2001 From: Christo Olivier Date: Wed, 26 Jun 2024 21:51:07 +0100 Subject: [PATCH] Updated dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a36318..05ae2ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "modelsmith" -version = "0.4.1" +version = "0.4.2" description = "Get Pydantic models and Python types as LLM responses from Google Vertex AI models." authors = ["Christo Olivier "] maintainers = ["Christo Olivier "]