From 25fe846c56dc53e68f2f710c3f6e363fd3961203 Mon Sep 17 00:00:00 2001 From: eve-git <54647458+eve-git@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:27:42 -0700 Subject: [PATCH] 23059 NR expiry should have a transaction (#1573) * log a transaction when an NR expired * fix: the newest namex wasn't pulled --- jobs/nr-day-job/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/nr-day-job/pyproject.toml b/jobs/nr-day-job/pyproject.toml index ae53dbef9..5a9f0a4c8 100644 --- a/jobs/nr-day-job/pyproject.toml +++ b/jobs/nr-day-job/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache Software License Version 2.0" [tool.poetry.dependencies] python = "^3.12" -namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api" } +namex = { git = "https://github.com/bcgov/namex.git", subdirectory = "api", rev = "main"} gcp_queue = { git = "https://github.com/bcgov/namex.git", subdirectory = "services/pubsub" } # flask-jwt-oidc = { git = "https://github.com/thorwolpert/flask-jwt-oidc.git" } flask-jwt-oidc = { git = "https://github.com/bolyachevets/flask-jwt-oidc.git", branch = "bump-flask-version" }