Skip to content

Commit

Permalink
Hotfix for broken main. Builder was relying implicitly on transitive …
Browse files Browse the repository at this point in the history
…deps that were not included in newer packages anymore. Adding them explicitly (#1082)
  • Loading branch information
marius-baseten authored Aug 8, 2024
1 parent bbe03f4 commit 3f0cb83
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 14 additions & 14 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ python = ">=3.8,<3.12"
python-json-logger = ">=2.0.2"
PyYAML = ">=6.0"
requests = ">=2.31"
rich = "^13.4.2"
single-source = "^0.3.0"
tenacity = "^8.0.1"
uvicorn = "^0.24.0"
watchfiles = "^0.19.0"

[tool.poetry.dev-dependencies]
coverage = "^6.4.1"
Expand Down

0 comments on commit 3f0cb83

Please sign in to comment.