Skip to content

Regex Issue of internal_ip_address in 0.5.0 Blocking SDK Upgrade from 0.3.0 #83

@P-Cao

Description

@P-Cao

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions