refactor(playout): fix deprecation warnings (#2847)
### Description Fix pydantic deprecation warnings after upgrade to v2.
This commit is contained in:
parent
3f396895e5
commit
9d6061e42e
2 changed files with 6 additions and 13 deletions
|
@ -31,7 +31,7 @@ def generate_entrypoint(
|
|||
paths["log_filepath"] = log_filepath.resolve()
|
||||
|
||||
return templates.get_template("entrypoint.liq.j2").render(
|
||||
config=config.copy(),
|
||||
config=config.model_copy(),
|
||||
preferences=preferences,
|
||||
info=info,
|
||||
paths=paths,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue