CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
Releases: langchain-ai/langchain
langchain-ollama==0.3.5
491f63c
Compare
Assets 2
langchain-core==0.3.69
ad44f06
Compare
Changes since langchain-core==0.3.68
release(core): release 0.3.69 (#32056)
feat(core): add an option to make deserialization more permissive (#32054)
chore(core): unpin packaging dependency (#32032)
docs: add deprecation notice for PipelinePromptTemplate (#31999)
fix(core): correct return type hints in BaseChatPromptTemplate (#32009)
feat(core): add ruff rules D to tests except D1 (#32000)
fix[core]: added error message if the query vector or embedding contains NaN values (#31822)
ruff: restore stacklevels, disable autofixing (#31919)
core: docs: clarify where the kwargs in on_tool_start and on_tool_end go (#31909)
ruff: more rules across the board & fixes (#31898)
ollama: thinking, tool streaming, docs, tests (#31772)
fix: fix file open with encoding in chat_history.py (#31884)
core: Cleanup pyproject (#31857)
fix: remove unused type ignore from three_values fixture in TestAsyncInMemoryStore (#31895)
core: Ruff preview fixes (#31877)
core: make ruff rule PLW1510 unfixable (#31868)
core: Bump ruff version to 0.12 (#31846)
core[patch]: Int Combine when Merging Dicts (#31572)
Assets 2
langchain-openai==0.3.28
4b89483
Compare
Changes since langchain-openai==0.3.27
release(openai): 0.3.28 (#32015)
fix(openai): support acknowledged safety checks in computer use (#31984)
chore: [openai] bump sdk (#31958)
docs(xai): update for Grok 4 (#31953)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
langchain-openai[patch]: Add ruff bandit rules to linter (#31788)
Assets 2
langchain-groq==0.3.6
56d6d69
Compare
Changes since langchain-groq==0.3.5
release(groq): 0.3.6 (#31975)
docs(xai): update for Grok 4 (#31953)
fix: bump lockfiles (#31923)
ruff: restore stacklevels, disable autofixing (#31919)
ruff: add bugbear across packages (#31917)
groq[patch]: ruff fixes and rules (#31904)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
groq: Add service tier option to ChatGroq (#31801)
Assets 2
langchain-ollama==0.3.4
8064d3b
Compare
Changes since langchain-ollama==0.3.3
ollama: bump core (#31929)
ollama: release 0.3.4 (#31928)
ollama[patch]: fix model validation, ensure per-call reasoning can be set, tests (#31927)
ollama[patch]: ruff fixes and rules (#31924)
ruff: more rules across the board & fixes (#31898)
fix: automatically fix issues with ruff (#31897)
ollama: thinking, tool streaming, docs, tests (#31772)
ollama: add validate_model_on_init
, catch more errors (#31784)
langchain-ollama[patch]: Add ruff bandit rules to linter (#31811)
groq: support reasoning_effort
, update docs for clarity (#31754)
docs: fix some inline links (#31748)
ollama: update tests, docs (#31736)
docs: ollama nits (#31714)
Assets 2
langchain-mistralai==0.2.11
706a66e
Compare
Changes since langchain-mistralai==0.2.10
fix: automatically fix issues with ruff (#31897)
mistralai: release 0.2.11 (#31896)
langchain-mistralai[patch]: Add ruff bandit rules to linter, formatting (#31803)
langchain_mistralai: Include finish_reason
in response metadata when parsing MistralAI chunks toAIMessageChunk
(#31667)
mistralai[patch]: Fix Typos in Comments and Improve Compatibility Note (#31616)
standard-tests: add benchmarks (#31302)
packaging: remove Python upper bound for langchain and co libs (#31025)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
Assets 2
langchain-core==0.3.68
2166498
Compare
Assets 2
langchain-anthropic==0.3.17
c9f45dc
Compare
Assets 2
langchain-groq==0.3.5
c9e1ce2
Compare
Assets 2
langchain-core==0.3.67
04cc674
Compare
Changes since langchain-core==0.3.66
core: release 0.3.67 (#31791)
core: expose tool message recognized block types (#31787)
docs: enhance docstring for disable_streaming
parameter in BaseChatModel (#31759)
fix: update import paths for ChatOllama to use langchain_ollama instead of community (#31721)
core[patch]: Add additional hashing options to indexing API, warn on SHA-1 (#31649)
standard-tests: refactoring and fixes (#31703)
core: Use parametrized test in test_correct_get_tracer_project (#31513)
docs: document Anthropic cache TTL count details (#31708)
core[patch]: Improve RunnableWithMessageHistory
init arg types (#31639)
core: fix get_buffer_string
output for structured message content (#31600)