File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333 git pull origin next
3434
3535 - name : Cache NPM dependencies
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ~/.npm
3939 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
4040 restore-keys : |
4141 ${{ runner.os }}-node
4242
4343 - name : Cache Python dependencies
44- uses : actions/cache@v4
44+ uses : actions/cache@v5
4545 with :
4646 path : ~/.cache/pip
4747 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements/local.txt') }}
Original file line number Diff line number Diff line change 3232 persist-credentials : false
3333
3434 - name : Cache NPM dependencies
35- uses : actions/cache@v4
35+ uses : actions/cache@v5
3636 with :
3737 path : ~/.npm
3838 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v6
2424
2525 - name : Configure AWS credentials
26- uses : aws-actions/configure-aws-credentials@v5
26+ uses : aws-actions/configure-aws-credentials@v6
2727 with :
2828 aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
2929 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 1111 "@semantic-release/github" : " ^12.0.1" ,
1212 "@semantic-release/release-notes-generator" : " ^14.0.0" ,
1313 "prettier" : " ^3.1.1" ,
14- "typescript" : " ^5.2 .2"
14+ "typescript" : " ^6.0 .2"
1515 }
1616}
Original file line number Diff line number Diff line change 11
22isort==6.0.1
3- langchain==0.3.27
3+ langchain==1.2.14
44langchain-community==0.4.1
55langchain-core==1.1.0
6- langchain-experimental==0.3.4
7- langchain-openai==1.0.1
6+ langchain-experimental==0.4.1
7+ langchain-openai==1.1.12
88langchain-pinecone==0.2.12
9- langchain-tests==1.0 .2
9+ langchain-tests==1.1 .2
1010langchain-text-splitters==1.0.0
1111langchainhub==0.1.21
12- langsmith==0.4.39
13- openai==2.6.1
12+ langsmith==0.7.9
13+ openai==2.14.0
1414pinecone==8.0.0
1515pinecone-text
1616pydantic
1717pydantic-settings
1818pydantic_core
1919python-decouple==3.8
2020python-dotenv==1.2.1
21- pypdf==6.1.3
21+ pypdf==6.7.4
2222tiktoken==0.12.0
Original file line number Diff line number Diff line change 33
44# dev and test
55# ------------
6- pytest==9.0.1
7- pytest_mock==3.14 .1
6+ pytest==9.0.2
7+ pytest_mock==3.15 .1
88
99# Code linters, formatters, and security scanners
1010# ------------
11- black==25.11 .0
11+ black==26.1 .0
1212flake8==7.3.0
1313flake8-coding==1.3.2
14- pre-commit==4.2.0
14+ pre-commit==4.5.1
1515isort==6.0.1
16- mypy==1.17.1
17- pylint==4.0.4
18- bandit==1.8.6
16+ mypy==1.20.0
17+ pylint==4.0.5
18+ bandit==1.9.3
1919pydocstringformatter==0.7.5
20- tox==4.27.0
21- codespell==2.4.1
22- pylint==4.0.4
20+ tox==4.34.1
21+ codespell==2.4.2
22+ pylint==4.0.5
You can’t perform that action at this time.
0 commit comments