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

build(deps): always use latest anthropic version #292

Merged
merged 2 commits into from
Nov 29, 2024
Merged

Conversation

ErikBjare
Copy link
Owner

@ErikBjare ErikBjare commented Nov 29, 2024

Fixes #291


Important

Update anthropic dependency in pyproject.toml to always use the latest version.

  • Dependencies:
    • Update anthropic version constraint in pyproject.toml to always use the latest version (*).

This description was created by Ellipsis for c5ad761. It will automatically update as commits are pushed.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a 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 c5ad761 in 8 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. pyproject.toml:61
  • Draft comment:
    Using anthropic = "*" can lead to potential issues with backward compatibility and stability. Consider specifying a version range to avoid unexpected breaking changes.
  • Reason this comment was not posted:
    Comment did not seem useful.

Workflow ID: wflow_2MLFATgevPR51ZqJ


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@codecov-commenter
Copy link

codecov-commenter commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.24%. Comparing base (190fcd7) to head (08d7b69).
Report is 1 commits behind head on master.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #292      +/-   ##
==========================================
- Coverage   72.31%   72.24%   -0.07%     
==========================================
  Files          64       64              
  Lines        4331     4331              
==========================================
- Hits         3132     3129       -3     
- Misses       1199     1202       +3     
Flag Coverage Δ
anthropic/claude-3-haiku-20240307 70.93% <ø> (-0.17%) ⬇️
openai/gpt-4o-mini 70.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skipped PR review on 08d7b69 because no changed files had a supported extension. If you think this was in error, please contact us and we'll fix it right away.

@ErikBjare ErikBjare merged commit 8d1ccac into master Nov 29, 2024
6 checks passed
@ErikBjare ErikBjare deleted the dev/new-deps branch November 29, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gptme-server fails with TypeError: Client.__init__() got an unexpected keyword argument 'proxies'
2 participants