Skip to content

Commit

Permalink
chroma[patch]: test python 3.13 in CI (#28387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Nov 27, 2024
1 parent 85b8cec commit 42b8ad0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 107 deletions.
1 change: 0 additions & 1 deletion .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
PY_312_MAX_PACKAGES = [
f"libs/partners/{integration}"
for integration in [
"chroma",
"couchbase",
"huggingface",
"mistralai",
Expand Down
123 changes: 19 additions & 104 deletions libs/partners/chroma/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libs/partners/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ python = ">=3.9,<4"
langchain-core = ">=0.2.43,<0.4.0,!=0.3.0,!=0.3.1,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14"

[[tool.poetry.dependencies.numpy]]
version = "^1"
version = "^1.22.4"
python = "<3.12"

[[tool.poetry.dependencies.numpy]]
version = "^1.26.0"
version = "^1.26.2"
python = ">=3.12"

[tool.ruff.lint]
Expand Down

0 comments on commit 42b8ad0

Please sign in to comment.