Skip to content

Commit

Permalink
Loosen peer dependency on openai
Browse files Browse the repository at this point in the history
Currently, package.json specifies a `peerDependency` for the `openai` library at exactly version `4.47.1`. This PR loosens the dependency to any version of the library backward-compatible with 4.47.1. The `openai-node` repo describes their SemVer policy here: https://github.com/openai/openai-node?tab=readme-ov-file#semantic-versioning
  • Loading branch information
jasonm authored Dec 21, 2024
1 parent a6e694a commit 60a54f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public-packages/llm-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"peerDependencies": {
"@anthropic-ai/sdk": "^0.22.0",
"@google/generative-ai": "^0.21.0",
"openai": "4.47.1"
"openai": "^4.47.1"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.22.0",
Expand Down

0 comments on commit 60a54f4

Please sign in to comment.