release: v1.0.0 #32567

ccurme merged 161 commits into master from wip-v1.0
mdrxy
mdrxy fix: use `.get()` on image URL in `ImagePromptValue.to_string()`
a4e135b5
mdrxy mdrxy added this to the v1 milestone 178 days ago
mdrxy mdrxy requested a review from eyurtsev eyurtsev 178 days ago
vercel
codspeed-hq
mdrxy Merge branch 'master' into wip-v1.0
97216845
codspeed-hq
mdrxy mdrxy changed the title feat: v1 v1 178 days ago
mdrxy mdrxy added ignore-lint-pr-title
mdrxy mdrxy added release
mdrxy mdrxy added documentation
mdrxy mdrxy added integration
mdrxy mdrxy added core
mdrxy mdrxy added langchain
mdrxy mdrxy added standard-tests
keenborder786 feat(anthropic): dynamic mapping of Max Tokens for Anthropic (#31946)
174e6851
mdrxy Merge branch 'master' into wip-v1.0
4dd91104
mdrxy fix: increase `max_tokens` limit to 64000 re: Anthropic dynamic tokens
8bd24035
mdrxy mdrxy assigned mdrxy mdrxy 175 days ago
mdrxy mdrxy unassigned mdrxy mdrxy 175 days ago
mdrxy Merge branch 'master' of github.com:langchain-ai/langchain into wip-v1.0
f0f1e284
mdrxy
ccurme fix(anthropic): update cassette for streaming benchmark (#32609)
dbc5a3b7
ccurme fix(core): (v1) update BaseChatModel return type to AIMessage (#32626)
6f058e7b
mdrxy mdrxy requested a review from ccurme ccurme 172 days ago
mdrxy mdrxy requested a review from sydney-runkle sydney-runkle 172 days ago
mdrxy mdrxy marked this pull request as draft 172 days ago
ccurme Merge branch 'master' into wip-v1.0
7a108618
ccurme feat(openai): (v1) delete `bind_functions` and remove `tool_calls` fr…
7e9ae5df
mdrxy Merge branch 'master' into wip-v1.0
a2322f68
mdrxy feat: standard content, IDs, translators, & normalization (#32569)
24288156
ccurme Merge branch 'master' into wip-v1.0
e4b69db4
ccurme fix(langchain): (v1) delete unused chains (#32711)
9a9263a2
ccurme chore: (v1) drop support for python 3.9 (#32712)
cb4705df
mdrxy mdrxy changed the title v1 release: LangChain v1 166 days ago
mdrxy mdrxy removed ignore-lint-pr-title
ccurme release(core): 1.0.0dev0 (#32713)
a47d993d
ccurme release(core): 1.0.0a1 (#32715)
72b66fcc
ccurme chore(infra): drop anthropic from core test matrix (#32717)
a80fa1b2
ccurme release: anthropic, openai 1.0.0a1 (#32723)
9b576440
ccurme fix: openai, anthropic (v1) fix core lower bound (#32724)
ddde1eff
mdrxy Merge branch 'master' into wip-v1.0
e09d90b6
mdrxy fix(core): typo in `content.py`
925ad65d
mdrxy Merge branch 'master' into wip-v1.0
f088fac4
mdrxy chore(cli): drop python 3.9 support (#32761)
b494a3c5
mdrxy Merge branch 'master' into wip-v1.0
830d1a20
mdrxy chore(text-splitters): drop python 3.9 support (#32771)
0f1afa17
mdrxy chore(standard-tests): drop python 3.9 (#32772)
431e6d62
mdrxy fix: update some docstrings and typing
a5f92fdd
mdrxy mdrxy changed the title release: LangChain v1 release: v1 161 days ago
mdrxy chore: move `_convert_openai_format_to_data_block` from `langchain_v0…
a4874123
mdrxy nit: OpenAI docstrings
365d7c41
mdrxy
mdrxy commented on 2025-09-02
mdrxy chore: move `convert_to_openai_data_block` and `convert_to_openai_ima…
4f8cced3
mdrxy rfc: remove unused `TypeGuard`s
00def6da
mdrxy fix: version equality CI check
9a3ba716
mdrxy Merge branch 'master' into wip-v1.0
820e355f
mdrxy fix some imports
5c8837ea
mdrxy Merge branch 'wip-v1.0' of github.com:langchain-ai/langchain into wip…
1237f946
mdrxy fix: ci
25d5db88
ccurme feat(openai): (v1) update default `output_version` (#32674)
e15c4123
ccurme release(openai): 1.0.0a2 (#32790)
bf41a750
ccurme release(core): 1.0.0a2 (#32792)
2cf5c52c
ccurme Merge branch 'master' into wip-v1.0
98e4e7d0
ccurme Merge branch 'master' into wip-v1.0
a54f4385
ccurme chore(openai): bump minimum core version (#32795)
50b48fa1
cbornet refactor(core): refactors for python 3.10+ (#32787)
f98f7359
cbornet chore(core): add utf-8 encoding to `Path` `read_text`/`write_text` (#…
083fbfb0
mdrxy Merge branch 'master' into wip-v1.0
0b8817c9
mdrxy Merge branch 'master' into wip-v1.0
9e54c5fa
mdrxy fix: huggingface lint
b1a105f8
mdrxy chore: remove erroneous pyversion specifiers
8509efa6
mdrxy mdrxy assigned eyurtsev eyurtsev 154 days ago
mdrxy mdrxy assigned ccurme ccurme 154 days ago
mdrxy mdrxy assigned mdrxy mdrxy 154 days ago
cbornet chore(langchain): fix deprecation warnings (#32379)
3c189f03
mdrxy Merge branch 'master' into wip-v1.0
188c0154
mdrxy Merge branch 'master' into wip-v1.0
20979d52
mdrxy fix: lint
a48ace52
mdrxy Merge branch 'master' into wip-v1.0
544b08d6
eyurtsev chore(core): remove beta namespace and context api (#32850)
fded6c6b
mdrxy Merge branch 'master' into wip-v1.0
cb8598b8
mdrxy Merge branch 'master' into wip-v1.0
311aa94d
mdrxy Merge branch 'master' into wip-v1.0
ced9fc27
vbarda fix(core): add `on_tool_error` to `_AstreamEventsCallbackHandler` (#3…
8b1e2546
mdrxy Merge branch 'master' into wip-v1.0
750a3ffd
mdrxy refactor(core): remove `example` attribute from `AIMessage` and `Huma…
5ef7d42b
mdrxy fix lint
ffee5155
mdrxy Merge branch 'master' into wip-v1.0
3ef1165c
cbornet
mdrxy Merge branch 'master' into wip-v1.0
207ea468
mdrxy
mdrxy fix: lint
387d0f4e
mdrxy fix: anthropic test since new dynamic max tokens
7cc93129
mdrxy fix: anthropic tests (stale cassette from max dynamic tokens)
9f147143
mdrxy Merge branch 'master' into wip-v1.0
67aa37b1
ccurme feat(openai): (v1) support pdfs passed via url in standard format (#3…
b88115f6
mdrxy mdrxy marked this pull request as ready for review 147 days ago
mdrxy mdrxy requested a review from baskaryan baskaryan 147 days ago
mdrxy mdrxy marked this pull request as draft 147 days ago
mdrxy Merge branch 'master' into wip-v1.0
e8ff6f4d
mdrxy .
fc7a07d6
mdrxy fix: version equality
f25133c5
mdrxy fix(cli): lint
76dfb7fb
mdrxy Merge branch 'master' into wip-v1.0
c7ebbe5c
ccurme chore(langchain): (v1) drop 3.9 support (#32970)
1a3e9e06
ccurme Merge branch 'master' into wip-v1.0
ebfb938a
mdrxy fix lint
5800721f
mdrxy residual lint
b6af0d22
ccurme Merge branch 'master' into wip-v1.0
f6ab75ba
ccurme release(standard-tests): 1.0.0a1 (#32978)
653dc77c
mdrxy Merge branch 'master' into wip-v1.0
42830208
mdrxy Merge branch 'master' into wip-v1.0
25333d3b
mdrxy cli: remove unnecessary changes & bump lock
1c8a01ed
mdrxy refactor(core): remove Pydantic v2 deprecation warning in tools base …
cb3b5bf6
mdrxy docs(core): update comments and docstrings
3f71efc9
mdrxy fix(standard-tests): add filename to PDF file block (#32989)
ff632c10
mdrxy fix: correct var name in comment
8f23bd10
mdrxy docs: further comments for clarity
fda8a71e
mdrxy fix(core): add back `text` to data content block check
16ec9bc5
mdrxy feat(core): make `is_openai_data_block` public and add filtering (#32…
59bb8bff
mdrxy release(core): 1.0.0a3
e2050e24
mdrxy Merge branch 'master' into wip-v1.0
53ed7708
mdrxy core: update `version.py`
3e0d7512
mdrxy Merge branch 'master' into wip-v1.0
b6bd5071
ccurme fix(core): (v1) trace PDFs in v0 standard format (#33009)
8be4adcc
ccurme feat(core): (v1) standard content for AWS (#32969)
f2472701
ccurme revert: fix(standard-tests): add filename to PDF file block (#33010)
13964efc
ccurme release(core): 1.0.0a4 (#33011)
82650ea7
ccurme fix(infra): permit pre-releases in release workflow
c891a516
ccurme chore(langchain): (v1) drop python 3.9 and relax dependency bounds (#…
b215ed56
ccurme fix(anthropic): fix web_fetch test
fa4c3024
mdrxy Merge branch 'master' into wip-v1.0
ea3b9695
github-actions github-actions removed documentation
github-actions github-actions removed integration
github-actions github-actions removed core
github-actions github-actions removed langchain
github-actions github-actions removed standard-tests
github-actions github-actions removed release
github-actions github-actions added documentation
github-actions github-actions added integration
github-actions github-actions added core
github-actions github-actions added langchain
github-actions github-actions added standard-tests
github-actions github-actions added infra
github-actions github-actions added dependencies
github-actions github-actions added github_actions
github-actions github-actions added cli
github-actions github-actions added v1
mdrxy test: fix pydantic issue by bumping OAI-py
6c90ba1f
github-actions github-actions removed documentation
github-actions github-actions removed integration
github-actions github-actions removed core
github-actions github-actions removed langchain
github-actions github-actions removed standard-tests
github-actions github-actions removed infra
github-actions github-actions removed dependencies
github-actions github-actions removed github_actions
github-actions github-actions removed cli
github-actions github-actions removed v1
mdrxy Merge branch 'master' into wip-v1.0
0cc6f8bb
github-actions github-actions added release
github-actions github-actions removed release
github-actions github-actions added documentation
github-actions github-actions added integration
github-actions github-actions added core
github-actions github-actions added langchain
github-actions github-actions added standard-tests
github-actions github-actions added infra
github-actions github-actions added dependencies
github-actions github-actions added github_actions
github-actions github-actions added cli
github-actions github-actions added v1
mdrxy fix: pydantic openai (#33037)
6081ba91
github-actions github-actions removed documentation
github-actions github-actions removed integration
github-actions github-actions removed core
github-actions github-actions removed langchain
github-actions github-actions removed standard-tests
github-actions github-actions removed infra
github-actions github-actions removed dependencies
github-actions github-actions removed github_actions
github-actions github-actions removed cli
github-actions github-actions removed v1
github-actions github-actions added release
mdrxy Merge branch 'master' into wip-v1.0
e75878bf
github-actions github-actions added documentation
github-actions github-actions added integration
github-actions github-actions added core
github-actions github-actions added langchain
github-actions github-actions added standard-tests
github-actions github-actions added infra
github-actions github-actions added dependencies
github-actions github-actions added github_actions
github-actions github-actions added cli
github-actions github-actions added v1
github-actions github-actions removed documentation
github-actions github-actions removed integration
github-actions github-actions removed core
github-actions github-actions removed langchain
github-actions github-actions removed standard-tests
github-actions github-actions removed infra
github-actions github-actions removed dependencies
github-actions github-actions removed github_actions
github-actions github-actions removed cli
github-actions github-actions removed v1
mdrxy Merge branch 'master' into wip-v1.0
cfa99738
github-actions github-actions added documentation
github-actions github-actions added integration
github-actions github-actions added core
github-actions github-actions added langchain
github-actions github-actions added standard-tests
github-actions github-actions added infra
github-actions github-actions added dependencies
github-actions github-actions added github_actions
github-actions github-actions added cli
github-actions github-actions added v1
mdrxy Merge branch 'master' into wip-v1.0
f6cf4fcd
mdrxy fix: core version equality check
36f8c733
mdrxy Merge branch 'master' into wip-v1.0
e7cdaad5
mdrxy Merge branch 'master' into wip-v1.0
a4e1a543
mdrxy Merge branch 'master' into wip-v1.0
4ca523a9
mdrxy add note
ccfdce64
mdrxy Merge branch 'master' into wip-v1.0
3515a54c
mdrxy Merge branch 'master' into wip-v1.0
db8c2d3b
ccurme feat: (v1) server tool call and result types (#33021)
2f93566c
mdrxy Merge branch 'master' into wip-v1.0
00565d7b
mdrxy Merge branch 'master' into wip-v1.0
f3f5b93b
mdrxy mdrxy changed the title release: v1 release: v1.0.0 138 days ago
mdrxy Merge branch 'master' into wip-v1.0
ee94f956
mdrxy integrations: delete deprecated items
d15514d5
mdrxy Merge branch 'master' into wip-v1.0
adc941d1
mdrxy Merge branch 'master' into wip-v1.0
370010d1
mdrxy revert: remove accidental symlink
fcd8fdd7
mdrxy feat(core): parse `reasoning_content` from `additional_kwargs`
87e5be10
mdrxy add note about `PlainTextContentBlock` and v0/v1 compat
54f3a6d9
mdrxy update conversion docstrings
2af1cb6c
mdrxy add docstring
77e52a6c
mdrxy update docstring/comments
4d39cf39
mdrxy conversion logic - add missing non-id cases
0633974e
mdrxy fix: anthropic and converse docstrings
ba663def
mdrxy fix: add `continue` when guarding against v0 blocks
b83d45bf
mdrxy Merge branch 'master' into wip-v1.0
790c4a8e
mdrxy more docstrings
8f60946d
ccurme Merge branch 'master' into wip-v1.0
c20bd07f
mdrxy fix(core): extras handling, add test
7f757cf3
mdrxy chore: standardize translator named params
89269864
ccurme Merge branch 'master' into wip-v1.0
49704ffc
ccurme release(core): 1.0.0a5 (#33158)
06ddc57c
ccurme fix(infra): temporarily skip pre-release checks for alpha branch (#33…
4d581000
ccurme infra(fix): temporarily skip some release checks
b6ecc0b0
ccurme fix
ffaedf7c
ccurme 🦍
0e404adc
ccurme revert changes to release workflow
16a2d975
ccurme release(anthropic): 1.0.0a2 (#33161)
8ba8a5e3
ccurme release(openai): 1.0.0a3 (#33162)
b7223f45
mdrxy lift langgraph version cap, temp comment out optional deps for `langc…
06301c70
mdrxy Merge branch 'master' into wip-v1.0
208e8e8f
mdrxy Merge branch 'master' into wip-v1.0
c49d470e
mdrxy Merge branch 'master' into wip-v1.0
e8f76e50
mdrxy Merge branch 'master' into wip-v1.0
87e1bbf3
ccurme Merge branch 'master' into wip-v1.0
e02acdfe
ccurme fix(openai): fix tests on v1 branch (#33189)
fa0955cc
mdrxy Merge branch 'master' into wip-v1.0
9ad7f7a0
mdrxy feat(core): genai standard content (#32987)
738dc799
mdrxy fix locks/make filetype optional dep
4ff83e92
mdrxy fix(ollama): handle `ImageContentBlock`
bb9b802c
mdrxy Merge branch 'master' into wip-v1.0
2d299593
mdrxy release(core): 1.0.0a6 (#33201)
bea249be
mdrxy for now, don't use factory on reasoning additional kwarg extraction (…
b2188aeb
mdrxy mdrxy marked this pull request as ready for review 131 days ago
mdrxy feat(ollama): standard content (#33202)
2b0c1da2
ccurme Merge branch 'master' into wip-v1.0
80a091b9
ccurme ccurme merged eaa6dcce into master 130 days ago
github-actions github-actions added text-splitters

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone