Skip to content

Commit 225f155

Browse files
chore(release): 1.19.7 [skip ci]
## [1.19.7](v1.19.6...v1.19.7) (2026-03-14) ### Bug Fixes * enhance migrations with safe helpers, remove deprecated patterns, and guard against missing resources ([f66ec23](f66ec23))
1 parent a4e2d46 commit 225f155

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.19.7](https://github.com/project-david-ai/platform/compare/v1.19.6...v1.19.7) (2026-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* enhance migrations with safe helpers, remove deprecated patterns, and guard against missing resources ([f66ec23](https://github.com/project-david-ai/platform/commit/f66ec239930c9d5c71439a629330646e31afde79))
7+
18
## [1.19.6](https://github.com/project-david-ai/platform/compare/v1.19.5...v1.19.6) (2026-03-14)
29

310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "entities_api"
7-
version = "1.19.6"
7+
version = "1.19.7"
88
description = "Unified multi vendor AI inference API"
99
readme = "README.md"
1010

src/api/sandbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "entities_sandbox"
7-
version = "1.19.6"
7+
version = "1.19.7"
88
description = "Core sandbox environment for AI and data analysis"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)