Skip to content
Open
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
4 changes: 2 additions & 2 deletions libs/bog-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pdf = ["pypdf>=4.0.0"]
# Video-frame reading for the read_file tool (video_reader middleware). PyAV
# decodes frames; Pillow encodes the sampled JPEGs. Both are imported lazily so
# a default install stays lean.
video = ["av>=17.0.0,<18.0.0", "pillow>=10.0.0,<13.0.0"]
video = ["av>=17.0.0,<19.0.0", "pillow>=10.0.0,<13.0.0"]

# ContextHubBackend — a persistent, versioned agent filesystem backed by a
# LangSmith Hub agent repo. langsmith arrives transitively via langchain, but
Expand Down Expand Up @@ -109,7 +109,7 @@ test = [
"pytest-timeout>=2.3.1,<3.0.0",
"pytest-socket",
"pytest-watcher>=0.3.4,<1.0.0",
"ruff>=0.12.2,<0.16.0",
"ruff>=0.12.2,<0.17.0",
"ty>=0.0.1,<1.0.0",
"pytest-asyncio>=1.3.0",
# GHSA-r7w7-9xr2-qq2r — fix landed in 1.1.14
Expand Down
Loading
Loading