qdrant[patch]: run python 3.13 in CI (#28394)

This commit is contained in:
ccurme 2024-11-27 12:22:17 -05:00 committed by GitHub
parent ee6fc3f3f6
commit a8b21afc08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 484 additions and 527 deletions

View File

@ -34,7 +34,6 @@ IGNORED_PARTNERS = [
PY_312_MAX_PACKAGES = [
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/qdrant",
]

File diff suppressed because it is too large Load Diff

View File

@ -96,7 +96,7 @@ ruff = "^0.5"
[tool.poetry.group.typing.dependencies]
mypy = "^1.10"
simsimd = "^5.0.0"
simsimd = "^6.0.0"
[[tool.poetry.group.typing.dependencies.langchain-core]]
path = "../../core"
develop = true