🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@langchain/groq

Package Overview
Dependencies
Maintainers
13
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langchain/groq - npm Package Compare versions

Comparing version
1.2.0
to
1.2.1
+8
-0
CHANGELOG.md
# @langchain/groq
## 1.2.1
### Patch Changes
- [#10872](https://github.com/langchain-ai/langchainjs/pull/10872) [`a640079`](https://github.com/langchain-ai/langchainjs/commit/a64007997a4940f51bba3c1c83dae89d1ccfb692) Thanks [@hntrl](https://github.com/hntrl)! - chore(deps): remove redundant @types/uuid declarations
Remove `@types/uuid` from package manifests that rely on `@langchain/core/utils/uuid` or do not require uuid type stubs directly, and refresh the lockfile entries accordingly.
## 1.2.0

@@ -4,0 +12,0 @@

+2
-2

@@ -11,3 +11,3 @@ const require_runtime = require("./_virtual/_rolldown/runtime.cjs");

let groq_sdk = require("groq-sdk");
groq_sdk = require_runtime.__toESM(groq_sdk);
groq_sdk = require_runtime.__toESM(groq_sdk, 1);
let _langchain_core_output_parsers_openai_tools = require("@langchain/core/output_parsers/openai_tools");

@@ -602,3 +602,3 @@ let _langchain_core_utils_function_calling = require("@langchain/core/utils/function_calling");

super(params);
this._addVersion("@langchain/groq", "1.2.0");
this._addVersion("@langchain/groq", "1.2.1");
const apiKey = params.apiKey || (0, _langchain_core_utils_env.getEnvironmentVariable)("GROQ_API_KEY");

@@ -605,0 +605,0 @@ if (!apiKey) throw new Error(`Groq API key not found. Please set the GROQ_API_KEY environment variable or provide the key into "apiKey"`);

@@ -599,3 +599,3 @@ import PROFILES from "./profiles.js";

super(params);
this._addVersion("@langchain/groq", "1.2.0");
this._addVersion("@langchain/groq", "1.2.1");
const apiKey = params.apiKey || getEnvironmentVariable("GROQ_API_KEY");

@@ -602,0 +602,0 @@ if (!apiKey) throw new Error(`Groq API key not found. Please set the GROQ_API_KEY environment variable or provide the key into "apiKey"`);

{
"name": "@langchain/groq",
"version": "1.2.0",
"version": "1.2.1",
"description": "Groq integration for LangChain.js",

@@ -24,3 +24,2 @@ "author": "LangChain",

"@tsconfig/recommended": "^1.0.3",
"@types/uuid": "^9",
"@vitest/coverage-v8": "^3.2.4",

@@ -32,4 +31,4 @@ "dotenv": "^17.4.0",

"zod": "^4.0.14",
"@langchain/core": "^1.1.39",
"@langchain/openai": "^1.4.2",
"@langchain/core": "^1.1.47",
"@langchain/openai": "^1.4.6",
"@langchain/standard-tests": "0.0.23",

@@ -36,0 +35,0 @@ "@langchain/tsconfig": "0.0.1"