Merge pull request #142 from igorls/chore/packaging-cleanup

chore: tighten chromadb version range and add py.typed marker
This commit is contained in:
Ben Sigman
2026-04-07 16:05:20 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
View File
+2 -1
View File
@@ -25,7 +25,7 @@ classifiers = [
"Topic :: Utilities", "Topic :: Utilities",
] ]
dependencies = [ dependencies = [
"chromadb>=0.4.0,<1", "chromadb>=0.5.0,<0.7",
"pyyaml>=6.0", "pyyaml>=6.0",
] ]
@@ -39,6 +39,7 @@ mempalace = "mempalace:main"
[project.optional-dependencies] [project.optional-dependencies]
dev = ["pytest>=7.0", "ruff>=0.4.0"] dev = ["pytest>=7.0", "ruff>=0.4.0"]
spellcheck = ["autocorrect>=2.0"]
[dependency-groups] [dependency-groups]
dev = ["pytest>=7.0", "ruff>=0.4.0"] dev = ["pytest>=7.0", "ruff>=0.4.0"]