Skip to content

Commit 03b4682

Browse files
chore: fix build issues (#710)
Co-authored-by: Maryam Khidir <[email protected]>
1 parent a2c25d9 commit 03b4682

File tree

10 files changed

+40
-2159
lines changed

10 files changed

+40
-2159
lines changed

.flake8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ exclude =
88
cdk.out/
99
dist/
1010
node_modules/
11-
.venv/
11+
.venv/
12+
venv/

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
cdk synth
3131
- name: PyTests
3232
# Suppression of pip audit failure until langchain is upgraded.
33+
# ignoring known unresolved vuln - https://github.com/pdfminer/pdfminer.six/issues/1175
3334
run: |
3435
pip install -r pytest_requirements.txt
3536
flake8 .
3637
bandit -c bandit.yaml -r .
37-
pip-audit -r pytest_requirements.txt
38-
pip-audit -r lib/shared/web-crawler-batch-job/requirements.txt
38+
pip-audit -r pytest_requirements.txt --ignore-vuln GHSA-f83h-ghpp-7wcc
39+
pip-audit -r lib/shared/web-crawler-batch-job/requirements.txt --ignore-vuln GHSA-f83h-ghpp-7wcc
3940
pip-audit -r lib/shared/file-import-batch-job/requirements.txt
4041
pytest tests/
4142
- name: Frontend

lib/shared/file-import-batch-job/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ langchain-community==0.3.31
99
opensearch-py==3.0.0
1010
psycopg2-binary==2.9.10
1111
pgvector==0.2.2
12-
urllib3==2.5.0
12+
urllib3==2.6.0
1313
openai==1.47.0
1414
beautifulsoup4==4.12.2
1515
requests==2.32.5

lib/shared/layers/common/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ cfnresponse==1.1.2
44
aws_requests_auth==0.4.3
55
requests-aws4auth==1.2.3
66
langchain==0.3.27
7-
langchain-core==0.3.79
7+
langchain-core==0.3.80
88
langchain-aws==0.2.10
99
langchain-community==0.3.31
1010
langchain-openai==0.3.35
1111
langchain-text-splitters==0.3.11
1212
opensearch-py==2.4.2
1313
psycopg2-binary==2.9.7
1414
pgvector==0.2.2
15-
urllib3==2.5.0
15+
urllib3==2.6.0
1616
beautifulsoup4==4.12.2
1717
requests==2.32.5
1818
attrs==23.1.0

lib/shared/layers/python-sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"requests-aws4auth>=1.2.3",
4242

4343
# Web and parsing
44-
"urllib3==2.5.0",
44+
"urllib3==2.6.0",
4545
"beautifulsoup4>=4.12.2",
4646
"requests>=2.32.4",
4747
"attrs>=23.1.0",

lib/shared/web-crawler-batch-job/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ langchain==0.3.27
88
opensearch-py==3.0.0
99
psycopg2-binary==2.9.10
1010
pgvector==0.2.2
11-
urllib3==2.5.0
11+
urllib3==2.6.0
1212
openai==0.28.0
1313
beautifulsoup4==4.12.2
1414
requests==2.32.5
1515
attrs==23.1.0
1616
feedparser==6.0.11
1717
aws_xray_sdk==2.14.0
1818
defusedxml==0.7.1
19-
pdfplumber==0.11.0
19+
pdfplumber==0.11.8
20+
pdfminer.six==20251107

lib/user-interface/react-app/package-lock.json

Lines changed: 10 additions & 1390 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)