Feat: Update Deploy Dependencies
This commit is contained in:
parent
4be1115e3a
commit
b814fe232f
@ -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
1753
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user