Skip to content

Commit 65125c6

Browse files
authored
chore(deps): bump cocoindex to 1.0.7 (#178)
Update the cocoindex dependency from 1.0.6 to 1.0.7 in pyproject.toml and uv.lock. Also ignore the local .claude/ directory.
1 parent a821c20 commit 65125c6

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ ENV/
3333
*.swp
3434
*.swo
3535

36+
# Claude Code local config and state
37+
/.claude/
38+
3639
# Testing
3740
.tox/
3841
.coverage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dev = [
8989
"mypy>=1.0.0",
9090
"prek>=0.1.0",
9191
"types-pyyaml>=6.0.12.20250915",
92-
"cocoindex[sentence-transformers]>=1.0.6,<1.1.0",
92+
"cocoindex[sentence-transformers]>=1.0.7,<1.1.0",
9393
]
9494

9595
[tool.ruff]

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)