Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dev = [
"mypy>=0.981,<1.0.0",
"pre-commit>=3.2.0,<4.2.0",
"pytest>=8.0.0,<10.0.0",
"ruff>=0.13.0,<0.14.0",
"ruff>=0.13.0,<0.17.0",
Comment thread
liramon2 marked this conversation as resolved.
"responses>=0.6.1,<1.0.0",
"mem0ai>=0.1.104,<1.0.0",
"opensearch-py>=2.8.0,<3.0.0",
Expand Down Expand Up @@ -127,7 +127,7 @@ features = ["mem0-memory", "local-chromium-browser", "agent-core-browser", "agen
dependencies = [
"strands-agents>=1.0.0",
"mypy>=0.981,<1.0.0",
"ruff>=0.13.0,<0.14.0",
"ruff>=0.13.0,<0.17.0",
]

[tool.hatch.envs.hatch-static-analysis.scripts]
Expand Down
Loading