From 5f67f7cc45fb0d77940c3332929634f22a94ab81 Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Sun, 14 Jun 2026 01:53:58 -0400 Subject: [PATCH 1/2] fix: mark package as typed --- pyproject.toml | 1 + src/context_compiler/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/context_compiler/py.typed diff --git a/pyproject.toml b/pyproject.toml index c746c2c..757b755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ packages = ["src/context_compiler", "experimental"] [tool.hatch.build.targets.wheel.force-include] "examples" = "examples" "host_support" = "host_support" +"src/context_compiler/py.typed" = "context_compiler/py.typed" [project.optional-dependencies] demos = [ diff --git a/src/context_compiler/py.typed b/src/context_compiler/py.typed new file mode 100644 index 0000000..e69de29 From b7d603d3aa248389cd6e316103fe358dd6734344 Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Sun, 14 Jun 2026 01:55:34 -0400 Subject: [PATCH 2/2] chore: bump version to 0.7.10 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 757b755..154abc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "context-compiler" -version = "0.7.9" +version = "0.7.10" description = "Deterministic conversational state engine for LLM applications." readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 58dcf8c..1a1d30c 100644 --- a/uv.lock +++ b/uv.lock @@ -468,7 +468,7 @@ wheels = [ [[package]] name = "context-compiler" -version = "0.7.9" +version = "0.7.10" source = { editable = "." } [package.optional-dependencies]