Skip to content

Commit

Permalink
Merge branch 'main' into docs/add-vizroai-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury authored Jan 16, 2025
2 parents 1239b7a + b53a9b3 commit 1bacbdd
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 327 deletions.
12 changes: 12 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

<!-- scriv-insert-here -->

<a id='changelog-0.3.3'></a>

# 0.3.3 — 2025-01-16

## Changed

- Pinned the Vizro upper bound to prepare for Pydantic V2 migration. ([#923](https://github.com/mckinsey/vizro/pull/923))

## Fixed

- Fixed the "Model name could not be retrieved" error when using VizroAI with AWS Bedrock. ([#953](https://github.com/mckinsey/vizro/pull/953))

<a id='changelog-0.3.2'></a>

# 0.3.2 — 2024-11-08
Expand Down

This file was deleted.

54 changes: 0 additions & 54 deletions vizro-ai/changelog.d/20241108_083647_runner.md

This file was deleted.

54 changes: 0 additions & 54 deletions vizro-ai/changelog.d/20241108_085722_maximilian_schulz_0_3_2.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ Uncomment the section that is right (remove the HTML comment wrapper).
- A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->

<!--
### Fixed
- Fixed the "Model name could not be retrieved" error when using with AWS Bedrock. ([#953](https://github.com/mckinsey/vizro/pull/953))
- A bullet item for the Fixed category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX. ([#1](https://github.com/mckinsey/vizro/pull/1))
-->
<!--
### Security
Expand Down
2 changes: 1 addition & 1 deletion vizro-ai/src/vizro_ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ["VizroAI"]

__version__ = "0.3.3.dev0"
__version__ = "0.3.4.dev0"

# TODO: I think this collides with the VIZRO_LOG_LEVEL setting, as basicConfig can only be set once
logging.basicConfig(level=os.getenv("VIZRO_AI_LOG_LEVEL", "INFO"))

0 comments on commit 1bacbdd

Please sign in to comment.