From 1ad8ddcbb75219ee266319d00d801276ef784baa Mon Sep 17 00:00:00 2001 From: xinyu pang Date: Tue, 6 Jan 2026 11:36:53 +0800 Subject: [PATCH] fix --- src/containerapp/HISTORY.rst | 3 ++- src/containerapp/setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/containerapp/HISTORY.rst b/src/containerapp/HISTORY.rst index b2ed32f8928..249d44c935f 100644 --- a/src/containerapp/HISTORY.rst +++ b/src/containerapp/HISTORY.rst @@ -5,7 +5,8 @@ Release History upcoming ++++++ * 'az containerapp function invocations': Update application insights query -* 'az containerapp function keys': Update minimum replica check +* 'az containerapp function keys': Update minimum replica check +* 'az containerapp compose create': Fix `TypeError` when docker-compose file include `env_file` without `environment` 1.3.0b1 ++++++ diff --git a/src/containerapp/setup.py b/src/containerapp/setup.py index 26f7aca1335..51e9cdb754b 100644 --- a/src/containerapp/setup.py +++ b/src/containerapp/setup.py @@ -47,7 +47,7 @@ ] # TODO: Add any additional SDK dependencies here -DEPENDENCIES = ['pycomposefile>=0.0.29', 'docker', 'kubernetes==24.2.0'] +DEPENDENCIES = ['pycomposefile>=0.0.34', 'docker', 'kubernetes==24.2.0'] # Install pack CLI to build runnable application images from source _ = get_pack_exec_path()