Skip to content

Commit 8b7f0df

Browse files
stainless-botRobertCraigie
authored andcommitted
fix(deps): pin pydantic to less than v2.0 (#32)
1 parent 69bc6b3 commit 8b7f0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [
1313
[tool.poetry.dependencies]
1414
python = "^3.7"
1515
httpx = ">= 0.23.0"
16-
pydantic = ">= 1.9.0"
16+
pydantic = "^1.9.0"
1717
typing-extensions = ">= 4.1.1"
1818
anyio = ">= 3.5.0"
1919
distro = ">= 1.7.0"

0 commit comments

Comments
 (0)