chore(release): v0.2.0b25 — Oracle auto-login wallet_password="" fix#291
Merged
Conversation
…290) Bumps locus-sdk to 0.2.0b25. Fixes a Pydantic v2 regression where an explicit wallet_password="" (the python-oracledb auto-login / cwallet.sso idiom) was silently dropped by a truthy SecretStr guard, forcing the encrypted ewallet.pem path and failing at connect with DPY-6005 / OSError: [Errno 22]. The guard is now `is not None` across all seven Oracle pool builders (closes #289). Signed-off-by: Federico Kamelhar <federico.kamelhar@oracle.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
locus-sdkto 0.2.0b25.Headline fix (#289, merged in #290): an explicit
wallet_password=""— thepython-oracledb idiom for an auto-login (
cwallet.sso) wallet — was silently dropped bya truthy
SecretStrguard under Pydantic v2 (SecretStr("")is falsy). The thin driverthen fell through to the encrypted
ewallet.pempath and failed at connection time withDPY-6005/OSError: [Errno 22]. The guard is nowis not Noneacross all seven Oraclepool builders, so an omitted password (
None) is still skipped while an explicit""isforwarded.
Changes:
pyproject.toml:0.2.0b24→0.2.0b25CHANGELOG.md: new[0.2.0b25]section + compare linksOnce merged, tagging
v0.2.0b25and publishing the GitHub Release triggers theReleaseworkflow → build → TestPyPI → PyPI.Verified
hatch version→0.2.0b25andhatch buildproduceslocus_sdk-0.2.0b25-py3-none-any.whl+ sdist locally.