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