Releases: langchain-ai/langchain-google
libs/genai/v2.1.12
Changes since libs/genai/v2.1.11
release(genai): 2.1.12 (#1181)
feat(genai): add timeout
and max_retries
handling in chat methods (#1180)
chore(genai): switch some model references in tests (#1178)
feat(genai): copy retry logic to async chat_with_retry
(#1179)
refactor(genai): remove direct import of google.api_core
and use specific exceptions (#1176)
feat(genai): add aliases for timeout
and max_retries
(#1175)
feat(genai): update model examples and enhance field descriptions in _BaseGoogleGenerativeAI
(#1174)
genai, vertex: nits (#1173)
fix: use .invoke()
instead of __call__
for LLMs (#1172)
libs/vertexai/v2.1.2
Changes since libs/vertexai/v2.1.1
release(vertexai): 2.1.2 (#1161)
refactor(vertex): resolve test warnings (#1166)
fix(vertexai): handle unrecognized FinishReason values (#1164)
fix(vertexai): update audio timestamp test regex pattern (#1163)
chore(vertex): update embedding models to use 'gemini-embedding-001' and 'imagen-3.0' (#1086)
fix(vertex): use imagen-3.0-generate-002 as default model for image generation (#1162)
VectorSearchVectorStore: integer handling in numeric restrictions (#1155)
Guard against unknown FinishReason values (#1085)
fix(vertexai): add Union type support to V1 schema formatter (#1137)
vertex: add http_client
support to ChatAnthropicVertex
(#1154)
libs/community/v2.0.10
libs/vertexai/v2.1.1
libs/genai/v2.1.11
Changes since libs/genai/v2.1.10
release(genai): 2.1.11 (#1160)
Fix Gemini schema validation errors for Union and Optional[Dict] types (#1143)
genai: Fix: Include missing prompt_feedback
in AIMessageChunk.response_metadata
(#1104)
fix(genai): unrecognized enum value (#1158)
fix(genai): incorrect type annotation in ChatGoogleGenerativeAI._prepare_request
(#1151)
genai: do not ignore Enum field definition (#1080)
feat: add VSCode settings for Ruff fixes (#1128)
fix(genai): Correct int/float type conversion in tool call args (#1110)
infra: poetry -> uv (#1101)
libs/community/v2.0.9
libs/vertexai/v2.1.0
What's Changed
- infra: poetry -> uv by @mdrxy in #1101
- fix(genai): Correct int/float type conversion in tool call args by @codeonbush in #1110
- vertexai: resolve errors from uv migration by @ccurme in #1125
- fix(vertexai): resolve Pydantic deprecation warning in VertexAI LLM by @mdrxy in #1127
- vertexai: require opt-in for ast.literal_eval on input message strings by @ccurme in #1122
- test(vertexai): suppress
UserWarning
in parameter tests by @mdrxy in #1130 - test(vertexai): add pytest warnings filter for unsupported parameters in
ChatVertexAI
by @mdrxy in #1129 - feat: add VSCode settings for Ruff fixes by @mdrxy in #1128
- vertex: release 2.1.0 by @ccurme in #1132
- fix(vertexai): Set
requires_reference=True
forVertexPairWiseStringEvaluator
by @mdrxy in #1133 - chore(tests): add vertex type ignore specifiers by @mdrxy in #1134
- infra: fix release workflow by @ccurme in #1135
- infra: fix release workflow by @ccurme in #1136
- vertexai: handle messages that evaluate to a literal float by @JoshuaPostel in #938
New Contributors
- @codeonbush made their first contribution in #1110
- @JoshuaPostel made their first contribution in #938
Full Changelog: libs/genai/v2.1.10...libs/vertexai/v2.1.0
libs/community/v2.0.8
What's Changed
- vertexai: handle messages that evaluate to a literal float by @JoshuaPostel in #938
- release(community): 2.0.8 by @mdrxy in #1138
- refactor: inline test release by @mdrxy in #1139
- chore: update
_release.yml
by @mdrxy in #1140 - fix: add support for version format x.x.x,<y in
get_min_version
by @mdrxy in #1141
New Contributors
- @JoshuaPostel made their first contribution in #938
Full Changelog: libs/vertexai/v2.1.0...libs/community/v2.0.8
libs/genai/v2.1.10
What's Changed
- fix: Update image URL in test for
ChatGoogleGenerativeAI
multimodal invocation by @mdrxy in #1082 - community: improves timezone handling for Google Calendar event creation, searching, and updating by @naoto-s-reso in #1081
- fix: Add field alias for
default_metadata
inChatGoogleGenerativeAI
by @open-swe[bot] in #1061 - fix(genai): Update image input tests by @mdrxy in #1094
- release(genai): 2.1.10 by @mdrxy in #1095
New Contributors
- @naoto-s-reso made their first contribution in #1081
- @open-swe[bot] made their first contribution in #1061
Full Changelog: libs/genai/v2.1.9...libs/genai/v2.1.10
libs/vertexai/v2.0.28
What's Changed
- [vertexai] Fix pydantic deprecation warning: Use class-level model_fields by @mgagvani in #996
- chore: added latest meta models by @tiaan720 in #1036
- fix: update thinking model name to match latest version by @mdrxy in #1044
- [genai, vertexai]: Add
anyOf
support forUnion
types in tool calling by @msaadg in #992 - vertexai: fixes floats parsed and assumed iterable by @mjvankampen in #1018
- vertexai: Add support for image output in ChatVertexAI code execution by @msaadg in #1051
- fix: use new model names by @mdrxy in #1067
- Fix: Correct typo in CalendarMoveEvent origin_calendar_id by @vimal-v-k in #1062
- vertexai: Added Image Generation Support by @windkit in #1054
- vertexai: fix handling of single string in add_texts by @ykoh42 in #860
- vertexai : add media_resolution parameter support to ChatVertexAI by @Pijukai in #1066
- vertexai: fix(ChatAnthropicVertex): support BlockType Image by @qvalentin in #1070
- release 2.0.28 by @lkuligin in #1073
- [vertexai] docs: enhance multimodal input examples for ChatVertexAI by @msaadg in #1074
- vertexai/genai: Added missing chunk to on_llm_new_token to _stream_gemini by @DamianDeza in #1058
- fix: Add cache token support to ChatAnthropicVertex streaming responses by @imranarshad in #1010
- vertexai: Added ChatVertexAI test case with configurable_fields for thinking_budget by @windkit in #926
New Contributors
- @mgagvani made their first contribution in #996
- @tiaan720 made their first contribution in #1036
- @mjvankampen made their first contribution in #1018
- @vimal-v-k made their first contribution in #1062
- @Pijukai made their first contribution in #1066
- @qvalentin made their first contribution in #1070
- @DamianDeza made their first contribution in #1058
- @imranarshad made their first contribution in #1010
Full Changelog: libs/genai/v2.1.8...libs/vertexai/v2.0.28