📦 chore(pyproject.toml): add certifi package to dev dependencies
The certifi package is added to the dev dependencies to ensure that the package is available during development. This package provides Mozilla's carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while making HTTPS requests.
This commit is contained in:
parent
fb7bcb50e5
commit
19bd687b3f
2 changed files with 2 additions and 1 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -7078,4 +7078,4 @@ deploy = ["langchain-serve"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.9,<3.12"
|
||||
content-hash = "000dc6380bcb2c823e2617ae6ce19881255fb2cecc6358fa577080764adff97a"
|
||||
content-hash = "33634908dff83e9689c64e730dc23854d9e82a89ec8fffd8de02732ecea69f20"
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ appdirs = "^1.4.4"
|
|||
pinecone-client = "^2.2.2"
|
||||
supabase = "^1.0.3"
|
||||
pymongo = "^4.4.0"
|
||||
certifi = "^2023.5.7"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue