Skip to content

Commit

Permalink
feature: psycopg2 to non-binary version
Browse files Browse the repository at this point in the history
  • Loading branch information
vmesel committed Jul 13, 2024
1 parent fa0703e commit b94042a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 75 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY poetry.lock pyproject.toml README.md /app/
COPY pytest.ini /app/dialog_lib/

USER root
RUN apt update -y && apt upgrade -y && apt install gcc libpq-dev -y
RUN pip install -U pip poetry

COPY /etc /app/etc
Expand Down
89 changes: 15 additions & 74 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SQLAlchemy = "^2.0.29"
click = "^8.1.7"
pgvector = "^0.2.5"
langchain-openai = "^0.1.8"
psycopg2-binary = "^2.9.9"
langchain-postgres = "0.0.7"
langchain-community = "^0.2.5"
langchain-anthropic = "^0.1.11"
Expand All @@ -22,6 +21,7 @@ responses = "^0.25.0"
aioresponses = "^0.7.6"
pytest-asyncio = "^0.23.6"
gspread = "^6.1.2"
psycopg2 = "^2.9.9"

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
Expand Down

0 comments on commit b94042a

Please sign in to comment.