We've encountered a regex - related issue that's preventing us from upgrading our SDK from version 0.3.0 to 0.5.0.
Details:
In version 0.3.0 of the file isilon_sdk_python/isilon_sdk/isilon_sdk/v9_5_0/models/cluster_node.py, the regex pattern is a normal string. This allows it to match addresses as expected.
However, in version 0.5.0 of the same file isilon_sdk_python/isilon_sdk/isilon_sdk/v9_5_0/models/cluster_node.py, the regex pattern has been changed to a raw string. As a result, a single backslash () is now required to match what previously worked with a normal string.
This change in behavior is causing compatibility issues and blocking our upgrade process to the newer version of the SDK.
Could you please look into this matter and provide guidance on how to resolve it? We'd prefer a solution that maintains compatibility or a clear upgrade path that addresses this regex - related problem.