bump httpx from 0.27.2 to 0.28.1 (#365)

bump httpx from 0.27.2 to 0.28.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ParthSareen <parth.sareen@ollama.com>
This commit is contained in:
dependabot[bot]
2025-01-20 11:03:44 -08:00
committed by GitHub
parent f7e23ddb93
commit 7e64093df0
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ repository = "https://github.com/ollama/ollama-python"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.27.0"
httpx = ">=0.27,<0.29"
pydantic = "^2.9.0"
[tool.poetry.requires-plugins]