Skip to content

Commit

Permalink
[Release] Release of vizro-ai 0.3.4 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyielia authored Feb 10, 2025
1 parent 5e30406 commit 268c63b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 240 deletions.
8 changes: 8 additions & 0 deletions vizro-ai/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ See the fragment files in the [changelog.d directory](https://github.com/mckinse

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

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

# 0.3.4 — 2025-02-10

## Fixed

- Added temporary compatibility fix for Gemini models in `_pydantic_output.py`. ([#986](https://github.com/mckinsey/vizro/pull/986))

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

# 0.3.3 — 2025-01-16
Expand Down

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20250116_084919_lingyi_zhang_0_3_3.md

This file was deleted.

48 changes: 0 additions & 48 deletions vizro-ai/changelog.d/20250116_142822_runner.md

This file was deleted.

This file was deleted.

This file was deleted.

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.4.dev0"
__version__ = "0.3.4"

# 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 268c63b

Please sign in to comment.