Skip to content

Commit

Permalink
Fix one
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jun 19, 2024
1 parent ab0e09c commit db4be93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/poetry.lock

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

1 change: 0 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ langgraph-cli = ">=0.1.37"
langchain-community = "^0.2.0"

[tool.poetry.group.dev.dependencies]
uvicorn = "^0.23.2"
pygithub = "^2.1.1"

[tool.poetry.group.lint.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/unit_tests/app/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def test_list_and_create_assistants() -> None:
] == [
{
"assistant_id": aid,
"config": {},
"config": {"configurable": {"type": "chatbot"}},
"name": "bobby",
"public": False,
}
Expand Down

0 comments on commit db4be93

Please sign in to comment.