Commit 187d7af
Add version constraint and fix documentation issues
- Add upper bound to evidently version constraint (>=0.5.0,<1.0) to prevent unexpected breakage from future major versions
- Fix documentation bug where test_suite.run() was incorrectly called as report.run()
- Fix TestSuite using incorrect parameter name (metrics instead of tests)
- Standardize import style to use explicit class imports for better clarity
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Hamza Tahir <htahir1@users.noreply.github.com>1 parent 60e9a1f commit 187d7af
File tree
2 files changed
+6
-6
lines changed- docs/book/component-guide/data-validators
- src/zenml/integrations/evidently
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
| 548 | + | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | | - | |
| 603 | + | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments