Skip to content

Commit

Permalink
Merge pull request #80 from pwei1018/improve-logging
Browse files Browse the repository at this point in the history
Update notify api version.
  • Loading branch information
pwei1018 authored Nov 3, 2024
2 parents c7940db + 8442b9f commit b4c0ff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions notify-service/notify-delivery/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notify-service/notify-delivery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "notify_delivery", from = "src"}]

[tool.poetry.dependencies]
python = "^3.12"
notify-api = { git = "https://github.com/pwei1018/bcros-common.git", subdirectory = "notify-service/notify-api", branch = "improve-logging" }
notify-api = { git = "https://github.com/bcgov/bcros-common.git", subdirectory = "notify-service/notify-api", branch = "main" }

[tool.poetry.group.test.dependencies]
psycopg2 = "^2.9.9"
Expand Down

0 comments on commit b4c0ff8

Please sign in to comment.