From b9ca94a0ebf935781d4013311c2e1c37a4f1b86a Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 10:51:45 -0800 Subject: [PATCH] =?UTF-8?q?deps-add(config-or-deps-if-more):=20=E2=9E=95?= =?UTF-8?q?=20Update=20project=20dependencies=20in=20pyproject.toml=20(ver?= =?UTF-8?q?sion=20bumps,=20new=20additions,=20or=20pinning)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 093ceba..c30e706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "lilith-service-fastapi-bootstrap" -version = "4.1.0" +version = "4.2.0" description = "Base utilities for FastAPI microservices with optional ML support" requires-python = ">=3.10" license = "MIT"