Chester Curme
|
844b8b87d7
|
Merge branch 'standard_outputs' into cc/openai_v1
# Conflicts:
# libs/core/langchain_core/language_models/v1/chat_models.py
# libs/core/langchain_core/messages/utils.py
# libs/core/langchain_core/messages/v1.py
# libs/partners/openai/langchain_openai/chat_models/_compat.py
# libs/partners/openai/langchain_openai/chat_models/base.py
|
2025-07-28 12:38:32 -04:00 |
|
Chester Curme
|
61e329637b
|
lint
|
2025-07-28 11:02:37 -04:00 |
|
Mason Daugherty
|
ef9b5a9e18
|
add back standard_outputs
|
2025-07-28 10:47:26 -04:00 |
|
Mason Daugherty
|
5e9eb19a83
|
chore: update branch with changes from master (#32277)
Co-authored-by: Maxime Grenu <69890511+cluster2600@users.noreply.github.com>
Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: jmaillefaud <jonathan.maillefaud@evooq.ch>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: tanwirahmad <tanwirahmad@users.noreply.github.com>
Co-authored-by: Christophe Bornet <cbornet@hotmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: niceg <79145285+growmuye@users.noreply.github.com>
Co-authored-by: Chaitanya varma <varmac301@gmail.com>
Co-authored-by: dishaprakash <57954147+dishaprakash@users.noreply.github.com>
Co-authored-by: Chester Curme <chester.curme@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com>
Co-authored-by: Aleksandr Filippov <71711753+alex-feel@users.noreply.github.com>
Co-authored-by: Alex Feel <afilippov@spotware.com>
|
2025-07-28 10:39:41 -04:00 |
|
Chester Curme
|
61129557c0
|
x
|
2025-07-24 17:17:33 -04:00 |
|
Chester Curme
|
4899857042
|
start on openai
|
2025-07-24 17:12:22 -04:00 |
|
Chester Curme
|
0bb7a823c5
|
x
|
2025-07-23 15:17:46 -04:00 |
|
Chester Curme
|
df0a8562a9
|
openai: lint
|
2025-07-23 13:47:24 -04:00 |
|
Chester Curme
|
79bc8259e5
|
openai: format
|
2025-07-23 11:52:50 -04:00 |
|
Chester Curme
|
7c0d1cb324
|
openai: fix lint and tests
|
2025-07-23 09:53:46 -04:00 |
|
Chester Curme
|
78d036a093
|
Merge branch 'wip-v0.4' into standard_outputs
|
2025-07-23 09:34:20 -04:00 |
|
Chester Curme
|
e1f034c795
|
openai: support web search and code interpreter content blocks
|
2025-07-22 16:58:43 -04:00 |
|
ccurme
|
4b89483fe6
|
release(openai): 0.3.28 (#32015)
|
2025-07-14 10:38:11 +00:00 |
|
ccurme
|
de13f6ae4f
|
fix(openai): support acknowledged safety checks in computer use (#31984)
|
2025-07-14 07:33:37 -03:00 |
|
Chester Curme
|
7ab615409c
|
openai: revert some cassette changes
|
2025-07-11 14:37:32 -04:00 |
|
Chester Curme
|
ce369125f3
|
openai: lint
|
2025-07-11 14:07:47 -04:00 |
|
Chester Curme
|
26038608a4
|
update cassette
|
2025-07-11 10:27:48 -04:00 |
|
Chester Curme
|
7546372461
|
format
|
2025-07-10 18:22:44 -04:00 |
|
Chester Curme
|
72bb858eec
|
fix
|
2025-07-10 18:18:53 -04:00 |
|
Chester Curme
|
8da2bec1c3
|
enable code interpreter test for v1
|
2025-07-10 17:54:00 -04:00 |
|
Chester Curme
|
b8d0a95163
|
nit
|
2025-07-10 17:53:52 -04:00 |
|
Chester Curme
|
172e1cdf29
|
add cassette for parsed
|
2025-07-10 17:53:43 -04:00 |
|
Chester Curme
|
6004ba7a0d
|
fix streaming annotations
|
2025-07-10 17:53:36 -04:00 |
|
Chester Curme
|
e928672306
|
fix image generation
|
2025-07-10 17:53:30 -04:00 |
|
Chester Curme
|
0d66cc2638
|
carry over changes
|
2025-07-10 17:52:50 -04:00 |
|
ccurme
|
612ccf847a
|
chore: [openai] bump sdk (#31958)
|
2025-07-10 15:53:41 -04:00 |
|
Mason Daugherty
|
6594eb8cc1
|
docs(xai): update for Grok 4 (#31953)
|
2025-07-10 11:06:37 -04:00 |
|
Mason Daugherty
|
e7eac27241
|
ruff: more rules across the board & fixes (#31898)
* standardizes ruff dep version across all `pyproject.toml` files
* cli: ruff rules and corrections
* langchain: rules and corrections
|
2025-07-07 17:48:01 -04:00 |
|
Mason Daugherty
|
706a66eccd
|
fix: automatically fix issues with ruff (#31897)
* Perform safe automatic fixes instead of only selecting
[isort](https://docs.astral.sh/ruff/rules/#isort-i)
|
2025-07-07 14:13:10 -04:00 |
|
Mason Daugherty
|
33c9bf1adc
|
langchain-openai[patch]: Add ruff bandit rules to linter (#31788)
|
2025-06-30 14:01:32 -04:00 |
|
ccurme
|
9f17fabc43
|
openai: release 0.3.27 (#31769)
To pick up https://github.com/langchain-ai/langchain/pull/31756.
|
2025-06-27 13:44:45 -04:00 |
|
Andrew Jaeger
|
0189c50570
|
openai[fix]: Correctly set usage metadata for OpenAI Responses API (#31756)
|
2025-06-27 15:35:14 +00:00 |
|
ccurme
|
e8e89b0b82
|
docs: updates from langchain-openai 0.3.26 (#31764)
|
2025-06-27 11:27:25 -04:00 |
|
ccurme
|
ea1345a58b
|
openai[patch]: update cassette (#31752)
Following changes in `openai==1.92`.
|
2025-06-26 14:52:12 -04:00 |
|
ccurme
|
066be383e3
|
openai[patch]: update test following release of openai 1.92 (#31751)
Added new required fields for `ResponseFunctionWebSearch`
|
2025-06-26 18:22:58 +00:00 |
|
ccurme
|
61feaa4656
|
openai: release 0.3.26 (#31749)
|
2025-06-26 13:51:51 -04:00 |
|
ccurme
|
88d5f3edcc
|
openai[patch]: allow specification of output format for Responses API (#31686)
|
2025-06-26 13:41:43 -04:00 |
|
ccurme
|
84500704ab
|
openai[patch]: fix bug where function call IDs were not populated (#31735)
(optional) IDs were getting dropped in some cases.
|
2025-06-25 19:08:27 +00:00 |
|
ccurme
|
0bf223d6cf
|
openai[patch]: add attribute to always use previous_response_id (#31734)
|
2025-06-25 19:01:43 +00:00 |
|
joshy-deshaw
|
8a0782c46c
|
openai[patch]: fix dropping response headers while streaming / Azure (#31580)
|
2025-06-23 17:59:58 -04:00 |
|
ccurme
|
643741497a
|
openai: release 0.3.25 (#31702)
|
2025-06-23 10:55:48 -04:00 |
|
ccurme
|
b268ab6a28
|
openai[patch]: fix client caching when request_timeout is specified via httpx.Timeout (#31698)
Resolves https://github.com/langchain-ai/langchain/issues/31697
|
2025-06-23 14:37:49 +00:00 |
|
Li-Kuang Chen
|
4ee6112161
|
openai[patch]: Improve error message when response type is malformed (#31619)
|
2025-06-21 14:15:21 -04:00 |
|
ccurme
|
e2a0ff07fd
|
openai[patch]: include 'type' key internally when streaming reasoning blocks (#31661)
Covered by existing tests.
Will make it easier to process streamed reasoning blocks.
|
2025-06-18 15:01:54 -04:00 |
|
ccurme
|
6409498f6c
|
openai[patch]: route to Responses API if relevant attributes are set (#31645)
Following https://github.com/langchain-ai/langchain/pull/30329.
|
2025-06-17 16:04:38 -04:00 |
|
ccurme
|
3044bd37a9
|
openai: release 0.3.24 (#31642)
|
2025-06-17 15:06:52 -04:00 |
|
ccurme
|
c1c3e13a54
|
openai[patch]: add Responses API attributes to BaseChatOpenAI (#30329)
`reasoning`, `include`, `store`, `truncation`.
Previously these had to be added through `model_kwargs`.
|
2025-06-17 14:45:50 -04:00 |
|
ccurme
|
b610859633
|
openai[patch]: support Responses streaming in AzureChatOpenAI (#31641)
Resolves https://github.com/langchain-ai/langchain/issues/31303,
https://github.com/langchain-ai/langchain/issues/31624
|
2025-06-17 14:41:09 -04:00 |
|
ccurme
|
b9357d456e
|
openai[patch]: refactor handling of Responses API (#31587)
|
2025-06-16 14:01:39 -04:00 |
|
ccurme
|
5839801897
|
openai: release 0.3.23 (#31604)
|
2025-06-13 14:02:38 +00:00 |
|