Skip to content

Commit

Permalink
remove uv lock
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Feb 21, 2025
1 parent 3a239c5 commit 6a2f45c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const FullLogView = ({
<div className="flex justify-between mb-2">
<span className="text-xs font-medium uppercase text-secondary">
{(msg.name && `${msg.name}`) || msg.role}{" "}
{Array.isArray(msg.content) + " array "}
</span>
</div>
{Array.isArray(msg.content) ? (
Expand Down
3 changes: 1 addition & 2 deletions python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies = [
"typer",
"aiofiles",
"python-dotenv",
"websockets",
"numpy < 2.0.0",
"websockets",
"sqlmodel",
"psycopg",
"alembic",
Expand Down
12 changes: 10 additions & 2 deletions python/uv.lock

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

0 comments on commit 6a2f45c

Please sign in to comment.