-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 broken peer OpenAI dep dependency range #1142
Merged
Merged
Conversation
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
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
thank you! |
jeffchuber
approved these changes
Sep 13, 2023
@jacoblee93 will merge after tests pass , and then cut a new release tonight - will post here when that is done. |
Wow that was fast! Thank you! |
@jacoblee93 i have to live a certain way |
@jeffchuber I think something's up with the last CI action? |
Bump |
@jacoblee93 digging in here this morning - sorry for delay |
Merged
jeffchuber
added a commit
that referenced
this pull request
Sep 15, 2023
Bump to release to 1.5.9 to release #1142
tazarov
pushed a commit
to amikos-tech/chroma-core
that referenced
this pull request
Sep 21, 2023
https://semver.npmjs.com/ <img width="1362" alt="Screenshot 2023-09-13 at 3 51 28 PM" src="https://github.com/chroma-core/chroma/assets/6952323/ab7752f2-9a82-4ea6-8a9b-f92b13b124b0"> <img width="1414" alt="Screenshot 2023-09-13 at 3 51 16 PM" src="https://github.com/chroma-core/chroma/assets/6952323/c7761348-e499-4541-a775-b5436abff749"> npm strictly checks peer dep ranges, which means the `npm install` of anything with a peer dep on Chroma was affected by this.
tazarov
pushed a commit
to amikos-tech/chroma-core
that referenced
this pull request
Sep 21, 2023
Bump to release to 1.5.9 to release chroma-core#1142
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://semver.npmjs.com/
npm strictly checks peer dep ranges, which means the
npm install
of anything with a peer dep on Chroma was affected by this.