Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: add integration dependencies for Simple Agent tests
  • Loading branch information
ogabrielluiz committed Dec 15, 2025
commit 096c4cd87656caa73dff18d4a4ad186d20fd65fd
7 changes: 7 additions & 0 deletions src/lfx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ dev = [
"pytest-cov>=7.0.0",
"ruff>=0.9.10",
]
integration = [
# Dependencies for running Simple Agent and other integration tests
"langchain-openai>=0.3.0,<1.0.0",
"langchain-community>=0.3.0,<1.0.0",
"beautifulsoup4>=4.12.0",
"lxml>=5.0.0",
]

[tool.coverage.run]
branch = true
Expand Down
18 changes: 15 additions & 3 deletions uv.lock

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