Skip to content

Commit

Permalink
updating crewai versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Feb 14, 2024
1 parent 86bd699 commit 54f5e66
Show file tree
Hide file tree
Showing 15 changed files with 6,350 additions and 2,080 deletions.
2 changes: 1 addition & 1 deletion CrewAI-LangGraph/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crewai==0.1.32
crewai==0.11.0
langgraph==0.0.15
langchain-community==0.0.14
python-dotenv==1.0.0
Expand Down
1,204 changes: 804 additions & 400 deletions azure_model/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion azure_model/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["ITLackey <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
python-dotenv = "1.0.0"
langchain_openai = "0.0.2"

Expand Down
1,985 changes: 1,985 additions & 0 deletions game-builder-crew/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion game-builder-crew/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
python-dotenv = "1.0.0"

[tool.pyright]
Expand Down
1,373 changes: 974 additions & 399 deletions instagram_post/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions instagram_post/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
python-dotenv = "1.0.0"
opencv-python = "4.8.1.78"
google-search-results = "2.4.2"
Expand All @@ -23,4 +23,4 @@ ignore = ['W291', 'W292', 'W293']

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
1,269 changes: 860 additions & 409 deletions landing_page_generator/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion landing_page_generator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "^0.1.24"
crewai = "^0.11.0"
unstructured = '==0.10.25'
tools = "^0.1.9"
tasks = "^2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion markdown_validator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["ITLackey <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
python-dotenv = "1.0.0"
markdown = "3.4.3"
pymarkdownlnt = "0.9.15"
Expand Down
1 change: 1 addition & 0 deletions prep-for-a-meeting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
langchain-exa==0.0.1
exa_py=1.0.7
python-dotenv=1.0.1
crewai=0.11.0
1,309 changes: 856 additions & 453 deletions stock_analysis/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions stock_analysis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
unstructured = '==0.10.25'
pyowm = '3.3.0'
tools = "^0.1.9"
Expand All @@ -18,7 +18,7 @@ faiss-cpu = "1.7.4"
python-dotenv = "1.0.0"
langchain-community = "0.0.10"
langchain-core = "0.1.8"
openai = "1.7.0"
openai = "1.7.1"

[tool.pyright]
# https://github.com/microsoft/pyright/blob/main/docs/configuration.md
Expand Down
1,269 changes: 860 additions & 409 deletions trip_planner/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trip_planner/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.12"
crewai = "0.1.24"
crewai = "^0.11.0"
unstructured = '==0.10.25'
pyowm = '3.3.0'
tools = "^0.1.9"
Expand Down

0 comments on commit 54f5e66

Please sign in to comment.