File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
devtools/src/crewai_devtools Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies = [
1212 " pytube>=15.0.0" ,
1313 " requests>=2.32.5" ,
1414 " docker>=7.1.0" ,
15- " crewai==1.2.1 " ,
15+ " crewai==1.3.0 " ,
1616 " lancedb>=0.5.4" ,
1717 " tiktoken>=0.8.0" ,
1818 " beautifulsoup4>=4.13.4" ,
Original file line number Diff line number Diff line change 287287 "ZapierActionTools" ,
288288]
289289
290- __version__ = "1.2.1 "
290+ __version__ = "1.3.0 "
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
4848
4949[project .optional-dependencies ]
5050tools = [
51- " crewai-tools==1.2.1 " ,
51+ " crewai-tools==1.3.0 " ,
5252]
5353embeddings = [
5454 " tiktoken~=0.8.0"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def filtered_warn(
4040
4141_suppress_pydantic_deprecation_warnings ()
4242
43- __version__ = "1.2.1 "
43+ __version__ = "1.3.0 "
4444_telemetry_submitted = False
4545
4646
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55authors = [{ name = " Your Name" , email = " you@example.com" }]
66requires-python = " >=3.10,<3.14"
77dependencies = [
8- " crewai[tools]==1.2.1 "
8+ " crewai[tools]==1.3.0 "
99]
1010
1111[project .scripts ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "{{name}} using crewAI"
55authors = [{ name = " Your Name" , email = " you@example.com" }]
66requires-python = " >=3.10,<3.14"
77dependencies = [
8- " crewai[tools]==1.2.1 "
8+ " crewai[tools]==1.3.0 "
99]
1010
1111[project .scripts ]
Original file line number Diff line number Diff line change 11"""CrewAI development tools."""
22
3- __version__ = "1.2.1 "
3+ __version__ = "1.3.0 "
You can’t perform that action at this time.
0 commit comments