-
Notifications
You must be signed in to change notification settings - Fork 385
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
[CONFIG] argilla server
: Review and update dependencies
#5649
Conversation
argilla server
: Review and update dependenciesargilla server
: Review and update dependencies
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #5649 +/- ##
===========================================
- Coverage 91.23% 91.20% -0.04%
===========================================
Files 150 150
Lines 6250 6250
===========================================
- Hits 5702 5700 -2
- Misses 548 550 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…-io/argilla into chore/argilla-server/update-deps
argilla server
: Review and update dependenciesargilla server
: Review and update dependencies
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, added some questions.
try: | ||
from enum import StrEnum | ||
except ImportError: | ||
from enum import Enum |
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.
🙈
Description
Type of change
How Has This Been Tested
Checklist