Mason Daugherty
cb8598b828
Merge branch 'master' into wip-v1.0
2025-09-10 20:51:00 -04:00
Mason Daugherty
38001699d5
fix(anthropic): remove unneeded beta flags ( #32893 )
...
- Beta isn't needed for search result tests anymore
- Add TODO for other tests to come back when generally available
- Regenerate remote MCP snapshot after some testing (now the same, but
fresher)
- Bump deps
2025-09-10 20:47:13 +00:00
Mason Daugherty
3da0377c02
fix(anthropic): update ChatAnthropic model in tests/doc ( #32892 )
...
from `'claude-3-5-sonnet-latest'` to `'claude-3-5-haiku-latest'` since
sonnet is deprecated
2025-09-10 16:44:04 -04:00
Aasish
9c7d262ff4
fix(openai): update AzureOpenAIEmbeddings validation logic for openai_api_base ( #31782 )
2025-09-10 14:53:30 -04:00
ccurme
450870c9ac
release(qdrant): 0.2.1 ( #32889 )
2025-09-10 13:21:16 -04:00
Zhou Jing
10dfeea110
fix(qdrant): allow as_retriever to work without embeddings in SPARSE mode ( #32757 )
2025-09-10 13:08:50 -04:00
ccurme
34ecb92178
release(openai): 0.3.33 ( #32887 )
2025-09-10 11:53:26 -04:00
Alexey Bondarenko
181bb91ce0
fix(ollama): Fix handling message content lists ( #32881 )
...
The Ollama chat model adapter does not support all of the possible
message content formats. That leads to Ollama model adapter crashing on
some messages from different models (e.g. Gemini 2.5 Flash).
These changes should fix one known scenario - when `content` is a list
containing a string.
2025-09-10 11:13:28 -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
Mason Daugherty
20979d525c
Merge branch 'master' into wip-v1.0
2025-09-09 15:01:51 -04:00
ccurme
937087a29c
release(groq): 0.3.8 ( #32870 )
2025-09-09 14:39:02 -04:00
Jan Z
08bf4c321f
feat(groq): add support for json_schema ( #32396 )
2025-09-09 18:30:07 +00:00
Mason Daugherty
4c6af2d1b2
fix(openai): structured output ( #32551 )
2025-09-09 11:37:50 -04:00
Christophe Bornet
cc3b5afe52
fix(huggingface): fix typing in test_standard ( #32863 )
2025-09-09 10:05:41 -04:00
Mason Daugherty
8509efa6ad
chore: remove erroneous pyversion specifiers
2025-09-08 15:03:08 -04:00
Mason Daugherty
b1a105f85f
fix: huggingface lint
2025-09-08 14:59:38 -04:00
Mason Daugherty
0b8817c900
Merge branch 'master' into wip-v1.0
2025-09-08 14:43:58 -04:00
Sadiq Khan
228fbac3a6
fix(openai): handle AIMessages without response_id in _get_last_messages ( #32824 )
2025-09-08 10:12:50 -04:00
JunHyungKang
6ea06ca972
fix(openai): Fix Azure OpenAI Responses API model field issue ( #32649 )
2025-09-08 10:08:35 -04:00
ccurme
5b0a55ad35
chore(openai): apply formatting changes to AzureChatOpenAI ( #32848 )
2025-09-08 09:54:20 -04:00
Mason Daugherty
4e39c164bb
fix(anthropic): remove beta header warning for TTL ( #32832 )
...
No longer beta as of Aug 13
2025-09-05 14:28:58 -04:00
Shahroz Ahmad
4828a85ab0
feat(core): add web_search in OpenAI tools list ( #32738 )
2025-09-02 21:57:25 +00:00
ccurme
50b48fa1ff
chore(openai): bump minimum core version ( #32795 )
2025-09-02 14:06:49 -04:00
ccurme
bf41a75073
release(openai): 1.0.0a2 ( #32790 )
2025-09-02 12:22:57 -04:00
ccurme
e15c41233d
feat(openai): (v1) update default output_version ( #32674 )
2025-09-02 12:12:41 -04:00
Mason Daugherty
5c8837ea5a
fix some imports
2025-09-01 23:27:37 -05:00
Mason Daugherty
365d7c414b
nit: OpenAI docstrings
2025-09-01 20:30:56 -05:00
Mason Daugherty
a5f92fdd9a
fix: update some docstrings and typing
2025-09-01 19:25:08 -05:00
Mason Daugherty
830d1a207c
Merge branch 'master' into wip-v1.0
2025-08-31 18:01:24 -05:00
Ravirajsingh Sodha
b42dac5fe6
docs: standardize OllamaLLM and BaseOpenAI docstrings ( #32758 )
...
- Add comprehensive docstring following LangChain standards
- Include Setup, Key init args, Instantiate, Invoke, Stream, and Async
sections
- Provide detailed parameter descriptions and code examples
- Fix linting issues for code formatting compliance
Contributes to #24803
---------
Co-authored-by: Mason Daugherty <github@mdrxy.com >
2025-08-31 17:45:56 -05:00
ccurme
ddde1eff68
fix: openai, anthropic (v1) fix core lower bound ( #32724 )
2025-08-27 14:36:10 -04:00
ccurme
9b576440ed
release: anthropic, openai 1.0.0a1 ( #32723 )
2025-08-27 14:12:28 -04:00
ccurme
72b66fcca5
release(core): 1.0.0a1 ( #32715 )
2025-08-27 11:57:07 -04:00
ccurme
a47d993ddd
release(core): 1.0.0dev0 ( #32713 )
2025-08-27 11:05:39 -04:00
ccurme
cb4705dfc0
chore: (v1) drop support for python 3.9 ( #32712 )
...
EOL in October
Will update ruff / formatting closer to 1.0 release to minimize merge
conflicts on branch
2025-08-27 10:42:49 -04:00
Mason Daugherty
242881562b
feat: standard content, IDs, translators, & normalization ( #32569 )
2025-08-27 09:31:12 -04:00
Mason Daugherty
a2322f68ba
Merge branch 'master' into wip-v1.0
2025-08-26 15:51:57 -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
ccurme
008043977d
release(openai): 0.3.32 ( #32691 )
2025-08-26 14:05:40 +00:00
Jacob Lee
1459d4f4ce
fix(openai): Always add raw response object to OpenAI client errors for invoke ( #32655 )
2025-08-26 09:59:25 -04:00
ccurme
7e9ae5df60
feat(openai): (v1) delete bind_functions and remove tool_calls from additional_kwargs ( #32669 )
2025-08-25 14:22:31 -04:00
Maitrey Talware
622337a297
docs(docs): fixed typos in documentations ( #32661 )
...
Minor typo fixes. (Not linked to current open issues)
2025-08-25 10:02:53 -04:00
Chester Curme
7a108618ae
Merge branch 'master' into wip-v1.0
2025-08-25 09:39:39 -04:00
Mason Daugherty
2d0713c2fc
fix(infra): ollama CI
2025-08-22 16:40:03 -04:00
Mason Daugherty
8060b371bb
fix(infra): ollama CI
2025-08-22 16:37:05 -04:00
Mason Daugherty
7851f66503
release(ollama): 0.3.7 ( #32651 )
2025-08-22 15:18:40 -04:00
Mason Daugherty
af3b88f58d
feat(ollama): update reasoning type to support string values for custom intensity levels (e.g. gpt-oss) ( #32650 )
2025-08-22 15:11:32 -04:00
itaismith
1eb45d17fb
feat(chroma): Add support for collection forking ( #32627 )
2025-08-21 17:57:55 -04:00
ccurme
8545d4731e
release(openai): 0.3.31 ( #32646 )
2025-08-21 16:50:27 -04:00
Alex Naidis
21f7a9a9e5
fix(openai): allow temperature parameter for gpt-5-chat models ( #32624 )
2025-08-21 16:40:10 -04:00