Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.13.7
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.13.7'

- name: Cache pip dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10 AS main
FROM python:3.13.7 AS main

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.lite
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim AS lite
FROM python:3.13.7-slim AS lite

WORKDIR /app

Expand Down
20 changes: 11 additions & 9 deletions requirements.lite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,32 @@ langchain-google-vertexai==2.0.27
sqlalchemy==2.0.41
python-dotenv==1.1.1
fastapi==0.115.12
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pgvector==0.2.5
uvicorn==0.28.0
pypdf==6.0.0
unstructured==0.16.11
unstructured==0.18.14
markdown==3.8.2
networkx==3.2.1
pandas==2.2.1
pandas==2.2.3
openpyxl==3.1.5
docx2txt==0.9
pypandoc==1.15
PyJWT==2.8.0
asyncpg==0.29.0
asyncpg==0.30.0
python-multipart==0.0.19
aiofiles==24.1.0
rapidocr-onnxruntime==1.4.4
onnxruntime==1.20.1
rapidocr==2.0.6
opencv-python-headless==4.9.0.80
pymongo==4.6.3
langchain-mongodb==0.2.0
langchain-mongodb==0.4.0
cryptography==45.0.5
python-magic==0.4.27
python-pptx==1.0.2
xlrd==2.0.2
langchain-aws==0.2.1
boto3==1.34.144
langchain-aws==0.2.31
boto3==1.39.7
chardet==5.2.0
langchain-ollama==0.3.3
langchain-ollama==0.3.3
numpy==2.1.0
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,41 @@ langchain==0.3.26
langchain-community==0.3.27
langchain-openai==0.3.27
langchain-core==0.3.75
langchain-aws==0.2.1
langchain-aws==0.2.31
langchain-google-vertexai==2.0.27
langchain_text_splitters==0.3.8 # 0.3.3
boto3==1.34.144
boto3==1.39.7
sqlalchemy==2.0.41
python-dotenv==1.1.1
fastapi==0.115.12
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
pgvector==0.2.5
uvicorn==0.28.0
pypdf==6.0.0
unstructured==0.16.11
unstructured==0.18.14
markdown==3.8.2
networkx==3.2.1
pandas==2.2.1
pandas==2.2.3
openpyxl==3.1.5
docx2txt==0.9
pypandoc==1.15
PyJWT==2.8.0
asyncpg==0.29.0
asyncpg==0.30.0
python-multipart==0.0.19
sentence_transformers==3.1.1
aiofiles==24.1.0
rapidocr-onnxruntime==1.4.4
onnxruntime==1.20.1
rapidocr==2.0.6
opencv-python-headless==4.9.0.80
pymongo==4.6.3
langchain-mongodb==0.2.0
langchain-mongodb==0.4.0
langchain-ollama==0.3.3
langchain-huggingface==0.1.0
langchain-google-genai==2.1.10
cryptography==45.0.5
python-magic==0.4.27
python-pptx==1.0.2
xlrd==2.0.2
pydantic==2.9.2
pydantic==2.10.0
chardet==5.2.0
numpy==2.1.0
3 changes: 1 addition & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pytest==8.3.4
pytest-asyncio==0.26.0
pytest-postgresql==7.0.1
mongomock==4.3.0
httpx==0.27.0
httpx==0.28.1