pydantic types

This commit is contained in:
Michael Yang
2024-09-04 10:40:35 -07:00
parent a7571423d3
commit 0bbc246007
7 changed files with 1218 additions and 647 deletions
+1
View File
@@ -11,6 +11,7 @@ repository = "https://github.com/ollama/ollama-python"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.27.0"
pydantic = "^2.9.0"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.4.3,<9.0.0"