mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump httpx from 0.26.0 to 0.27.0 in /apps/api
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e30cfb8dc7
commit
1de7de4820
2 changed files with 5 additions and 5 deletions
8
apps/api/poetry.lock
generated
8
apps/api/poetry.lock
generated
|
|
@ -1072,13 +1072,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "httpx"
|
name = "httpx"
|
||||||
version = "0.26.0"
|
version = "0.27.0"
|
||||||
description = "The next generation HTTP client."
|
description = "The next generation HTTP client."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"},
|
{file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
|
||||||
{file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"},
|
{file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
|
@ -3737,4 +3737,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "825a0d6e605c360248e702576e5ad9ca574db8a1f3c99e9c05610397ec82a490"
|
content-hash = "5976a4519c3a3a2290d5df83c1167c765891d81e12c90b723bd405c38a3bf962"
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ chromadb = "^0.4.22"
|
||||||
faker = "^24.4.0"
|
faker = "^24.4.0"
|
||||||
fastapi = "^0.110.0"
|
fastapi = "^0.110.0"
|
||||||
fastapi-jwt-auth = "^0.5.0"
|
fastapi-jwt-auth = "^0.5.0"
|
||||||
httpx = "^0.26.0"
|
httpx = "^0.27.0"
|
||||||
langchain = "0.1.0"
|
langchain = "0.1.0"
|
||||||
langchain-community = "^0.0.11"
|
langchain-community = "^0.0.11"
|
||||||
langchain-openai = "^0.0.6"
|
langchain-openai = "^0.0.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue