kill built_at field in run config

This commit is contained in:
Ashwin Bharambe 2024-11-17 20:42:11 -08:00
parent b1d119466e
commit fa1d29cfdc
15 changed files with 0 additions and 20 deletions

View file

@ -4,8 +4,6 @@
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
from datetime import datetime
from typing import Dict, List, Optional, Union
from pydantic import BaseModel, Field
@ -115,7 +113,6 @@ class Provider(BaseModel):
class StackRunConfig(BaseModel):
version: str = LLAMA_STACK_RUN_CONFIG_VERSION
built_at: datetime
image_name: str = Field(
...,