Update version to 0.120.0 and dependencies in pyproject.toml and uv.lock files (#2835)

This commit is contained in:
Lorenze Jay
2025-05-14 16:48:21 -07:00
committed by GitHub
parent b4dfb19a3a
commit 3a114463f9
6 changed files with 11 additions and 11 deletions

View File

@@ -17,7 +17,7 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.119.0"
__version__ = "0.120.0"
__all__ = [
"Agent",
"Crew",