Skip to content

Releases: langchain-ai/langchain-google

libs/genai/v2.1.12

17 Sep 01:27
7ed36af
Compare
Choose a tag to compare

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

16 Sep 17:10
2ab64b9
Compare
Choose a tag to compare

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

16 Sep 15:42
1cf8f78
Compare
Choose a tag to compare

Changes since libs/community/v2.0.9

release 2.0.10 (#1168)
community: added model armor sanitization runnables (#982)

libs/vertexai/v2.1.1

15 Sep 14:31
34ddfe3
Compare
Choose a tag to compare

Changes since libs/vertexai/v2.1.0

release(vertexai): 2.1.1 (#1149)
vertex: fix AIMessage tool call handling with empty content (#1145)
vertexai(patch): fix function calling for v1 endpoints (#1147)
vertexai: handle messages that evaluate to a literal float (#938)

libs/genai/v2.1.11

15 Sep 21:29
46707c3
Compare
Choose a tag to compare

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

15 Sep 21:18
46707c3
Compare
Choose a tag to compare

Changes since libs/community/v2.0.8

release(community): 2.0.9 (#1159)
community: fix operator precedence issue in credential handling (#1152)
Add test coverage for optional BigQuery dependency (#1027)
community: fix CalendarUpdateEvent schema-implementation mismatch for optional parameters (#1153)

libs/vertexai/v2.1.0

12 Sep 18:56
d87fc20
Compare
Choose a tag to compare

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 for VertexPairWiseStringEvaluator 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

Full Changelog: libs/genai/v2.1.10...libs/vertexai/v2.1.0

libs/community/v2.0.8

12 Sep 19:31
78cd97f
Compare
Choose a tag to compare

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

Full Changelog: libs/vertexai/v2.1.0...libs/community/v2.0.8

libs/genai/v2.1.10

27 Aug 06:15
063f9ee
Compare
Choose a tag to compare

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 in ChatGoogleGenerativeAI 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

Full Changelog: libs/genai/v2.1.9...libs/genai/v2.1.10

libs/vertexai/v2.0.28

04 Aug 17:21
75d05c5
Compare
Choose a tag to compare

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 for Union 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

Full Changelog: libs/genai/v2.1.8...libs/vertexai/v2.0.28