-
Notifications
You must be signed in to change notification settings - Fork 223
chore(deps-dev): bump cohere from 5.8.1 to 5.11.0 #962
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
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.
Disclaimer: Experimental PR review
PR Summary
This pull request updates the 'cohere' development dependency from version 5.8.1 to 5.11.0 in the langfuse-python repository.
- Updated 'cohere' dependency version in
/pyproject.toml - Dependabot configuration in
/.github/dependabot.ymlmanages automated dependency updates - CI workflow in
/.github/workflows/ci.ymlwill run tests to ensure compatibility - Auto-merge for patch updates is configured in
/.github/workflows/dependabot-merge.yml - Manual rebase option available through
/.github/workflows/dependabot-rebase-stale.yml
No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
4a75c5e to
5558f9e
Compare
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.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This pull request updates the 'cohere' dependency from version 5.8.1 to 5.11.0, introducing changes to datetime handling and improving code readability across multiple files.
- Updated
start_datefield inCreateModelRequestfromdt.datetodt.datetimefor more precise timing - Enhanced timestamp parameter descriptions in
metrics/client.pyto include observations - Improved error handling in
models/client.pywith more specific exception raising - Updated example datetime format in
models/client.pyto use ISO 8601 format - Modified
README.mdandreference.mdto reflect changes related to the dependency update
6 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps cohere from 5.8.1 to 5.11.0. --- updated-dependencies: - dependency-name: cohere dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
5558f9e to
3fcb5d8
Compare
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.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This pull request enhances the Langfuse Python SDK's LangChain integration, focusing on improved handling of tool-related data in LLM actions and corresponding test coverage.
- Updated
__on_llm_actionmethod inlangfuse/callback/langchain.pyto process tool information from invocation parameters - Added new test function
test_callback_openai_functions_with_tools()intests/test_langchain.pyto verify correct handling of tool usage with OpenAI function calling - Enhanced CallbackHandler's ability to log structured tool data in LLM traces
- Improved integration testing for ChatOpenAI model with bound tools and Langfuse tracing
2 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
|
Superseded by #969. |
Bumps cohere from 5.8.1 to 5.11.0.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)