-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change version conflict (#1338)
- Loading branch information
1 parent
c137e26
commit 8e64d10
Showing
3 changed files
with
42 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,13 +19,13 @@ | |
"author": "Utkarsh Dixit <[email protected]>", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"ai": "^3.2.22", | ||
"@ai-sdk/openai": "^0.0.36", | ||
"@cloudflare/workers-types": "^4.20240718.0", | ||
"@langchain/core": "^0.2.18", | ||
"@langchain/openai": "^0.2.5", | ||
"langchain": "^0.2.11", | ||
"openai": "^4.50.0" | ||
"ai": ">=3.2.22", | ||
"@ai-sdk/openai": ">=0.0.36", | ||
"@cloudflare/workers-types": ">=4.20240718.0", | ||
"@langchain/core": ">=0.2.18", | ||
"@langchain/openai": ">=0.2.5", | ||
"langchain": ">=0.2.11", | ||
"openai": ">=4.50.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,13 +34,13 @@ | |
"author": "Utkarsh Dixit <[email protected]>", | ||
"license": "ISC", | ||
"peerDependencies": { | ||
"@ai-sdk/openai": "^0.0.36", | ||
"@cloudflare/workers-types": "^4.20240718.0", | ||
"@langchain/core": "^0.2.18", | ||
"@langchain/openai": "^0.2.5", | ||
"ai": "^3.2.22", | ||
"langchain": "^0.2.11", | ||
"openai": "^4.50.0" | ||
"ai": ">=3.2.22", | ||
"@ai-sdk/openai": ">=0.0.36", | ||
"@cloudflare/workers-types": ">=4.20240718.0", | ||
"@langchain/core": ">=0.2.18", | ||
"@langchain/openai": ">=0.2.5", | ||
"langchain": ">=0.2.11", | ||
"openai": ">=4.50.0" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.7.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.