feat: bump versions to 1.14.5a6 (#5827)

This commit is contained in:
Heitor Carvalho
2026-05-15 16:51:59 -03:00
committed by GitHub
parent eefe0e42ac
commit 65ec783aae
9 changed files with 12 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ def _suppress_pydantic_deprecation_warnings() -> None:
_suppress_pydantic_deprecation_warnings()
__version__ = "1.14.5a5"
__version__ = "1.14.5a6"
_LAZY_IMPORTS: dict[str, tuple[str, str]] = {
"Memory": ("crewai.memory.unified_memory", "Memory"),