Skip to content

Commit cf4bbcd

Browse files
authored
Merge pull request open-webui#10421 from open-webui/dev
fix: workflow
2 parents 9fdf2cd + c882aac commit cf4bbcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.11

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pydantic==2.10.6
44
python-multipart==0.0.18
55

66
python-socketio==5.11.3
7-
python-jose==3.3.0
7+
python-jose==3.4.0
88
passlib[bcrypt]==1.7.4
99

1010
requests==2.32.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"python-multipart==0.0.18",
1313

1414
"python-socketio==5.11.3",
15-
"python-jose==3.3.0",
15+
"python-jose==3.4.0",
1616
"passlib[bcrypt]==1.7.4",
1717

1818
"requests==2.32.3",

0 commit comments

Comments
 (0)