From 26f236923cc39e6985eb94b1eea0b42d37352c08 Mon Sep 17 00:00:00 2001 From: Sunil Date: Mon, 10 Aug 2026 22:28:06 +0530 Subject: [PATCH] fix: re-push pyproject.toml with correct UTF-8 encoding --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13b43726..d6f9f3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "semantica" version = "0.6.0" -description = "Accountability and context layer for AI agents. Context graphs, decision intelligence, full provenance tracking, and explainable reasoning engines — every AI decision traceable, every output auditable." +description = "Accountability and context layer for AI agents. Context graphs, decision intelligence, full provenance tracking, and explainable reasoning engines — every AI decision traceable, every output auditable." readme = "README.md" license = { text = "MIT" } @@ -241,7 +241,7 @@ explorer-lite = [ "streamlit-agraph>=0.0.45" ] -# Everything (cross-platform — gpu excluded; install semantica[gpu] separately on Linux) +# Everything (cross-platform — gpu excluded; install semantica[gpu] separately on Linux) all = [ "semantica[dev,viz,infra,cloud,monitoring,watch,llm-all,models-huggingface,split-all,graph-all,tripletstore-oxigraph,vectorstore-all,parse-docling,ingest-parquet,ingest-arrow,shacl,explorer]", "semantica[dev,viz,infra,cloud,monitoring,watch,llm-all,models-huggingface,split-all,graph-all,tripletstore-oxigraph,vectorstore-all,parse-docling,ingest-parquet,ingest-arrow,shacl,agno]"