deps-add(config-or-deps-if-more): Update project dependencies in pyproject.toml (version bumps, new additions, or pinning)

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-15 10:51:45 -08:00
parent c259fe6cbe
commit b9ca94a0eb

View file

@ -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"