Skip to content

Releases: langchain-ai/langchain-google

libs/genai/v2.1.11

15 Sep 21:29
46707c3

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

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

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

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

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

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

libs/genai/v2.1.9

04 Aug 18:52
ce5679b

Choose a tag to compare

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

15 Jul 15:36
6618db2

Choose a tag to compare

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_config declaration 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

09 Jul 15:39
8f71cdd

Choose a tag to compare

What's Changed

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

30 Jun 20:33
756ce90

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: libs/genai/v2.1.6...libs/vertexai/v2.0.27