updating versions and adding instructor

This commit is contained in:
João Moura
2024-02-12 13:20:28 -08:00
parent 871643d98d
commit a1fcaa398c
2 changed files with 179 additions and 72 deletions

View File

@@ -18,12 +18,13 @@ Repository = "https://github.com/joaomdmoura/crewai"
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
pydantic = "^2.4.2"
langchain = "0.1.0"
langchain = "^0.1.0"
openai = "^1.7.1"
langchain-openai = "^0.0.2"
opentelemetry-api = "^1.22.0"
opentelemetry-sdk = "^1.22.0"
opentelemetry-exporter-otlp-proto-http = "^1.22.0"
instructor = "^0.5.2"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -43,6 +44,7 @@ cairosvg = "^2.7.1"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"