Skip to content

Commit 1ad8ddc

Browse files
committed
fix
1 parent 49cc84b commit 1ad8ddc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/containerapp/HISTORY.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Release History
55
upcoming
66
++++++
77
* 'az containerapp function invocations': Update application insights query
8-
* 'az containerapp function keys': Update minimum replica check
8+
* 'az containerapp function keys': Update minimum replica check
9+
* 'az containerapp compose create': Fix `TypeError` when docker-compose file include `env_file` without `environment`
910

1011
1.3.0b1
1112
++++++

src/containerapp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]
4848

4949
# TODO: Add any additional SDK dependencies here
50-
DEPENDENCIES = ['pycomposefile>=0.0.29', 'docker', 'kubernetes==24.2.0']
50+
DEPENDENCIES = ['pycomposefile>=0.0.34', 'docker', 'kubernetes==24.2.0']
5151

5252
# Install pack CLI to build runnable application images from source
5353
_ = get_pack_exec_path()

0 commit comments

Comments
 (0)