diff --git a/pyproject.toml b/pyproject.toml index d8384d92..c2223782 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ boto3 = "^1.34.151" 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.27-beta" } +db-client = { git = "https://github.com/climatepolicyradar/navigator-db-client.git", tag = "v3.8.27" } navigator-notify = { git = "https://github.com/climatepolicyradar/navigator-notify.git", tag = "v0.0.2-beta" } bcrypt = "4.0.1" fastapi-cli = "^0.0.5"