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

Add pydantic v1 compat #792

Merged
merged 7 commits into from
Oct 5, 2023
Merged

Add pydantic v1 compat #792

merged 7 commits into from
Oct 5, 2023

Conversation

mike0sv
Copy link
Collaborator

@mike0sv mike0sv commented Oct 2, 2023

closes #780

# Conflicts:
#	examples/integrations/fastapi_monitoring/fastapi/app.py
#	requirements.min.txt
#	setup.cfg
#	setup.py
#	src/evidently/base_metric.py
#	src/evidently/collector/config.py
#	src/evidently/collector/storage.py
#	src/evidently/core.py
#	src/evidently/experimental/report_set.py
#	src/evidently/metric_results.py
#	src/evidently/metrics/classification_performance/confusion_matrix_metric.py
#	src/evidently/metrics/classification_performance/objects.py
#	src/evidently/metrics/classification_performance/pr_table_metric.py
#	src/evidently/options/base.py
#	src/evidently/options/data_drift.py
#	src/evidently/pydantic_utils.py
#	src/evidently/suite/base_suite.py
#	src/evidently/tests/base_test.py
#	src/evidently/ui/dashboards.py
#	src/evidently/ui/models.py
#	src/evidently/ui/utils.py
#	src/evidently/ui/workspace.py
#	tests/conftest.py
#	tests/test_metric_results.py
#	tests/ui/test_dashboards.py
@mike0sv mike0sv mentioned this pull request Oct 3, 2023
# Conflicts:
#	src/evidently/suite/base_suite.py
@emeli-dral emeli-dral merged commit 6d3d68e into main Oct 5, 2023
18 checks passed
@emeli-dral emeli-dral deleted the feature/pd_v1_compat branch October 5, 2023 13:09
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.

Compatibility with pydantic v1 & v2
2 participants