Feat: Update Deploy Dependencies

This commit is contained in:
sinergia 2024-11-01 18:35:34 -05:00
parent 4be1115e3a
commit b814fe232f
3 changed files with 1469 additions and 291 deletions

View File

@ -14,8 +14,6 @@ RUN poetry install --no-interaction --no-ansi --no-root
COPY ./app ./app
RUN pip3 install -r ./app/requirements.txt
RUN poetry install --no-interaction --no-ansi
EXPOSE 8080

1753
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,10 @@ packages = [
python = "^3.11"
uvicorn = "^0.23.2"
langserve = {extras = ["server"], version = ">=0.0.30"}
pydantic = "<2"
pydantic = "<3"
langchain-community = "^0.3.5"
langchain-openai = "^0.2.5"
langgraph = "^0.2.43"
[tool.poetry.group.dev.dependencies]