updating versions

This commit is contained in:
João Moura
2024-01-09 12:12:39 -03:00
parent 1677d6fc0d
commit 3e545b93db
7 changed files with 2128 additions and 1807 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"

File diff suppressed because it is too large Load Diff

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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"