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
14 changes: 7 additions & 7 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --python-version 3.12 --extra dev --extra langchain --universal --output-file requirements.lock pyproject.toml requirements.txt
# uv pip compile --python-version 3.12 pyproject.toml --extra dev --extra langchain requirements.txt --universal -o requirements.lock
aiohappyeyeballs==2.6.2
# via aiohttp
aiohttp==3.14.1
Expand Down Expand Up @@ -58,7 +58,7 @@ docstring-parser==0.18.0
# via anthropic
execnet==2.1.2
# via pytest-xdist
faiss-cpu==1.14.2
faiss-cpu==1.14.3
# via
# -r requirements.txt
# workflows (pyproject.toml)
Expand Down Expand Up @@ -112,11 +112,11 @@ jsonschema==4.26.0
# via workflows (pyproject.toml)
jsonschema-specifications==2025.9.1
# via jsonschema
langchain==1.3.4
langchain==1.3.9
# via
# -r requirements.txt
# workflows (pyproject.toml)
langchain-anthropic==1.4.4
langchain-anthropic==1.4.6
# via
# -r requirements.txt
# workflows (pyproject.toml)
Expand All @@ -126,7 +126,7 @@ langchain-community==0.4.2
# via
# -r requirements.txt
# workflows (pyproject.toml)
langchain-core==1.4.3
langchain-core==1.4.7
# via
# -r requirements.txt
# workflows (pyproject.toml)
Expand All @@ -140,7 +140,7 @@ langchain-core==1.4.3
# langgraph-checkpoint
# langgraph-prebuilt
# langgraph-sdk
langchain-openai==1.3.0
langchain-openai==1.3.2
# via
# -r requirements.txt
# workflows (pyproject.toml)
Expand Down Expand Up @@ -317,7 +317,7 @@ tenacity==9.1.4
# langchain-core
tiktoken==0.13.0
# via langchain-openai
tomlkit==0.14.0
tomlkit==0.15.0
# via
# -r requirements.txt
# workflows (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Core runtime dependencies
requests==2.34.2
pytest==9.0.3
pytest==9.1.0
pyyaml==6.0.3
pydantic==2.13.4
numpy==2.4.6
Expand Down
1 change: 0 additions & 1 deletion tests/workflows/test_consumer_sync_create_only_evidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def test_consumer_create_only_files_are_manifested() -> None:
for source in (
".github/workflows/pr-00-gate.yml",
".github/workflows/ci.yml",
".github/dependabot.yml",
):
assert source in entries
assert entries[source]["sync_mode"] == "create_only"
Expand Down
Loading