From 8d74b699439b710897400243e3dac8248ddbd56d Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Mon, 15 Jun 2026 14:47:44 -0400 Subject: [PATCH] 33508 - get most up to date schema Signed-off-by: Kial Jinnah --- python/common/business-registry-model/poetry.lock | 10 +++++----- python/common/business-registry-model/pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python/common/business-registry-model/poetry.lock b/python/common/business-registry-model/poetry.lock index 50d4638726..def3e100f2 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.70" +version = "2.18.71" 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.70" -resolved_reference = "0c6917857384e00aec36f0fbca57d7ee58ba2e1c" +reference = "2.18.71" +resolved_reference = "e8f9a9c1a2ae9a98f7fa8bb05a6f982cb765263c" [[package]] name = "requests" @@ -1733,7 +1733,7 @@ optional = false python-versions = ">=3.9,<4.0" groups = ["main"] files = [] -develop = true +develop = false [package.dependencies] sqlalchemy = ">=2.0.39,<3.0.0" @@ -2085,4 +2085,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "cd80cefcf1b1e001b6f98fe970fea715bc89a07fa7e5ff0c42410609fdc33c6c" +content-hash = "fe1cf8b7cb8ca6b865b16ee57b0e9fdf9759f624bb9962cbc17c915d17fb9660" diff --git a/python/common/business-registry-model/pyproject.toml b/python/common/business-registry-model/pyproject.toml index cd94c5adf2..b71c0863f8 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.30" +version = "3.3.31" 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.70", + "registry-schemas @ git+https://github.com/bcgov/business-schemas.git@2.18.71", "flask-migrate (>=4.1.0,<5.0.0)", "pg8000 (>=1.31.2,<2.0.0)", "pydantic (>=2.10.6,<3.0.0)",