File tree Expand file tree Collapse file tree 10 files changed +9
-32
lines changed
crewai-files/src/crewai_files
devtools/src/crewai_devtools Expand file tree Collapse file tree 10 files changed +9
-32
lines changed Original file line number Diff line number Diff line change 152152 "wrap_file_source" ,
153153]
154154
155- __version__ = "1.9.3 "
155+ __version__ = "1.10.0 "
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies = [
1111 " pytube~=15.0.0" ,
1212 " requests~=2.32.5" ,
1313 " docker~=7.1.0" ,
14- " crewai==1.9.3 " ,
14+ " crewai==1.10.0 " ,
1515 " tiktoken~=0.8.0" ,
1616 " beautifulsoup4~=4.13.4" ,
1717 " python-docx~=1.2.0" ,
Original file line number Diff line number Diff line change 291291 "ZapierActionTools" ,
292292]
293293
294- __version__ = "1.9.3 "
294+ __version__ = "1.10.0 "
Original file line number Diff line number Diff line change 2011720117 "humanized_name": "Web Automation Tool",
2011820118 "init_params_schema": {
2011920119 "$defs": {
20120- "AvailableModel": {
20121- "enum": [
20122- "gpt-4o",
20123- "gpt-4o-mini",
20124- "claude-3-5-sonnet-latest",
20125- "claude-3-7-sonnet-latest",
20126- "computer-use-preview",
20127- "gemini-2.0-flash"
20128- ],
20129- "title": "AvailableModel",
20130- "type": "string"
20131- },
2013220120 "EnvVar": {
2013320121 "properties": {
2013420122 "default": {
2020620194 "default": null,
2020720195 "title": "Model Api Key"
2020820196 },
20209- "model_name": {
20210- "anyOf": [
20211- {
20212- "$ref": "#/$defs/AvailableModel"
20213- },
20214- {
20215- "type": "null"
20216- }
20217- ],
20218- "default": "claude-3-7-sonnet-latest"
20219- },
2022020197 "project_id": {
2022120198 "anyOf": [
2022220199 {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Repository = "https://github.com/crewAIInc/crewAI"
5353
5454[project .optional-dependencies ]
5555tools = [
56- " crewai-tools==1.9.3 " ,
56+ " crewai-tools==1.10.0 " ,
5757]
5858embeddings = [
5959 " tiktoken~=0.8.0"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def filtered_warn(
4141
4242_suppress_pydantic_deprecation_warnings ()
4343
44- __version__ = "1.9.3 "
44+ __version__ = "1.10.0 "
4545_telemetry_submitted = False
4646
4747
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.9.3 "
8+ " crewai[tools]==1.10.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.9.3 "
8+ " crewai[tools]==1.10.0 "
99]
1010
1111[project .scripts ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description = "Power up your crews with {{folder_name}}"
55readme = " README.md"
66requires-python = " >=3.10,<3.14"
77dependencies = [
8- " crewai[tools]>=0.203.1 "
8+ " crewai[tools]==1.10.0 "
99]
1010
1111[tool .crewai ]
Original file line number Diff line number Diff line change 11"""CrewAI development tools."""
22
3- __version__ = "1.9.3 "
3+ __version__ = "1.10.0 "
You can’t perform that action at this time.
0 commit comments