Skip to content

Tags: kimtth/crewAI

Tags

0.175.0

Toggle 0.175.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI version and dependencies to 0.175.0 and tools to…

… 0.65.0 (crewAIInc#3417)

* Bump crewAI version from 0.165.1 to 0.175.0 in __init__.py.
* Update tools dependency from 0.62.1 to 0.65.0 in pyproject.toml and uv.lock files.
* Reflect changes in CLI templates for crew, flow, and tool configurations.

0.165.1

Toggle 0.165.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI version to 0.165.1 and tools dependency in templ…

…ates (crewAIInc#3359) (crewAIInc#3359)

0.165.0

Toggle 0.165.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI version to 0.165.0 and tools dependency to 0.62.1 (

crewAIInc#3357)

0.159.0

Toggle 0.159.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI and tools dependencies to version 0.159.0 and 0.…

…62.0 respectively (crewAIInc#3318)

- Bump crewAI version from 0.157.0 to 0.159.0
- Update tools dependency from 0.60.0 to 0.62.0 in pyproject.toml and uv.lock
- Ensure compatibility with the latest features and improvements in the tools package

0.157.0

Toggle 0.157.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewai to 0.157.0 and crewai-tools dependency to versio…

…n 0.60.0 (crewAIInc#3281)

* chore: update crewai-tools dependency to version 0.60.0

- Updated the `pyproject.toml` and `uv.lock` files to reflect the new version of `crewai-tools`.
- This change ensures compatibility with the latest features and improvements in the tools package.

* chore: bump CrewAI version to 0.157.0

- Updated the version in `__init__.py` to reflect the new release.
- Adjusted dependency versions in `pyproject.toml` files for crew, flow, and tool templates to ensure compatibility with the latest features and improvements in CrewAI.
- This change maintains consistency across the project and prepares for upcoming enhancements.

0.152.0

Toggle 0.152.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewai-tools dependency to version 0.59.0 and bump Crew…

…AI version to 0.152.0 (crewAIInc#3244)

- Updated `crewai-tools` dependency from `0.58.0` to `0.59.0` in `pyproject.toml` and `uv.lock`.
- Bumped the version of the CrewAI library from `0.150.0` to `0.152.0` in `__init__.py`.
- Updated dependency versions in CLI templates for crew, flow, and tool projects to reflect the new CrewAI version.

0.150.0

Toggle 0.150.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update dependencies and version in project files (crewAIInc#3212)

- Updated `crewai-tools` dependency from `0.55.0` to `0.58.0` in `pyproject.toml` and `uv.lock`.
- Added new packages `anthropic`, `browserbase`, `playwright`, `pyee`, and `stagehand` with their respective versions in `uv.lock`.
- Bumped the version of the CrewAI library from `0.148.0` to `0.150.0` in `__init__.py`.
- Updated dependency versions in CLI templates for crew, flow, and tool projects to reflect the new CrewAI version.

0.148.0

Toggle 0.148.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CrewAI version to 0.148.0 in project templates and dependencies (

crewAIInc#3172)

* Update CrewAI version to 0.148.0 in project templates and dependencies

* Update crewai-tools dependency to version 0.55.0 in pyproject.toml and uv.lock for improved functionality and performance.

0.141.0

Toggle 0.141.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update crewAI and dependencies to version 0.141.0 and 0.51.0 (c…

…rewAIInc#3128)

- Bump crewAI version to 0.141.0 in __init__.py for alignment with updated dependencies.
- Update `crewai-tools` dependency version to 0.51.0 in pyproject.toml and related template files.
- Add new testing dependencies: pytest-split and pytest-xdist for improved test execution.
- Ensure compatibility with the latest package versions in uv.lock and template files.

0.140.0

Toggle 0.140.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lorenze/new version 0.140.0 (crewAIInc#3106)

* fix: clean up whitespace and update dependencies

* Removed unnecessary whitespace in multiple files for consistency.
* Updated `crewai-tools` dependency version to `0.49.0` in `pyproject.toml` and related template files.
* Bumped CrewAI version to `0.140.0` in `__init__.py` for alignment with updated dependencies.

* chore: update pyproject.toml to exclude documentation from build targets

* Added exclusions for the `docs` directory in both wheel and sdist build targets to streamline the build process and reduce unnecessary file inclusion.

* chore: update uv.lock for dependency resolution and Python version compatibility

* Incremented revision to 2.
* Updated resolution markers to include support for Python 3.13 and adjusted platform checks for better compatibility.
* Added new wheel URLs for zstandard version 0.23.0 to ensure availability across various platforms.

* chore: pin json-repair dependency version in pyproject.toml and uv.lock

* Updated json-repair dependency from a range to a specific version (0.25.2) for consistency and to avoid potential compatibility issues.
* Adjusted related entries in uv.lock to reflect the pinned version, ensuring alignment across project files.

* chore: pin agentops dependency version in pyproject.toml and uv.lock

* Updated agentops dependency from a range to a specific version (0.3.18) for consistency and to avoid potential compatibility issues.
* Adjusted related entries in uv.lock to reflect the pinned version, ensuring alignment across project files.

* test: enhance cache call assertions in crew tests

* Improved the test for cache hitting between agents by filtering mock calls to ensure they include the expected 'tool' and 'input' keywords.
* Added assertions to verify the number of cache calls and their expected arguments, enhancing the reliability of the test.
* Cleaned up whitespace and improved readability in various test cases for better maintainability.