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

[REFACTOR] argilla server: using pydantic v2 #5666

Merged
merged 32 commits into from
Nov 20, 2024

fix: webhook models updated to use Pydantic v2

59d2122
Select commit
Loading
Failed to load commit list.
Merged

[REFACTOR] argilla server: using pydantic v2 #5666

fix: webhook models updated to use Pydantic v2
59d2122
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 19, 2024 in 1s

98.33% of diff hit (target 91.55%)

View this Pull Request on Codecov

98.33% of diff hit (target 91.55%)

Annotations

Check warning on line 85 in argilla-server/src/argilla_server/api/schemas/v1/webhooks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/schemas/v1/webhooks.py#L85

Added line #L85 was not covered by tests

Check warning on line 95 in argilla-server/src/argilla_server/api/schemas/v1/webhooks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/api/schemas/v1/webhooks.py#L95

Added line #L95 was not covered by tests

Check warning on line 51 in argilla-server/src/argilla_server/errors/error_handler.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/errors/error_handler.py#L51

Added line #L51 was not covered by tests

Check warning on line 46 in argilla-server/src/argilla_server/jobs/hub_jobs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/jobs/hub_jobs.py#L46

Added line #L46 was not covered by tests

Check warning on line 48 in argilla-server/src/argilla_server/models/mixins.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/models/mixins.py#L48

Added line #L48 was not covered by tests

Check warning on line 22 in argilla-server/src/argilla_server/utils.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

argilla-server/src/argilla_server/utils.py#L22

Added line #L22 was not covered by tests