Skip to content

Commit

Permalink
Up Pydantic to allow dagster 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-janicas committed Nov 12, 2024
1 parent d561020 commit e93e011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dagster-ext"
version = "0.1.1"
version = "0.1.2"
description = "`dagster-ext` is a Meltano utility extension."
authors = ["Jules Huisman"]
license = "Apache 2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ dagster-meltano = ">=1.0.0"
# Dependencies from Meltano EDK, remove when dependency fixed
structlog = "^21.2.0"
PyYAML = "^6.0.0"
pydantic = "^1.9.0"
pydantic = "<2.10,>=2"
devtools = "^0.9.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e93e011

Please sign in to comment.