Bump lazy-model from 0.0.5 to 0.2.0 in /api (#714)

Bumps [lazy-model]() from 0.0.5 to 0.2.0.

---
updated-dependencies:
- dependency-name: lazy-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-11 09:17:19 -04:00 committed by GitHub
parent 0fac2f6d3d
commit 524ea19044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
api/poetry.lock generated
View File

@ -903,13 +903,13 @@ text-helpers = ["chardet (>=5.1.0,<6.0.0)"]
[[package]]
name = "lazy-model"
version = "0.0.5"
version = "0.2.0"
description = ""
optional = false
python-versions = ">=3.7,<4.0"
files = [
{file = "lazy-model-0.0.5.tar.gz", hash = "sha256:2d98f9dfe275012477555a439dceb56364793a0f266758d1a33267d68e8fbc76"},
{file = "lazy_model-0.0.5-py3-none-any.whl", hash = "sha256:8b4fc5eac99029f84b11b21e81a6894911a475f25e53227b7e44833e62e26553"},
{file = "lazy-model-0.2.0.tar.gz", hash = "sha256:57c0e91e171530c4fca7aebc3ac05a163a85cddd941bf7527cc46c0ddafca47c"},
{file = "lazy_model-0.2.0-py3-none-any.whl", hash = "sha256:5a3241775c253e36d9069d236be8378288a93d4fc53805211fd152e04cc9c342"},
]
[package.dependencies]
@ -2275,4 +2275,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<4.0"
content-hash = "1928189158ea3a35dd0b7a510d7d1ccac4898115dbdf8f75c96a18ec2d950c44"
content-hash = "6f807d22b0916ee7361ea724759b4c390f74d772f4ab20797862e7ec99a0895e"

View File

@ -60,7 +60,7 @@ markupsafe = "^2.1.3"
motor = "^3.3.1"
orjson = "^3.9.7"
dnspython = "^2.4.2"
lazy-model = "^0.0.5"
lazy-model = "^0.2.0"
requests = "^2.31.0"
numpy = "^1.25.2"
langchain = "^0.0.180"