Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Dec 6, 2023
1 parent 711c123 commit 7197c3f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
48 changes: 48 additions & 0 deletions vizro-ai/changelog.d/20231206_212921_antony.milne_pydantic_v2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Highlights ✨
- A bullet item for the Highlights ✨ 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))
-->
<!--
### Removed
- A bullet item for the Removed 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))
-->
<!--
### Added
- A bullet item for the Added 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))
-->
<!--
### Changed
- A bullet item for the Changed 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))
-->
<!--
### Deprecated
- 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
- 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
- A bullet item for the Security 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))
-->
6 changes: 3 additions & 3 deletions vizro-ai/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ dependencies = ["scriv"]
detached = true
scripts = {add = "scriv create --add", collect = ["scriv collect --add", "- hatch run lint:lint --files=CHANGELOG.md"]}

[envs.lower-bounds]
extra-dependencies = ["pydantic==1.10.13"]

[envs.default]
dependencies = [
"devtools[pygments]",
Expand Down Expand Up @@ -61,5 +58,8 @@ dependencies = [
detached = true
scripts = {lint = "SKIP=gitleaks pre-commit run {args:--all-files}"}

[envs.lower-bounds]
extra-dependencies = ["pydantic==1.10.13"]

[version]
path = "src/vizro_ai/__init__.py"
6 changes: 3 additions & 3 deletions vizro-core/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ matrix.python.features = [
{value = "kedro", if = ["3.8", "3.9", "3.10"]}
]

[envs.lower-bounds]
extra-dependencies = ["pydantic==1.10.13"]

[envs.changelog]
dependencies = ["scriv"]
detached = true
Expand Down Expand Up @@ -76,6 +73,9 @@ dependencies = [
detached = true
scripts = {lint = "SKIP=gitleaks pre-commit run {args:--all-files}"}

[envs.lower-bounds]
extra-dependencies = ["pydantic==1.10.13"]

[publish.index]
disable = true

Expand Down

0 comments on commit 7197c3f

Please sign in to comment.