-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump version #180
Merged
Merged
Bump version #180
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
Signed-off-by: Pavlo Paliychuk <[email protected]>
# Conflicts: # README.md # pyproject.toml
# Conflicts: # examples/chat_history/memory.py
# Conflicts: # .fernignore # README.md # pyproject.toml # src/zep_cloud/langchain/vectorstore.py
* chore: Add get summaries example * SDK regeneration * SDK regeneration * SDK regeneration * chore: Update package name * chore: Update v2 against cloud branch --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
# Conflicts: # .fernignore # .github/workflows/ci.yml # .github/workflows/release.yml # .gitignore # examples/chat_history/memory.py # examples/user_example.py # src/zep_cloud/langchain/vectorstore.py
# Conflicts: # pyproject.toml # src/zep_cloud/core/client_wrapper.py
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.
👍 Looks good to me! Reviewed everything up to 40f0cce in 17 seconds
More details
- Looked at
13
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. pyproject.toml:3
- Draft comment:
The version bump from 1.0.2 to 1.0.3 seems appropriate for minor updates or bug fixes. Please ensure that all other references to the version number in the project (if any) are also updated to maintain consistency. - Reason this comment was not posted:
Confidence changes required:33%
The PR is titled 'Bump version' and the change in the pyproject.toml file reflects an increment in the version number from 1.0.2 to 1.0.3. This is a typical change for a new release, likely indicating minor fixes or small feature additions as per semantic versioning. I need to ensure that this version change is consistent and appropriate given the context of the project. I will check if there are any other files that typically need to be updated in tandem with the version number, such as documentation or dependency files that might reference the version explicitly.
Workflow ID: wflow_YBy80cSJFiXoIgJy
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
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.
Summary:
This PR updates the project version in
pyproject.toml
from1.0.2
to1.0.3
.Key points:
version
inpyproject.toml
from1.0.2
to1.0.3
Generated with ❤️ by ellipsis.dev