Skip to content

Commit 9238bbe

Browse files
Relax pydantic version (#17)
* Try lower pydantic * Use carrot notation * Bump 0.5.4
1 parent b6a0e0b commit 9238bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "groundlight"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
license = "MIT"
55
readme = "UserGuide.md"
66
homepage = "https://groundlight.ai"
@@ -17,7 +17,7 @@ python-dateutil = "^2.8.2"
1717
urllib3 = "^1.26.9"
1818
frozendict = "^2.3.2"
1919
certifi = "^2021.10.8"
20-
pydantic = "^1.9.1"
20+
pydantic = "^1.7.4"
2121

2222
[tool.poetry.dev-dependencies]
2323
black = "^22.3.0"

0 commit comments

Comments
 (0)