Releases: langchain-ai/langchain-google
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
UserWarningin parameter tests by @mdrxy in #1130 - test(vertexai): add pytest warnings filter for unsupported parameters in
ChatVertexAIby @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=TrueforVertexPairWiseStringEvaluatorby @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.ymlby @mdrxy in #1140 - fix: add support for version format x.x.x,<y in
get_min_versionby @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
ChatGoogleGenerativeAImultimodal 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_metadatainChatGoogleGenerativeAIby @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
anyOfsupport forUniontypes 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
libs/genai/v2.1.9
What's Changed
- release 2.1.9 by @lkuligin in #1075
- [genai] docs: enhance multimodal input examples for ChatGoogleGenerativeAI by @msaadg in #1072
- genai: Enhance retry mechanism in ChatGoogleGenerativeAI with customizable parameter by @bajajku in #915
New Contributors
Full Changelog: libs/vertexai/v2.0.28...libs/genai/v2.1.9
libs/genai/v2.1.8
What's Changed
- fix[docs]: typos, formatting by @mdrxy in #1026
- fix(docs): code blocks by @mdrxy in #1028
- vertexai[patch]: support thought signatures in function calls by @ccurme in #1025
- feat: add async embedding methods and update tests for output dimensionality for Gemini embedding compat by @mdrxy in #1031
- chore: cleanup docs, extra
model_configdeclaration by @mdrxy in #1033 - genai: release 2.1.8 by @mdrxy in #1034
- fix(tests): embeddings and chat_models test fixes by @mdrxy in #1035
Full Changelog: libs/genai/v2.1.7...libs/genai/v2.1.8
libs/genai/v2.1.7
What's Changed
- genai[patch]: fix totals in usage metadata and refactor by @ccurme in #1016
- infra: enable model armor API and add model armor permissions by @mihirvala-crestdata in #1000
- docs: fixes langchain-ai/langchain#31785 by @mdrxy in #1017
- genai: release 2.1.7 by @ccurme in #1024
New Contributors
- @mihirvala-crestdata made their first contribution in #1000
- @mdrxy made their first contribution in #1017
Full Changelog: libs/vertexai/v2.0.27...libs/genai/v2.1.7
libs/vertexai/v2.0.27
What's Changed
- vertexai: add support for include_thoughts parameter by @Shanay-Mehta in #968
- vertexai: release 2.0.27 by @ccurme in #1015
New Contributors
- @Shanay-Mehta made their first contribution in #968
Full Changelog: libs/genai/v2.1.6...libs/vertexai/v2.0.27