generated from ai-cfia/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Refactor organization data structure and validation in inspection pipeline * Refactor phone number validation in Organization model and add unit tests * Add website lowercase validation and update inspection tests for organization fields * Update version to 0.0.7 and remove unused import in inspection pipeline * Update phone number assertions in inspection tests to check for None values * Bump version to 0.0.8 in pyproject.toml * Update organization model field descriptions and adjust website validation in tests * Ensure website URLs start with 'www.' and convert to lowercase * Bump version to 0.0.8 in pyproject.toml
- Loading branch information
Showing
5 changed files
with
107 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "fertiscan_pipeline" | ||
version = "0.0.7" | ||
version = "0.0.8" | ||
description = "A pipeline for the FertiScan project" | ||
authors = [ | ||
{ name = "Albert Bryan Ndjeutcha", email = "[email protected]" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters