Skip to content

Commit 563f384

Browse files
Merge pull request #8627 from sagemathinc/npm-upd-20251020
NPM updates 20251020
2 parents 792bec5 + f61435f commit 563f384

File tree

3 files changed

+90
-90
lines changed

3 files changed

+90
-90
lines changed

src/packages/pnpm-lock.yaml

Lines changed: 81 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/packages/server/llm/test/models.test.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,6 @@ test_llm("openai")("OpenAI", () => {
168168
});
169169

170170
test_llm("google")("Google GenAI", () => {
171-
test(
172-
"gemini 1.5 pro works",
173-
async () => {
174-
await llmGoogle("gemini-1.5-pro");
175-
},
176-
LLM_TIMEOUT,
177-
);
178171
test(
179172
"gemini 2.0 flash works",
180173
async () => {
@@ -397,7 +390,7 @@ describe("User-defined LLMs", () => {
397390
service: "google",
398391
display: "Test Gemini Flash",
399392
endpoint: "",
400-
model: "gemini-1.5-flash",
393+
model: "gemini-2.5-flash",
401394
apiKey: googleKey,
402395
};
403396

src/packages/server/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
"@google-cloud/storage-transfer": "^3.3.0",
5757
"@google/generative-ai": "^0.24.1",
5858
"@isaacs/ttlcache": "^1.4.1",
59-
"@langchain/anthropic": "^0.3.28",
60-
"@langchain/core": "^0.3.77",
61-
"@langchain/google-genai": "^0.2.18",
62-
"@langchain/mistralai": "^0.2.1",
63-
"@langchain/ollama": "^0.2.4",
64-
"@langchain/openai": "^0.6.13",
59+
"@langchain/anthropic": "^1.0.0",
60+
"@langchain/core": "^1.0.1",
61+
"@langchain/google-genai": "^1.0.0",
62+
"@langchain/mistralai": "^1.0.0",
63+
"@langchain/ollama": "^1.0.0",
64+
"@langchain/openai": "^1.0.0",
6565
"@node-saml/passport-saml": "^5.1.0",
6666
"@passport-js/passport-twitter": "^1.0.8",
6767
"@passport-next/passport-google-oauth2": "^1.0.0",
@@ -97,8 +97,8 @@
9797
"ms": "2.1.2",
9898
"nanoid": "^3.3.8",
9999
"node-zendesk": "^5.0.13",
100-
"nodemailer": "^6.9.16",
101-
"openai": "^5.22.1",
100+
"nodemailer": "^7.0.9",
101+
"openai": "^6.5.0",
102102
"parse-domain": "^5.0.0",
103103
"passport": "^0.6.0",
104104
"passport-activedirectory": "^1.0.4",

0 commit comments

Comments
 (0)