-
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 1245 Remove default metadata value if metadata was null …
…& bump db_client to 3.8.5 (#173) * Bump db_client to 3.8.5 * Remove default metadata value * Bump to 2.10.9 * Check we're not updating metadata with None or empty values * Make sure family can be found for doc in test * Make metadata key value None * Make role not nullable for updates
- Loading branch information
1 parent
fbead9d
commit d191021
Showing
6 changed files
with
94 additions
and
13 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 = "admin_backend" | ||
version = "2.10.8" | ||
version = "2.10.9" | ||
description = "" | ||
authors = ["CPR-dev-team <[email protected]>"] | ||
packages = [{ include = "app" }, { include = "tests" }] | ||
|
@@ -29,7 +29,7 @@ boto3 = "^1.28.46" | |
moto = "^4.2.2" | ||
types-sqlalchemy = "^1.4.53.38" | ||
urllib3 = "^1.26.17" | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.4" } | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.5" } | ||
|
||
[tool.poetry.dev-dependencies] | ||
pre-commit = "^2.17.0" | ||
|
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