mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
qdrant[patch]: run python 3.13 in CI (#28394)
This commit is contained in:
parent
ee6fc3f3f6
commit
a8b21afc08
1
.github/scripts/check_diff.py
vendored
1
.github/scripts/check_diff.py
vendored
@ -34,7 +34,6 @@ IGNORED_PARTNERS = [
|
||||
|
||||
PY_312_MAX_PACKAGES = [
|
||||
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
|
||||
"libs/partners/qdrant",
|
||||
]
|
||||
|
||||
|
||||
|
1008
libs/partners/qdrant/poetry.lock
generated
1008
libs/partners/qdrant/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user