Skip to content

Release v0.0.7 - Bug Fix for Initialization

Latest
Compare
Choose a tag to compare
@anycodes anycodes released this 03 Jan 00:59
d409f8c

🐛 Bug Fixes

  • Fixed incorrect initialization in __init__.py
    • Corrected the module import structure
    • Ensured proper initialization of package components
    • Fixed potential circular import issues

💡 Improvements

  • Improved code organization in __init__.py
  • Enhanced package initialization clarity
  • Better module exposure at package level

🛠️ Technical Details

Modified __init__.py to properly expose package components and ensure correct initialization sequence. This fixes issues where some modules were not properly accessible or initialized in the correct order.

📝 Additional Notes

  • No breaking changes
  • Backwards compatible with previous versions
  • Recommended update for all users

Please verify and upgrade to ensure proper package functionality.

How to upgrade:

pip install llm-onsdk --upgrade