From 200f49a469ab11002260658572384cc0977d2975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 06:53:34 +0000 Subject: [PATCH] chore(deps): update genai-prices requirement Updates the requirements on [genai-prices](https://github.com/pydantic/genai-prices) to permit the latest version. - [Release notes](https://github.com/pydantic/genai-prices/releases) - [Changelog](https://github.com/pydantic/genai-prices/blob/main/RELEASE.md) - [Commits](https://github.com/pydantic/genai-prices/compare/v0.0.66...v0.1.0) --- updated-dependencies: - dependency-name: genai-prices dependency-version: 0.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecb0e767..7375f2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ # Pin to a known-good 0.0.x: this is a pre-1.0 package whose ``Usage`` # dataclass fields / ``calc_price`` signature could change between minors, # which would break ALL cost resolution at once. Bump deliberately. - "genai-prices>=0.0.66,<0.1", + "genai-prices>=0.0.66,<0.2", # markdown-it-py backs content.markdown_chunker (structure-aware markdown # chunking). content/__init__ imports MarkdownChunker eagerly, which # imports markdown_it at module load, so this is a core dependency rather