install types

This commit is contained in:
Robert Brennan
2024-03-29 16:32:56 -04:00
parent 0df8ae444c
commit 820b38b1e2
2 changed files with 13 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ llama-index-embeddings-azure-openai = "*"
llama-index-embeddings-ollama = "*"
google-generativeai = "*"
toml = "*"
types-toml = "*"
[dev-packages]

15
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "b20d158bee55618d414bb9c0845d01efdcb8d3d9be4545699bc8a098d130ebe3"
"sha256": "76454f08a53ed325b368895b90fbd6d6098adced409cd3ee5f2683ed7dfc59e7"
},
"pipfile-spec": 6,
"requires": {
@@ -1882,7 +1882,7 @@
"sha256:f870204a840a60da0b12273ef34f7051e98c3b5961b61b0c2c1be6dfd64fbcd3",
"sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f"
],
"markers": "python_version < '3.11'",
"markers": "python_version >= '3.9'",
"version": "==1.26.4"
},
"oauthlib": {
@@ -3310,12 +3310,21 @@
"markers": "python_version >= '3.7'",
"version": "==0.11.1"
},
"types-toml": {
"hashes": [
"sha256:3d41501302972436a6b8b239c850b26689657e25281b48ff0ec06345b8830331",
"sha256:627b47775d25fa29977d9c70dc0cbab3f314f32c8d8d0c012f2ef5de7aaec05d"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==0.10.8.20240310"
},
"typing-extensions": {
"hashes": [
"sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475",
"sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"
],
"markers": "python_version >= '3.8'",
"markers": "python_version < '3.11'",
"version": "==4.10.0"
},
"typing-inspect": {