Skip to content

Commit

Permalink
Merge branch 'develop' into feature/cli-integration-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorWounds authored Jun 24, 2024
2 parents 65d1653 + 8cde1a3 commit a43aa07
Show file tree
Hide file tree
Showing 2,202 changed files with 197 additions and 246,626 deletions.
5 changes: 1 addition & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ labels:
- label: "bug"
branch: "^bugfix/.*"

- label: "docs"
branch: "^docs/.*"

- label: "excel"
files:
- "website/content/excel/.*"

- label: "breaking_change"
files:
- "openbb_platform/core/openbb_core/provider/standard_models/.*"
105 changes: 0 additions & 105 deletions .github/workflows/deploy-gh-pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build/pypi/openbb_platform/PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
> Also, sometimes there might be some delay in the PyPI API, so it might be necessary to wait a few minutes before publishing the next package.
2. Merge the `release/<package>-<version>` branch to the `main` branch.
3. Check the `Deploy to GitHub Pages` GitHub action is completed successfully. Go to the [docs](https://docs.openbb.co) website to see the changes.
3. Run the `Deploy to GitHub Pages` action in [openbb-docs](https://github.com/OpenBB-finance/openbb-docs/actions). Go to the [docs](https://docs.openbb.co) website to see the changes.

## Post-release procedure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ def _get_provider_parameter_info(cls, model: str) -> Dict[str, Any]:
field_type = DocstringGenerator.get_field_type(
provider_params_field.type, False, "website"
)
default_priority = provider_params_field.type.__args__[0]
default_priority = provider_params_field.type.__args__
description = (
"The provider to use, by default None. "
"If None, the priority list configured in the settings is used. "
Expand Down
Loading

0 comments on commit a43aa07

Please sign in to comment.