Skip to content
Merged
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
8 changes: 4 additions & 4 deletions frameworks/javascript/tanstack/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frameworks/javascript/tanstack/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"postcss": ">=8.5.10",
"launch-editor": ">=2.14.1",
"shell-quote": ">=1.8.4",
"undici": ">=7.28.0",
"ws": ">=8.20.1"
}
}
2 changes: 1 addition & 1 deletion mflix/server/python-fastapi/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ filelock>=3.20.3 # Transitive dep via huggingface-hub
aiohttp>=3.14.1 # CVE-2026-54273 / GHSA-4fvr-rgm6-gqmc (pipelined request queue)
orjson>=3.11.7 # Transitive dep via langsmith (CVE fix)
langchain-core>=1.4.0 # Transitive dep via langchain-text-splitters (Dependabot #63)
langsmith>=0.8.5 # Transitive dep via langchain-core (Dependabot #68)
langsmith>=0.8.18 # Transitive dep via langchain-core (Dependabot #101, GHSA-f4xh-w4cj-qxq8)
langchain-text-splitters>=1.1.2 # Transitive dep via langchain (CVE-2026-41481)
pygments>=2.20.0 # Transitive dep via rich/pytest (CVE-2026-4539)
pillow>=12.2.0 # Transitive dep via voyageai (Pillow 12.2.0 security fixes)
Expand Down
6 changes: 5 additions & 1 deletion mflix/server/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --no-annotate --output-file=requirements.txt --strip-extras requirements.in
#
aiohappyeyeballs==2.6.2
aiohttp==3.14.1
aiolimiter==1.2.1
Expand All @@ -13,6 +15,7 @@ attrs==26.1.0
certifi==2026.5.20
charset-normalizer==3.4.7
click==8.4.1
distro==1.9.0
dnspython==2.8.0
email-validator==2.3.0
fastapi==0.136.3
Expand All @@ -36,7 +39,7 @@ jsonpointer==3.1.1
langchain-core==1.4.0
langchain-protocol==0.0.16
langchain-text-splitters==1.1.2
langsmith==0.8.9
langsmith==0.9.1
markdown-it-py==4.2.0
mdurl==0.1.2
multidict==6.7.1
Expand All @@ -62,6 +65,7 @@ rich-toolkit==0.15.1
rignore==0.7.6
sentry-sdk==2.42.1
shellingham==1.5.4
sniffio==1.3.1
starlette==1.3.1
tenacity==9.1.4
tokenizers==0.23.1
Expand Down