mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-10 22:38:00 -05:00
updating versions
This commit is contained in:
1275
landing_page_generator/poetry.lock
generated
1275
landing_page_generator/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,9 +6,7 @@ authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10.0,<3.12"
|
||||
crewai = "^0.1.6"
|
||||
langchain = '==0.0.335'
|
||||
openai = '==0.28.1'
|
||||
crewai = "^0.1.24"
|
||||
unstructured = '==0.10.25'
|
||||
tools = "^0.1.9"
|
||||
tasks = "^2.8.0"
|
||||
|
||||
1366
stock_analysis/poetry.lock
generated
1366
stock_analysis/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,18 +6,19 @@ authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10.0,<3.12"
|
||||
crewai = "0.1.6"
|
||||
langchain = '==0.0.335'
|
||||
openai = '==0.28.1'
|
||||
crewai = "0.1.24"
|
||||
unstructured = '==0.10.25'
|
||||
pyowm = '3.3.0'
|
||||
tools = "^0.1.9"
|
||||
wikipedia = "1.4.0"
|
||||
yfinance = "0.2.33"
|
||||
yfinance = "0.2.35"
|
||||
sec-api = "1.0.17"
|
||||
tiktoken = "0.5.2"
|
||||
faiss-cpu = "1.7.4"
|
||||
python-dotenv = "1.0.0"
|
||||
langchain-community = "0.0.10"
|
||||
langchain-core = "0.1.8"
|
||||
openai = "1.7.0"
|
||||
|
||||
[tool.pyright]
|
||||
# https://github.com/microsoft/pyright/blob/main/docs/configuration.md
|
||||
|
||||
@@ -5,7 +5,7 @@ import requests
|
||||
from langchain.tools import tool
|
||||
from langchain.text_splitter import CharacterTextSplitter
|
||||
from langchain.embeddings import OpenAIEmbeddings
|
||||
from langchain.vectorstores import FAISS
|
||||
from langchain_community.vectorstores import FAISS
|
||||
|
||||
from sec_api import QueryApi
|
||||
from unstructured.partition.html import partition_html
|
||||
|
||||
1275
trip_planner/poetry.lock
generated
1275
trip_planner/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,9 +6,7 @@ authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10.0,<3.12"
|
||||
crewai = "0.1.6"
|
||||
langchain = '==0.0.335'
|
||||
openai = '==0.28.1'
|
||||
crewai = "0.1.24"
|
||||
unstructured = '==0.10.25'
|
||||
pyowm = '3.3.0'
|
||||
tools = "^0.1.9"
|
||||
|
||||
Reference in New Issue
Block a user