Skip to content

Commit

Permalink
fix(backend): Add missing strenum dependency
Browse files Browse the repository at this point in the history
Follow-up hotfix for #8358
  • Loading branch information
Pwuts committed Nov 25, 2024
1 parent eef9bbe commit 3d21d54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions autogpt_platform/backend/poetry.lock

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

1 change: 1 addition & 0 deletions autogpt_platform/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pytest-asyncio = "^0.24.0"
python-dotenv = "^1.0.1"
redis = "^5.2.0"
sentry-sdk = "2.18.0"
strenum = "^0.4.9"
supabase = "^2.10.0"
tenacity = "^9.0.0"
uvicorn = { extras = ["standard"], version = "^0.32.0" }
Expand Down

0 comments on commit 3d21d54

Please sign in to comment.