This is not a runtime issue but rather a type checking issue. In the `Defaults` class the setter for `fetch_lobs` the value parameter has a type of `str` when it should be `bool`. https://github.com/oracle/python-oracledb/blob/b94d10bbd98777bca35815c4d6492dd3175af62d/src/oracledb/defaults.py#L78