Skip to content

Commit

Permalink
Relax pydantic version (#17)
Browse files Browse the repository at this point in the history
* Try lower pydantic

* Use carrot notation

* Bump 0.5.4
  • Loading branch information
michael-groundlight authored Nov 3, 2022
1 parent b6a0e0b commit 9238bbe
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 = "groundlight"
version = "0.5.3"
version = "0.5.4"
license = "MIT"
readme = "UserGuide.md"
homepage = "https://groundlight.ai"
Expand All @@ -17,7 +17,7 @@ python-dateutil = "^2.8.2"
urllib3 = "^1.26.9"
frozendict = "^2.3.2"
certifi = "^2021.10.8"
pydantic = "^1.9.1"
pydantic = "^1.7.4"

[tool.poetry.dev-dependencies]
black = "^22.3.0"
Expand Down

0 comments on commit 9238bbe

Please sign in to comment.