diff --git a/queue_services/business-pay/poetry.lock b/queue_services/business-pay/poetry.lock index a31d6114a1..c273a28f92 100644 --- a/queue_services/business-pay/poetry.lock +++ b/queue_services/business-pay/poetry.lock @@ -398,7 +398,7 @@ simple-cloudevent = {git = "https://github.com/daxiom/simple-cloudevent.py.git"} type = "git" url = "https://github.com/thorwolpert/sbc-connect-common.git" reference = "main" -resolved_reference = "5031471d380a3b8b6ca8b4249555c258507595b6" +resolved_reference = "eb74a07e38a831e539681c4def772f0a00296e3b" subdirectory = "python/gcp-queue" [[package]] @@ -1641,7 +1641,7 @@ structlog = "^24.1.0" type = "git" url = "https://github.com/thorwolpert/sbc-connect-common.git" reference = "main" -resolved_reference = "5031471d380a3b8b6ca8b4249555c258507595b6" +resolved_reference = "eb74a07e38a831e539681c4def772f0a00296e3b" subdirectory = "python/structured-logging" [[package]] diff --git a/queue_services/business-pay/pyproject.toml b/queue_services/business-pay/pyproject.toml index 3181e3e085..20b85454e3 100644 --- a/queue_services/business-pay/pyproject.toml +++ b/queue_services/business-pay/pyproject.toml @@ -15,9 +15,7 @@ python-dotenv = "^1.0.1" asyncio-nats-client = "^0.11.5" asyncio-nats-streaming = "^0.4.0" protobuf = "3.19.5" -# gcp-queue = {version = "^0.3.0", source = "sbc-connect"} gcp-queue = { git = "https://github.com/thorwolpert/sbc-connect-common.git", subdirectory = "python/gcp-queue", branch = "main" } -# structured-logging = {version = "^0.4.0", source = "sbc-connect"} structured-logging = { git = "https://github.com/thorwolpert/sbc-connect-common.git", subdirectory = "python/structured-logging", branch = "main" } sentry-sdk = {extras = ["flask"], version = "^2.1.1"} launchdarkly-server-sdk = "^9.4.0" @@ -32,12 +30,6 @@ black = "^24.4.2" zimports = "^0.6.1" lovely-pytest-docker = "^0.3.1" - -# [[tool.poetry.source]] -# name = "sbc-connect" -# url = "https://northamerica-northeast1-python.pkg.dev/c4hnrd-tools/python/simple/" -# priority = "explicit" - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"