Skip to content

Commit

Permalink
chore(deps): update httpx and related dependencies (#939)
Browse files Browse the repository at this point in the history
* chore(deps): update httpx and related dependencies

Updated httpx to version 0.28.1 and related dependencies:
- httpcore to version 1.0.7
- pytest to version 8.3.4
- pytest-httpx to version 0.35.0

* chore(deps): update poetry lock
  • Loading branch information
Pouyanpi authored Jan 31, 2025
1 parent 44563bf commit 4409fb2
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
55 changes: 28 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onnxruntime = [
{ version = ">=1.17.0,<=1.19.2", python = "^3.9" },
{ version = ">=1.17.0,<2.0.0", python = ">=3.10" },
]
httpx = "^0.24.1"
httpx = ">=0.24.1"
jinja2 = ">=3.1.5"
langchain = ">=0.2.14,<0.4.0"
langchain-core = ">=0.2.14,<0.4.0"
Expand Down

0 comments on commit 4409fb2

Please sign in to comment.