Skip to content

@langchain/groq@1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:26
· 1 commit to main since this release
1ee0df0

Patch Changes

  • #11072 d2e6afc Thanks @atimothee! - fix(groq): require @langchain/core >= 1.1.30 in peer dependency

    The package imports @langchain/core/utils/standard_schema and
    @langchain/core/language_models/structured_output, both of which were
    introduced in @langchain/core@1.1.30. The previous ^1.0.0 peer
    dependency range allowed installing incompatible older versions and
    caused module-resolution failures at build/runtime.