Skip to content

Commit 5580530

Browse files
committed
fix(deps): upgrade packages to address security vulnerabilities
1 parent 794d07d commit 5580530

File tree

2 files changed

+270
-144
lines changed

2 files changed

+270
-144
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ dev-django = [
3232
"django-stubs[compatible-mypy]>=5.2",
3333
"djangorestframework-camel-case>=1.4.2",
3434
"djangorestframework-simplejwt>=5.5.0",
35-
"drf-auth-kit[social]>=0.3.9",
35+
"drf-auth-kit[social]>=1.1.1",
3636
"drf-nested-routers>=0.95.0",
3737
"drf-spectacular>=0.28.0,<1",
3838
"drf-standardized-errors>=0.15.0",
3939
"environs>=14.1.1",
4040
"factory-boy>=3.3.3,<4",
4141
"ipython>=8.35.0",
42-
"langchain-community>=0.3.5,<1.0",
43-
"langchain-openai>=0.2.10,<1.0",
44-
"langchain>=0.3.0,<1.0",
42+
"langchain-community>=0.3.21,<1.0",
43+
"langchain-openai>=0.3.0,<1.0",
44+
"langchain>=0.3.18,<1.0",
4545
"psycopg-pool>=3.2.6,<4",
4646
"psycopg[binary]>=3.2.6,<4",
4747
"pytest-django>=4.11.1,<5",
@@ -134,7 +134,7 @@ core = [
134134
fast_channels = [
135135
"chanx[core]",
136136
"fast-channels>=1.0.2",
137-
"fastapi>=0.117.1"
137+
"fastapi>=0.118.0"
138138
]
139139

140140
[project.scripts]

0 commit comments

Comments
 (0)