Skip to content

Commit

Permalink
Update package.json (FlowiseAI#3468)
Browse files Browse the repository at this point in the history
* Update package.json

Fix FlowiseAI#3335 and FlowiseAI#3067

openai helpers was introduced in 4.57.3:

openai/openai-node@1e9808a

* update openai pnpm lock file

---------

Co-authored-by: Henry <[email protected]>
  • Loading branch information
aluferraz and HenryHengZJ authored Nov 7, 2024
1 parent eeb1d17 commit cfe2061
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 159 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"resolutions": {
"@qdrant/openapi-typescript-fetch": "1.2.6",
"@google/generative-ai": "^0.15.0",
"openai": "4.51.0",
"openai": "4.57.3",
"@langchain/core": "0.2.18"
},
"eslintIgnore": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"node-html-markdown": "^1.3.0",
"notion-to-md": "^3.1.1",
"object-hash": "^3.0.0",
"openai": "^4.51.0",
"openai": "^4.57.3",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.7.107",
"pg": "^8.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"moment-timezone": "^0.5.34",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.2",
"openai": "^4.51.0",
"openai": "^4.57.3",
"pg": "^8.11.1",
"posthog-node": "^3.5.0",
"reflect-metadata": "^0.1.13",
Expand Down
Loading

0 comments on commit cfe2061

Please sign in to comment.