From c05bdf855cb341bfb501280e7658a7687d022cec Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Mon, 4 May 2026 11:05:52 -0400 Subject: [PATCH] Business Model: update schema dep version Signed-off-by: Kial Jinnah --- python/common/business-registry-model/poetry.lock | 8 ++++---- python/common/business-registry-model/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python/common/business-registry-model/poetry.lock b/python/common/business-registry-model/poetry.lock index d4bda154b5..fc0751ab87 100644 --- a/python/common/business-registry-model/poetry.lock +++ b/python/common/business-registry-model/poetry.lock @@ -1472,7 +1472,7 @@ rpds-py = ">=0.7.0" [[package]] name = "registry_schemas" -version = "2.18.64" +version = "2.18.67" description = "A short description of the project" optional = false python-versions = ">=3.6" @@ -1490,8 +1490,8 @@ strict-rfc3339 = "*" [package.source] type = "git" url = "https://github.com/bcgov/business-schemas.git" -reference = "2.18.64" -resolved_reference = "18b577402737130667e275d78a64e7a1ab3c9751" +reference = "2.18.67" +resolved_reference = "bd6808dbb26807ab2e5dc8bcdf0d28276b1f8e39" [[package]] name = "requests" @@ -2085,4 +2085,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "2252d662bcc7f5a43d0e61651e96b9e7a0efd5b71c61eb3f1cda5f630cff19da" +content-hash = "0b62ad5140bd575b7d74648f227d0c50346617e524196f097067482e7e328ddc" diff --git a/python/common/business-registry-model/pyproject.toml b/python/common/business-registry-model/pyproject.toml index 412148f283..d2f747a136 100644 --- a/python/common/business-registry-model/pyproject.toml +++ b/python/common/business-registry-model/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "business-model" -version = "3.3.25" +version = "3.3.26" description = "" authors = [ {name = "thor",email = "1042854+thorwolpert@users.noreply.github.com"} @@ -9,7 +9,7 @@ readme = "README.md" requires-python = ">=3.13,<3.14" dependencies = [ "sql-versioning @ git+https://github.com/bcgov/lear.git@main#subdirectory=python/common/sql-versioning-alt", - "registry-schemas @ git+https://github.com/bcgov/business-schemas.git@2.18.64", + "registry-schemas @ git+https://github.com/bcgov/business-schemas.git@2.18.67", "flask-migrate (>=4.1.0,<5.0.0)", "pg8000 (>=1.31.2,<2.0.0)", "pydantic (>=2.10.6,<3.0.0)",