Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading