Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 5f01309

Browse files
zircoteclaude
andcommitted
fix(deps): update dependencies for ARM64 compatibility
- sentence-transformers >=2.2.0 → >=3.0.0 (fixes tokenizers ARM64 build failure) - sqlite-vec >=0.1.1 → >=0.1.6 - pyyaml >=6.0 → >=6.0.2 - python-dotenv >=1.0.0 → >=1.0.1 - mypy >=1.18.0 → >=1.19.0 - build >=1.0.0 → >=1.2.0 - types-PyYAML >=6.0.0 → >=6.0.12 - pytest >=9.0.0 → >=9.0.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c810450 commit 5f01309

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ classifiers = [
2323
]
2424
requires-python = ">=3.11"
2525
dependencies = [
26-
"pyyaml>=6.0",
27-
"python-dotenv>=1.0.0",
28-
"sentence-transformers>=2.2.0",
29-
"sqlite-vec>=0.1.1",
26+
"pyyaml>=6.0.2",
27+
"python-dotenv>=1.0.1",
28+
"sentence-transformers>=3.0.0",
29+
"sqlite-vec>=0.1.6",
3030
]
3131

3232
[project.optional-dependencies]
3333
dev = [
34-
"pytest>=9.0.0",
34+
"pytest>=9.0.2",
3535
"pytest-cov>=7.0.0",
3636
"pytest-asyncio>=1.0.0",
3737
"ruff>=0.14.0",
38-
"mypy>=1.18.0",
38+
"mypy>=1.19.0",
3939
"bandit>=1.8.0",
4040
"pip-audit>=2.9.0",
41-
"build>=1.0.0",
42-
"types-PyYAML>=6.0.0",
41+
"build>=1.2.0",
42+
"types-PyYAML>=6.0.12",
4343
"bump-my-version>=1.1.0",
4444
]
4545

@@ -55,15 +55,15 @@ git-notes-memory = "git_notes_memory.main:main"
5555
# UV/Astral dependency groups (modern tooling)
5656
[dependency-groups]
5757
dev = [
58-
"pytest>=9.0.0",
58+
"pytest>=9.0.2",
5959
"pytest-cov>=7.0.0",
6060
"pytest-asyncio>=1.0.0",
6161
"ruff>=0.14.0",
62-
"mypy>=1.18.0",
62+
"mypy>=1.19.0",
6363
"bandit>=1.8.0",
6464
"pip-audit>=2.9.0",
65-
"build>=1.0.0",
66-
"types-PyYAML>=6.0.0",
65+
"build>=1.2.0",
66+
"types-PyYAML>=6.0.12",
6767
"bump-my-version>=1.1.0",
6868
]
6969

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)