Skip to content

Commit

Permalink
[MDS-5935] Upgraded permit service python version (#3136)
Browse files Browse the repository at this point in the history
MDS-5935 Upgraded permit service python version
  • Loading branch information
simensma-fresh committed Jun 7, 2024
1 parent 5f5e715 commit cdbb19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/permits/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.13-slim

WORKDIR /code

Expand Down
5 changes: 3 additions & 2 deletions services/permits/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ git+https://github.com/deepset-ai/haystack.git@v1.24.1#egg=rest_api&subdirectory
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.1.1
Authlib~=1.3.0
requests~=2.31.0
requests~=2.32.3
python-dotenv==1.0.0
boto3
unstructured[pdf]==0.12.4
fastapi==0.108.0
pdf2image==1.17.0
pdf2image==1.17.0
Pillow==10.3.0

0 comments on commit cdbb19a

Please sign in to comment.