Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Align Python Interface With API - Stop Requiring OBBject As Output Type In PackageBuilder As Default #7031

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

deeleeramone
Copy link
Contributor

  1. Why?:

    • This PR aligns the Python interface with recent changes from openbb-platform-api, removing the requirement for the output of all functions be an instance of OBBject.
  2. What?:

    • Removes strict type output enforcement that was limited to only the Python interface.
  3. Impact:

    • Ensures Python interface doesn't fail to build where the API works as-expected.
    • Does not impact API.
  4. Testing Done:

    • Tested with a custom router and bare OpenBB package.
      • Aside from output type freedom, look at docstrings and reference.json
    • Reference Generator can use some further optimization, but leaving that for another day.

@deeleeramone deeleeramone added enhancement Enhancement platform OpenBB Platform v4 PRs for v4 labels Feb 14, 2025
@deeleeramone deeleeramone added do not merge Label to prevent pull request merge and removed do not merge Label to prevent pull request merge labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant