Skip to content

Conversation

@PakitoSec
Copy link
Owner

  • Updated type hints in core.pyi, handler.py, opt_click.py, and utils.py to use Optional for nullable types and Union for multiple type options.
  • Changed default values in ContextValue and LoguRich classes to use Optional types.
  • Adjusted list type hints in CustomRichHandler and CustomHandler to use Union.
  • Modified parse_bool_env function to return Optional[bool] instead of bool | None.
  • Updated dependencies in uv.lock to specify version markers for compatibility with Python versions.

- Updated type hints in core.pyi, handler.py, opt_click.py, and utils.py to use Optional for nullable types and Union for multiple type options.
- Changed default values in ContextValue and LoguRich classes to use Optional types.
- Adjusted list type hints in CustomRichHandler and CustomHandler to use Union.
- Modified parse_bool_env function to return Optional[bool] instead of bool | None.
- Updated dependencies in uv.lock to specify version markers for compatibility with Python versions.
@PakitoSec PakitoSec self-assigned this Dec 30, 2025
@PakitoSec PakitoSec merged commit 47c3077 into main Dec 30, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants