Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency groq-sdk to ^0.9.0 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@instructor-ai/instructor": "1.5.0",
"@types/node": "^22.5.1",
"commander": "^12.1.0",
"groq-sdk": "^0.6.0",
"groq-sdk": "^0.9.0",
"mysql2": "^3.10.2",
"openai": "^4.56.1",
"prettier": "^3.3.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ __metadata:
"@instructor-ai/instructor": "npm:1.5.0"
"@types/node": "npm:^22.5.1"
commander: "npm:^12.1.0"
groq-sdk: "npm:^0.6.0"
groq-sdk: "npm:^0.9.0"
mysql2: "npm:^3.10.2"
openai: "npm:^4.56.1"
prettier: "npm:^3.3.3"
Expand Down Expand Up @@ -5939,9 +5939,9 @@ __metadata:
languageName: node
linkType: hard

"groq-sdk@npm:^0.6.0":
version: 0.6.0
resolution: "groq-sdk@npm:0.6.0"
"groq-sdk@npm:^0.9.0":
version: 0.9.0
resolution: "groq-sdk@npm:0.9.0"
dependencies:
"@types/node": "npm:^18.11.18"
"@types/node-fetch": "npm:^2.6.4"
Expand All @@ -5950,7 +5950,7 @@ __metadata:
form-data-encoder: "npm:1.7.2"
formdata-node: "npm:^4.3.2"
node-fetch: "npm:^2.6.7"
checksum: 10c0/8fc56a7f6a567e8e6a5ef34037ef1cf281226f1f08bfc318d6cbc620696714904da36b6ef4b91b11b7cd1aaad04582a1c83fb455d6ad5d4d8e6ca4522dad1205
checksum: 10c0/be8f5ed868098acf325acfc286a83ceb16b835952ba747df567b90ed491283d22b009aa5a4890a7a38167f8ab954d89aae57b5f906c19279273c519101f95c62
languageName: node
linkType: hard

Expand Down
Loading