Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b2f528

Browse files
34595 allow empty firstname for director schema change (#4739)
1 parent d944c68 commit 9b2f528

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

python/common/business-registry-model/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/common/business-registry-model/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "business-model"
3-
version = "3.4.13"
3+
version = "3.4.14"
44
description = ""
55
authors = [
66
{name = "thor",email = "[email protected]"}
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.13,<3.14"
1010
dependencies = [
1111
"sql-versioning @ git+https://github.com/bcgov/lear.git@main#subdirectory=python/common/sql-versioning-alt",
12-
"registry-schemas @ git+https://github.com/bcgov/[email protected].83",
12+
"registry-schemas @ git+https://github.com/bcgov/[email protected].84",
1313
"flask-migrate (>=4.1.0,<5.0.0)",
1414
"pg8000 (>=1.31.2,<2.0.0)",
1515
"pydantic (>=2.10.6,<3.0.0)",

0 commit comments

Comments
 (0)