From fd3be7121fe843bce0f44b872f3fa697bd92eb26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:55:25 +0300 Subject: [PATCH] Update wandb[aws] requirement (#149) Updates the requirements on [wandb[aws]](https://github.com/wandb/wandb) to permit the latest version. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.10.33...v0.17.9) --- updated-dependencies: - dependency-name: wandb[aws] dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7ecb73a..c41483b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ python_requires = >=3.8.0 include_package_data = True install_requires = apolo-cli>=24.8.1 - wandb[aws]>=0.10.33,<=0.17.8 + wandb[aws]>=0.10.33,<=0.17.9 aiobotocore>=2.3.0,<=2.12.0 # 2.12.1 breaks apolo-sdk and not supported yet [options.packages.find]