alvinhenrick commited on
Commit
fedacb2
1 Parent(s): 71eb74c

update dep

Browse files
Files changed (2) hide show
  1. poetry.lock +14 -14
  2. pyproject.toml +1 -1
poetry.lock CHANGED
@@ -313,13 +313,13 @@ lxml = ["lxml"]
313
 
314
  [[package]]
315
  name = "certifi"
316
- version = "2024.7.4"
317
  description = "Python package for providing Mozilla's CA Bundle."
318
  optional = false
319
  python-versions = ">=3.6"
320
  files = [
321
- {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
322
- {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
323
  ]
324
 
325
  [[package]]
@@ -1367,13 +1367,13 @@ files = [
1367
 
1368
  [[package]]
1369
  name = "ipython"
1370
- version = "8.26.0"
1371
  description = "IPython: Productive Interactive Computing"
1372
  optional = false
1373
  python-versions = ">=3.10"
1374
  files = [
1375
- {file = "ipython-8.26.0-py3-none-any.whl", hash = "sha256:e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff"},
1376
- {file = "ipython-8.26.0.tar.gz", hash = "sha256:1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"},
1377
  ]
1378
 
1379
  [package.dependencies]
@@ -1759,13 +1759,13 @@ langchain-core = ">=0.2.10,<0.3.0"
1759
 
1760
  [[package]]
1761
  name = "langsmith"
1762
- version = "0.1.106"
1763
  description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
1764
  optional = false
1765
  python-versions = "<4.0,>=3.8.1"
1766
  files = [
1767
- {file = "langsmith-0.1.106-py3-none-any.whl", hash = "sha256:a418161c98de72ee2c6eea6667c6217814b67db4b9a3a024788013384216ff35"},
1768
- {file = "langsmith-0.1.106.tar.gz", hash = "sha256:64a890a05640d64692f5515ebb444b0457332a9cf9e7605c4651de6737a7d3a0"},
1769
  ]
1770
 
1771
  [package.dependencies]
@@ -1795,13 +1795,13 @@ openai = ">=1.14.0"
1795
 
1796
  [[package]]
1797
  name = "llama-index-core"
1798
- version = "0.11.2"
1799
  description = "Interface between LLMs and your data"
1800
  optional = false
1801
  python-versions = "<4.0,>=3.8.1"
1802
  files = [
1803
- {file = "llama_index_core-0.11.2-py3-none-any.whl", hash = "sha256:6c55667c4943ba197199e21e9b0e4641449f5e5dca662b0c91f5306f8c114e4f"},
1804
- {file = "llama_index_core-0.11.2.tar.gz", hash = "sha256:eec37976fe3b1baa3bb31bd3c5f6ea821555c7065ac6a55b71b5601a7e097977"},
1805
  ]
1806
 
1807
  [package.dependencies]
@@ -1816,7 +1816,7 @@ networkx = ">=3.0"
1816
  nltk = ">3.8.1"
1817
  numpy = "<2.0.0"
1818
  pillow = ">=9.0.0"
1819
- pydantic = ">=2.0.0,<3.0.0"
1820
  PyYAML = ">=6.0.1"
1821
  requests = ">=2.31.0"
1822
  SQLAlchemy = {version = ">=1.4.49", extras = ["asyncio"]}
@@ -5370,4 +5370,4 @@ multidict = ">=4.0"
5370
  [metadata]
5371
  lock-version = "2.0"
5372
  python-versions = ">=3.10,<3.13"
5373
- content-hash = "5b9906edba328df0ad2bee1ebaeae3dd1bf5f8a9c0b52a6ab026e9fbe87105cb"
 
313
 
314
  [[package]]
315
  name = "certifi"
316
+ version = "2024.8.30"
317
  description = "Python package for providing Mozilla's CA Bundle."
318
  optional = false
319
  python-versions = ">=3.6"
320
  files = [
321
+ {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
322
+ {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
323
  ]
324
 
325
  [[package]]
 
1367
 
1368
  [[package]]
1369
  name = "ipython"
1370
+ version = "8.27.0"
1371
  description = "IPython: Productive Interactive Computing"
1372
  optional = false
1373
  python-versions = ">=3.10"
1374
  files = [
1375
+ {file = "ipython-8.27.0-py3-none-any.whl", hash = "sha256:f68b3cb8bde357a5d7adc9598d57e22a45dfbea19eb6b98286fa3b288c9cd55c"},
1376
+ {file = "ipython-8.27.0.tar.gz", hash = "sha256:0b99a2dc9f15fd68692e898e5568725c6d49c527d36a9fb5960ffbdeaa82ff7e"},
1377
  ]
1378
 
1379
  [package.dependencies]
 
1759
 
1760
  [[package]]
1761
  name = "langsmith"
1762
+ version = "0.1.107"
1763
  description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform."
1764
  optional = false
1765
  python-versions = "<4.0,>=3.8.1"
1766
  files = [
1767
+ {file = "langsmith-0.1.107-py3-none-any.whl", hash = "sha256:ddd0c846980474e271a553e9c220122e32d1f2ce877cc87d39ecd86726b9e78c"},
1768
+ {file = "langsmith-0.1.107.tar.gz", hash = "sha256:f44de0a5f199381d0b518ecbe295d541c44ff33d13f18098ecc54a4547eccb3f"},
1769
  ]
1770
 
1771
  [package.dependencies]
 
1795
 
1796
  [[package]]
1797
  name = "llama-index-core"
1798
+ version = "0.11.3"
1799
  description = "Interface between LLMs and your data"
1800
  optional = false
1801
  python-versions = "<4.0,>=3.8.1"
1802
  files = [
1803
+ {file = "llama_index_core-0.11.3-py3-none-any.whl", hash = "sha256:061aaf3892707bff6a34fb264ccda30b9a920890379e04c3ae9895edddde5e22"},
1804
+ {file = "llama_index_core-0.11.3.tar.gz", hash = "sha256:6b042e531797ccd755496570d563f3b1d9b42c292d3a311f8c21c8eb6aa57706"},
1805
  ]
1806
 
1807
  [package.dependencies]
 
1816
  nltk = ">3.8.1"
1817
  numpy = "<2.0.0"
1818
  pillow = ">=9.0.0"
1819
+ pydantic = ">=2.7.0,<3.0.0"
1820
  PyYAML = ">=6.0.1"
1821
  requests = ">=2.31.0"
1822
  SQLAlchemy = {version = ">=1.4.49", extras = ["asyncio"]}
 
5370
  [metadata]
5371
  lock-version = "2.0"
5372
  python-versions = ">=3.10,<3.13"
5373
+ content-hash = "f03d8ab60928b71fb7bdb7dd2adfefc967249fdf18ff2660f9ba4182df1f0de4"
pyproject.toml CHANGED
@@ -7,7 +7,7 @@ readme = "README.md"
7
 
8
  [tool.poetry.dependencies]
9
  python = ">=3.10,<3.13"
10
- llama-index-core = ">=0.11.2"
11
  llama-index-readers-file = ">=0.2.0"
12
  llama-index-vector-stores-faiss = ">=0.2.1"
13
  llama-index-utils-workflow = ">=0.2.0"
 
7
 
8
  [tool.poetry.dependencies]
9
  python = ">=3.10,<3.13"
10
+ llama-index-core = ">=0.11.3"
11
  llama-index-readers-file = ">=0.2.0"
12
  llama-index-vector-stores-faiss = ">=0.2.1"
13
  llama-index-utils-workflow = ">=0.2.0"