ragflow/test/testcases/test_http_api/test_dataset_mangement
Liu An b5ffca332a
Refa: validation utils to use Pydantic v2 style models (#9037)
### What problem does this PR solve?

- Update BaseModel to use model_config instead of Config class
- Replace StrEnum with Literal types for method fields
- Convert Field declarations to Annotated style

### Type of change

- [x] Refactoring
2025-07-25 12:16:45 +08:00
..
conftest.py Test: Refactor test fixtures to use HttpApiAuth naming consistently (#8180) 2025-06-11 14:25:40 +08:00
test_create_dataset.py Refa: validation utils to use Pydantic v2 style models (#9037) 2025-07-25 12:16:45 +08:00
test_delete_datasets.py Test: Add web API test suite for knowledge base operations (#8254) 2025-06-13 16:39:10 +08:00
test_list_datasets.py Refa: validation utils to use Pydantic v2 style models (#9037) 2025-07-25 12:16:45 +08:00
test_update_dataset.py Refa: validation utils to use Pydantic v2 style models (#9037) 2025-07-25 12:16:45 +08:00