Skip to content

Commit cf8fc57

Browse files
authored
Always upgrade when pip installing during patch (#659)
* Always upgrade when pip installing. * Bump pyproject.
1 parent ac16c0c commit cf8fc57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "truss"
3-
version = "0.7.6"
3+
version = "0.7.7rc2"
44
description = "A seamless bridge from model development to model delivery"
55
license = "MIT"
66
readme = "README.md"

truss/templates/control/control/helpers/truss_patch/model_container_patch_applier.py

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def _apply_python_requirement_patch(
106106
self._pip_path,
107107
"install",
108108
python_requirement_patch.requirement,
109+
"--upgrade",
109110
],
110111
check=True,
111112
)

0 commit comments

Comments
 (0)