-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/pdct 1514 replace passed/approved from backend (#71)
* Add FIXMEs * Update logic for family published date * Validate the taxonomy * Bump to 3.8.24 * Try adding expression for published_date * Try adding expression for published_date * Fix metadata check * Fix logic for checking datetime_event)name * Return None if can't find datetime_event_name in event meta * Remove type ignore * Error handling
- Loading branch information
1 parent
4a7b4e8
commit 3db09ba
Showing
3 changed files
with
50 additions
and
10 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "db-client" | ||
version = "3.8.23" | ||
version = "3.8.24" | ||
description = "All things to do with the datamodel and its storage. Including alembic migrations and datamodel code." | ||
authors = ["CPR-dev-team <[email protected]>"] | ||
license = "Apache-2.0" | ||
|