Update version to 0.126.0 and dependencies in pyproject.toml and lock files (#2961)
Some checks failed
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled

This commit is contained in:
Lorenze Jay
2025-06-04 17:49:07 -07:00
committed by GitHub
parent 34c813ed79
commit ba740c6157
6 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ warnings.filterwarnings(
category=UserWarning,
module="pydantic.main",
)
__version__ = "0.121.1"
__version__ = "0.126.0"
__all__ = [
"Agent",
"Crew",