Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c2ed950

Browse files
authored
Merge pull request #289 from yuvanist/main
Specify minor version of pydantic to avoid dependency issue
2 parents 69f5994 + 9258777 commit c2ed950

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
[tool.poetry.dependencies]
1818
python = "^3.8"
1919
httpx = ">=0.23,<0.25"
20-
pydantic = "^2.1"
20+
pydantic = "^2.1.0"
2121

2222
[tool.poetry.dev-dependencies]
2323
pytest = "^7.3.1"

0 commit comments

Comments
 (0)