-
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 1095 move document type to taxonomy (#175)
* Bump to 2.10.11 * Bump db_client to 3.8.7 - dev commit * Update document helpers * Add type to metadata in tests & use helper function in test_update * Fix test * Bump dbclient to 3.8.6 * Bump dbclient to 3.8.7 * Fix test * Populate doc type in test setup * Bump to 2.10.12
- Loading branch information
1 parent
9a61abd
commit 63a3f9b
Showing
6 changed files
with
89 additions
and
130 deletions.
There are no files selected for viewing
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.11" | ||
version = "2.10.12" | ||
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.6" } | ||
db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.7" } | ||
|
||
[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
Oops, something went wrong.