-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: test fix for fetch package and publish version with improved error logging #6666
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic reviewed 1 file and found no issues. Review PR in cubic.dev.
…ease of openai-adapters
@@ -16,7 +16,7 @@ | |||
"@aws-sdk/credential-providers": "^3.840.0", | |||
"@continuedev/config-types": "^1.0.5", | |||
"@continuedev/config-yaml": "^1.0.51", | |||
"@continuedev/fetch": "^1.0.15", | |||
"@continuedev/fetch": "^1.0.16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like this should probably be a relative file dep like we do in other folders but future work
Tried rerunning the test here but it's failing on a 429 from github: |
Description
There were fixes in the fetch package that weren't published yet. This fixes a test and publishes the package for 1.0.16
It also upgrades openai-adapters to that version and publishes a beta version of openai-adapters
Checklist
Summary by cubic
Fixed a test in the fetch package to match improved error logging and published version 1.0.16. Also updated openai-adapters to use the new fetch version.