Mason Daugherty
7a158c7f1c
revert: "chore: remove ruff target-version" ( #32895 )
...
Reverts langchain-ai/langchain#32880
Not needed at the moment, will do when finishing v1
2025-09-10 20:56:48 -04:00
Christophe Bornet
b274416441
chore: remove ruff target-version ( #32880 )
...
This is not needed anymore since `requires-python` was added when moving
to `uv`.
2025-09-10 11:12:30 -04:00
Christophe Bornet
05d14775f2
chore(standard-tests): enable ruff docstring-code-format ( #32852 )
2025-09-08 16:39:53 -04:00
Christophe Bornet
c672590f42
chore(standard-tests): select ALL rules with exclusions ( #31937 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-09-08 14:57:47 +00:00
Christophe Bornet
323729915a
chore(standard-tests): add mypy strict checking ( #32384 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-09-08 10:50:38 -04:00
Caspar Broekhuizen
37aff0a153
chore: bump langchain-core minimum to 0.3.75 ( #32753 )
...
Update `langchain-core` dependency min from `>=0.3.63` to `>=0.3.75`.
### Motivation
- We located the `langchain-core` package locally in the monorepo and
need to align `langchain-tests` with the new minimum version.
2025-08-29 14:11:28 -04:00
Caspar Broekhuizen
a163d59988
chore(standard-tests): relax langchain-core bounds for langchain-tests 1.0.0a1 ( #32752 )
...
### Overview
Preparing the `1.0.0a1` release of `langchain-tests` to align with
`langchain-core` version `1.0.0a1`.
### Changes
- Bump package version to `1.0.0a1`
- Relax `langchain-core` requirement from `<1.0.0,>=0.3.63` to
`<2.0.0,>=0.3.63`
### Motivation
All main LangChain packages are now publishing `1.0.0a` prereleases.
`langchain-tests` needs a matching prerelease so downstreams can install
tests alongside the 1.0 series without conflicts.
### Tests
- Verified installation and tests against both `0.3.75` and `1.0.0a1`.
2025-08-29 13:46:48 -04:00
Mason Daugherty
3d08b6bd11
chore: adress pytest-asyncio deprecation warnings + other nits ( #32696 )
...
amongst some linting imcompatible rules
2025-08-26 15:51:38 -04:00
Christophe Bornet
09a616fe85
chore(standard-tests): add ruff rules D ( #32347 )
...
See https://docs.astral.sh/ruff/rules/#pydocstyle-d
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-08-11 22:26:11 +00:00
Mason Daugherty
e5d0a4e4d6
feat(standard-tests): formatting ( #32504 )
...
Not touching `pyproject.toml` or chat model related items as to not
interfere with work in wip0.4 branch
2025-08-11 13:30:30 -04:00
Christophe Bornet
1276bf3e1d
standard-tests: Add ruff rules PGH ( #31869 )
...
See https://docs.astral.sh/ruff/rules/#pygrep-hooks-pgh
2025-07-07 10:07:39 -04:00
Christophe Bornet
e1eb3f8d6f
standard-tests: Bump ruff version to 0.12 ( #31865 )
2025-07-05 17:12:00 -04:00
Christophe Bornet
cd7dce687a
standard-tests: Add ruff rule UP (pyupgrade) ( #31842 )
...
See https://docs.astral.sh/ruff/rules/#pyupgrade-up
All auto-fixed
2025-07-03 10:12:31 -04:00
ccurme
43bee469ce
standard-tests: release 0.3.20 ( #31499 )
2025-06-05 11:28:18 -04:00
ccurme
3db1aa0ba6
standard-tests: migrate to pytest-recording ( #31425 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-05-31 15:21:15 -04:00
ccurme
49eeb0f3c3
standard-tests: add benchmarks ( #31302 )
...
Co-authored-by: Sydney Runkle <sydneymarierunkle@gmail.com >
2025-05-29 15:21:37 +00:00
Sydney Runkle
7e926520d5
packaging: remove Python upper bound for langchain and co libs ( #31025 )
...
Follow up to https://github.com/langchain-ai/langsmith-sdk/pull/1696 ,
I've bumped the `langsmith` version where applicable in `uv.lock`.
Type checking problems here because deps have been updated in
`pyproject.toml` and `uv lock` hasn't been run - we should enforce that
in the future - goes with the other dependabot todos :).
2025-04-28 14:44:28 -04:00
ccurme
f01b89df56
standard-tests: release 0.3.19 ( #30906 )
2025-04-17 10:37:44 -04:00
ccurme
6baf5c05a6
standard-tests: release 0.3.18 ( #30854 )
2025-04-15 16:56:54 +00:00
Sydney Runkle
4556b81b1d
Clean up numpy dependencies and speed up 3.13 CI with numpy>=2.1.0 ( #30714 )
...
Generally, this PR is CI performance focused + aims to clean up some
dependencies at the same time.
1. Unpins upper bounds for `numpy` in all `pyproject.toml` files where
`numpy` is specified
2. Requires `numpy >= 2.1.0` for Python 3.13 and `numpy > v1.26.0` for
Python 3.12, plus a `numpy` min version bump for `chroma`
3. Speeds up CI by minutes - linting on Python 3.13, installing `numpy <
2.1.0` was taking [~3
minutes](https://github.com/langchain-ai/langchain/actions/runs/14316342925/job/40123305868?pr=30713 ),
now the entire env setup takes a few seconds
4. Deleted the `numpy` test dependency from partners where that was not
used, specifically `huggingface`, `voyageai`, `xai`, and `nomic`.
It's a bit unfortunate that `langchain-community` depends on `numpy`, we
might want to try to fix that in the future...
Closes https://github.com/langchain-ai/langchain/issues/26026
Fixes https://github.com/langchain-ai/langchain/issues/30555
2025-04-08 09:45:07 -04:00
ccurme
f68eaab44f
tests: release 0.3.17 ( #30502 )
2025-03-26 18:56:54 +00:00
ccurme
aa30d2d57f
standard-tests: release 0.3.16 ( #30464 )
2025-03-24 18:35:12 +00:00
ccurme
785a8e7d45
tests: release 0.3.15 ( #30397 )
2025-03-20 15:38:40 -04:00
ccurme
62c570dd77
standard-tests, openai: bump core ( #30202 )
2025-03-10 19:22:24 +00:00
ccurme
3c258194ae
tests[patch]: release 0.3.14 ( #30165 )
2025-03-07 18:34:05 +00:00
ccurme
9383a0536a
tests[patch]: release 0.3.13 ( #30102 )
2025-03-04 10:53:43 -05:00
ccurme
484d945500
community[patch]: remove numpy cap for python < 3.12 ( #30084 )
2025-03-04 09:46:41 -05:00
ccurme
d9a069c414
tests[patch]: release 0.3.12 ( #29797 )
2025-02-13 23:57:44 +00:00
Erick Friis
1a225fad03
multiple: fix uv path deps ( #29790 )
...
file:// format wasn't working with updates - it doesn't install as an
editable dep
move to tool.uv.sources with path= instead
2025-02-13 21:32:34 +00:00
ccurme
91cca827c0
tests: release 0.3.11 ( #29648 )
2025-02-06 21:48:09 +00:00
ccurme
d172984c91
infra: migrate to uv ( #29566 )
2025-02-06 13:36:26 -05:00
Erick Friis
ed3a5e664c
standard-tests: release 0.3.10 ( #29484 )
2025-01-29 22:21:05 +00:00
Erick Friis
3f1d20964a
standard-tests: release 0.3.9 ( #29356 )
2025-01-22 09:46:19 -08:00
Christophe Bornet
2340b3154d
standard-tests: Bump ruff version to 0.9 ( #29230 )
...
Co-authored-by: Erick Friis <erick@langchain.dev >
2025-01-22 00:23:01 +00:00
ccurme
8de8519daf
tests[patch]: release 0.3.8 ( #29141 )
2025-01-10 21:53:41 +00:00
Erick Friis
534b8f4364
standard-tests: release 0.3.7 ( #28637 )
2024-12-09 15:12:18 -05:00
Erick Friis
4a7dc6ec4c
standard-tests: release 0.3.6 ( #28599 )
2024-12-07 00:05:04 +00:00
ccurme
f3dc142d3c
cli[patch]: implement minimal starter vector store ( #28577 )
...
Basically the same as core's in-memory vector store. Removed some
optional methods.
2024-12-06 13:10:22 -05:00
Erick Friis
5277a021c1
docs: raw loader codeblock ( #28548 )
...
Co-authored-by: Chester Curme <chester.curme@gmail.com >
2024-12-06 09:26:34 -08:00
Erick Friis
0f539f0246
standard-tests: release 0.3.5 ( #28526 )
2024-12-05 00:41:07 -08:00
Erick Friis
4f76246cf2
standard-tests: release 0.3.4 ( #28245 )
2024-11-20 19:35:58 -08:00
Erick Friis
161ab736ce
standard-tests: release 0.3.3 ( #28242 )
2024-11-20 23:47:02 +00:00
Erick Friis
0dbaf05bb7
standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 ( #28203 )
2024-11-18 19:10:39 -08:00
Erick Friis
6d2004ee7d
multiple: langchain-standard-tests -> langchain-tests ( #28139 )
2024-11-15 11:32:04 -08:00
Erick Friis
a8c473e114
standard-tests: ci pipeline ( #27923 )
2024-11-05 20:55:38 +00:00
Erick Friis
31f4fb790d
standard-tests: release 0.3.0 ( #27900 )
2024-11-04 17:29:15 -08:00
Bagatur
ee63d21915
many: use core 0.3.15 ( #27834 )
2024-11-01 20:35:55 +00:00
Erick Friis
4131be63af
multiple: 0.3.0 not dev version ( #26502 )
2024-09-15 18:26:50 +00:00
Erick Friis
c2a3021bb0
multiple: pydantic 2 compatibility, v0.3 ( #26443 )
...
Signed-off-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com >
Co-authored-by: Dan O'Donovan <dan.odonovan@gmail.com >
Co-authored-by: Tom Daniel Grande <tomdgrande@gmail.com >
Co-authored-by: Grande <Tom.Daniel.Grande@statsbygg.no >
Co-authored-by: Bagatur <baskaryan@gmail.com >
Co-authored-by: ccurme <chester.curme@gmail.com >
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
Co-authored-by: Tomaz Bratanic <bratanic.tomaz@gmail.com >
Co-authored-by: ZhangShenao <15201440436@163.com >
Co-authored-by: Friso H. Kingma <fhkingma@gmail.com >
Co-authored-by: ChengZi <chen.zhang@zilliz.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: Morgante Pell <morgantep@google.com >
2024-09-13 14:38:45 -07:00
Bagatur
3ec93c2817
standard-tests[patch]: add Ser/Des test
2024-09-04 10:24:06 -07:00