diff --git a/pyproject.toml b/pyproject.toml index 5890718..e241ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ "boto3>=1.40.64", - "eoapi-cdk>=10.3.0,<11", + "eoapi-cdk>=10.3.0,<12", "pydantic>=2.12.3", "pydantic-settings[yaml]>=2.11.0", "typing-extensions>=4.15.0",