Compare commits

...

2 Commits

Author SHA1 Message Date
Greyson LaLonde
74bd5b0f39 Merge branch 'main' into feat/bump-version-1.14.3a4 2026-04-24 23:58:25 +08:00
Greyson Lalonde
183508639b feat: bump versions to 1.14.3a4 2026-04-24 04:37:22 +08:00
9 changed files with 9 additions and 9 deletions

View File

@@ -152,4 +152,4 @@ __all__ = [
"wrap_file_source",
]
__version__ = "1.14.3a3"
__version__ = "1.14.3a4"

View File

@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
dependencies = [
"pytube~=15.0.0",
"requests>=2.33.0,<3",
"crewai==1.14.3a3",
"crewai==1.14.3a4",
"tiktoken~=0.8.0",
"beautifulsoup4~=4.13.4",
"python-docx~=1.2.0",

View File

@@ -321,4 +321,4 @@ __all__ = [
"ZapierActionTools",
]
__version__ = "1.14.3a3"
__version__ = "1.14.3a4"

View File

@@ -55,7 +55,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
[project.optional-dependencies]
tools = [
"crewai-tools==1.14.3a3",
"crewai-tools==1.14.3a4",
]
embeddings = [
"tiktoken~=0.8.0"

View File

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

View File

@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]==1.14.3a3"
"crewai[tools]==1.14.3a4"
]
[project.scripts]

View File

@@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]==1.14.3a3"
"crewai[tools]==1.14.3a4"
]
[project.scripts]

View File

@@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[tools]==1.14.3a3"
"crewai[tools]==1.14.3a4"
]
[tool.crewai]

View File

@@ -1,3 +1,3 @@
"""CrewAI development tools."""
__version__ = "1.14.3a3"
__version__ = "1.14.3a4"