diff --git a/llama-index-cli/BUILD b/llama-index-cli/BUILD index 0b67818b466ca124328fee9578153b45932c2375..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-cli/BUILD +++ b/llama-index-cli/BUILD @@ -1,5 +1,3 @@ -python_sources() - poetry_requirements( name="poetry", ) diff --git a/llama-index-cli/llama_index/cli/new_package/common/BUILD b/llama-index-cli/llama_index/cli/new_package/common/BUILD deleted file mode 100644 index db46e8d6c978c67e301dd6c47bee08c1b3fd141c..0000000000000000000000000000000000000000 --- a/llama-index-cli/llama_index/cli/new_package/common/BUILD +++ /dev/null @@ -1 +0,0 @@ -python_sources() diff --git a/llama-index-core/llama_index/core/command_line/new_package/common/BUILD b/llama-index-core/llama_index/core/command_line/new_package/common/BUILD deleted file mode 100644 index db46e8d6c978c67e301dd6c47bee08c1b3fd141c..0000000000000000000000000000000000000000 --- a/llama-index-core/llama_index/core/command_line/new_package/common/BUILD +++ /dev/null @@ -1 +0,0 @@ -python_sources() diff --git a/llama-index-core/tests/BUILD b/llama-index-core/tests/BUILD index 693a52c50c9699e37fad0d736f93c89f872b8ac0..3718580df954d9f7da3c183bb4c0d71518fdfff2 100644 --- a/llama-index-core/tests/BUILD +++ b/llama-index-core/tests/BUILD @@ -1,14 +1,14 @@ python_test_utils( name="test_utils", dependencies=[ - 'llama-index-core/tests/indices/vector_store/mock_services.py', + "llama-index-core/tests/indices/vector_store/mock_services.py", "llama-index-core/tests/indices/list/__init__.py", "llama-index-core/tests/indices/list:list", - 'llama-index-core/tests/mock_utils/mock_predict.py', - 'llama-index-core/tests/mock_utils/mock_text_splitter.py', - 'llama-index-core/tests/mock_utils/mock_prompts.py', - 'llama-index-core/tests/mock_utils/mock_utils.py', - ] + "llama-index-core/tests/mock_utils/mock_predict.py", + "llama-index-core/tests/mock_utils/mock_text_splitter.py", + "llama-index-core/tests/mock_utils/mock_prompts.py", + "llama-index-core/tests/mock_utils/mock_utils.py", + ], ) python_tests() diff --git a/llama-index-core/tests/agent/openai/BUILD b/llama-index-core/tests/agent/openai/BUILD deleted file mode 100644 index db46e8d6c978c67e301dd6c47bee08c1b3fd141c..0000000000000000000000000000000000000000 --- a/llama-index-core/tests/agent/openai/BUILD +++ /dev/null @@ -1 +0,0 @@ -python_sources() diff --git a/llama-index-core/tests/indices/BUILD b/llama-index-core/tests/indices/BUILD index aba1f91b9d341b20839735707296eb25f42c4177..457c479eeaf6bf8c88c89d805db959a6370eed86 100644 --- a/llama-index-core/tests/indices/BUILD +++ b/llama-index-core/tests/indices/BUILD @@ -3,12 +3,12 @@ python_sources() python_test_utils( name="test_utils", dependencies=[ - 'llama-index-core/tests/indices/vector_store/mock_services.py', - 'llama-index-core/tests/mock_utils/mock_predict.py', - 'llama-index-core/tests/mock_utils/mock_text_splitter.py', - 'llama-index-core/tests/mock_utils/mock_utils.py', - 'llama-index-core/tests/mock_utils/mock_prompts.py', - ] + "llama-index-core/tests/indices/vector_store/mock_services.py", + "llama-index-core/tests/mock_utils/mock_predict.py", + "llama-index-core/tests/mock_utils/mock_text_splitter.py", + "llama-index-core/tests/mock_utils/mock_utils.py", + "llama-index-core/tests/mock_utils/mock_prompts.py", + ], ) python_tests( diff --git a/llama-index-core/tests/indices/list/BUILD b/llama-index-core/tests/indices/list/BUILD index ffe31cf05dcf88f6f6d33558df88c0c005cd64ab..fbbd2a4ee1dbc4c14b8e3731786fc6a088990155 100644 --- a/llama-index-core/tests/indices/list/BUILD +++ b/llama-index-core/tests/indices/list/BUILD @@ -2,5 +2,8 @@ python_sources() python_tests( name="tests", - dependencies=["llama-index-core/tests/indices/list/__init__.py", "llama-index-core/tests/indices/list:list"] + dependencies=[ + "llama-index-core/tests/indices/list/__init__.py", + "llama-index-core/tests/indices/list:list", + ], ) diff --git a/llama-index-core/tests/indices/query/query_transform/BUILD b/llama-index-core/tests/indices/query/query_transform/BUILD index 0659f777140130b19e4039606483a3fdbcdf6694..0c35c1675487ec8a0cbd5e293538176c8fc1cf4c 100644 --- a/llama-index-core/tests/indices/query/query_transform/BUILD +++ b/llama-index-core/tests/indices/query/query_transform/BUILD @@ -2,5 +2,8 @@ python_sources() python_tests( name="tests", - dependencies=["llama-index-core/tests/indices/query/query_transform/__init__.py", "llama-index-core/tests/indices/query/query_transform:query_transform"] + dependencies=[ + "llama-index-core/tests/indices/query/query_transform/__init__.py", + "llama-index-core/tests/indices/query/query_transform:query_transform", + ], ) diff --git a/llama-index-core/tests/indices/response/BUILD b/llama-index-core/tests/indices/response/BUILD index 91e035220c28c0f5b2322bf00f0a8a780fe1985f..8f178b05a96211b4d01bc550686391b5cd414c17 100644 --- a/llama-index-core/tests/indices/response/BUILD +++ b/llama-index-core/tests/indices/response/BUILD @@ -1,6 +1,6 @@ python_tests( name="tests", dependencies=[ - 'llama-index-core/tests/indices/vector_store/mock_services.py', - ] + "llama-index-core/tests/indices/vector_store/mock_services.py", + ], ) diff --git a/llama-index-core/tests/llms/BUILD b/llama-index-core/tests/llms/BUILD index 0eea8b1cf1a325a5e1bc0686f44ae89477e6dab1..57341b1358b565681df03bff7c9a81b9270fece2 100644 --- a/llama-index-core/tests/llms/BUILD +++ b/llama-index-core/tests/llms/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests", ) diff --git a/llama-index-core/tests/node_parser/BUILD b/llama-index-core/tests/node_parser/BUILD index c12f7674361b982a6ed5a1c9a610d38423f403b8..dac1e8cdc1b2f6227227c8f53295b66bae70a7a5 100644 --- a/llama-index-core/tests/node_parser/BUILD +++ b/llama-index-core/tests/node_parser/BUILD @@ -1,6 +1,5 @@ python_sources() python_tests( - name="tests", - dependencies=["llama-index-core/tests/playground:playground"] + name="tests", dependencies=["llama-index-core/tests/playground:playground"] ) diff --git a/llama-index-core/tests/storage/docstore/BUILD b/llama-index-core/tests/storage/docstore/BUILD index 0eea8b1cf1a325a5e1bc0686f44ae89477e6dab1..57341b1358b565681df03bff7c9a81b9270fece2 100644 --- a/llama-index-core/tests/storage/docstore/BUILD +++ b/llama-index-core/tests/storage/docstore/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests", ) diff --git a/llama-index-core/tests/storage/index_store/BUILD b/llama-index-core/tests/storage/index_store/BUILD index 0eea8b1cf1a325a5e1bc0686f44ae89477e6dab1..57341b1358b565681df03bff7c9a81b9270fece2 100644 --- a/llama-index-core/tests/storage/index_store/BUILD +++ b/llama-index-core/tests/storage/index_store/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests", ) diff --git a/llama-index-core/tests/storage/kvstore/BUILD b/llama-index-core/tests/storage/kvstore/BUILD index 0eea8b1cf1a325a5e1bc0686f44ae89477e6dab1..57341b1358b565681df03bff7c9a81b9270fece2 100644 --- a/llama-index-core/tests/storage/kvstore/BUILD +++ b/llama-index-core/tests/storage/kvstore/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests", ) diff --git a/llama-index-core/tests/vector_stores/BUILD b/llama-index-core/tests/vector_stores/BUILD index 00e59b30170b14026c7ed445baf70b90c4a496dc..57341b1358b565681df03bff7c9a81b9270fece2 100644 --- a/llama-index-core/tests/vector_stores/BUILD +++ b/llama-index-core/tests/vector_stores/BUILD @@ -1,5 +1,3 @@ python_tests( name="tests", ) - -python_sources() diff --git a/llama-index-integrations/callbacks/llama-index-callbacks-argilla/BUILD b/llama-index-integrations/callbacks/llama-index-callbacks-argilla/BUILD index df71f15dbe7dfd27a7867989ac23eb7f27851b2a..9bf6371f109cc9fc7b42024c06835df724b2d09e 100644 --- a/llama-index-integrations/callbacks/llama-index-callbacks-argilla/BUILD +++ b/llama-index-integrations/callbacks/llama-index-callbacks-argilla/BUILD @@ -1,4 +1 @@ -poetry_requirements( - name="poetry", - module_mapping={"argilla": ["argilla_llama_index"]} -) +poetry_requirements(name="poetry", module_mapping={"argilla": ["argilla_llama_index"]}) diff --git a/llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/BUILD b/llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/BUILD index f39be441790cc9e9fa3fb641beaba83a7f00538d..3ba7e00c7c4cbc8823bd4475b5f8cec0efd15b1a 100644 --- a/llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/BUILD +++ b/llama-index-integrations/callbacks/llama-index-callbacks-arize-phoenix/BUILD @@ -1,4 +1,4 @@ poetry_requirements( name="poetry", - module_mapping={"arize-phoenix": ["phoenix"], "phoenix": ["arize-phoenix"]} + module_mapping={"arize-phoenix": ["phoenix"], "phoenix": ["arize-phoenix"]}, ) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/BUILD b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/BUILD +++ b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/tests/BUILD b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-gemini/tests/BUILD +++ b/llama-index-integrations/embeddings/llama-index-embeddings-gemini/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-google/BUILD b/llama-index-integrations/embeddings/llama-index-embeddings-google/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-google/BUILD +++ b/llama-index-integrations/embeddings/llama-index-embeddings-google/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-google/tests/BUILD b/llama-index-integrations/embeddings/llama-index-embeddings-google/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-google/tests/BUILD +++ b/llama-index-integrations/embeddings/llama-index-embeddings-google/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/embeddings/llama-index-embeddings-instructor/BUILD b/llama-index-integrations/embeddings/llama-index-embeddings-instructor/BUILD index 348a9153c826ad8db63284050736dd902e131a53..fbfc21401538193be2dcc332ba671b592374cb74 100644 --- a/llama-index-integrations/embeddings/llama-index-embeddings-instructor/BUILD +++ b/llama-index-integrations/embeddings/llama-index-embeddings-instructor/BUILD @@ -1,4 +1,3 @@ poetry_requirements( - name="poetry", - module_mapping={"instructorembedding": ["InstructorEmbedding"]} + name="poetry", module_mapping={"instructorembedding": ["InstructorEmbedding"]} ) diff --git a/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/BUILD b/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/BUILD index 869cece6089dbe6499dd6b2494ea34d111b4ef42..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/BUILD +++ b/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/BUILD @@ -1,8 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - name="py39", - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/tests/BUILD b/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/tests/BUILD +++ b/llama-index-integrations/evaluation/llama-index-evaluation-tonic-validate/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/extractors/llama-index-extractors-marvin/BUILD b/llama-index-integrations/extractors/llama-index-extractors-marvin/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/extractors/llama-index-extractors-marvin/BUILD +++ b/llama-index-integrations/extractors/llama-index-extractors-marvin/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/extractors/llama-index-extractors-marvin/tests/BUILD b/llama-index-integrations/extractors/llama-index-extractors-marvin/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/extractors/llama-index-extractors-marvin/tests/BUILD +++ b/llama-index-integrations/extractors/llama-index-extractors-marvin/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/BUILD b/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/BUILD index 74b55d10d4397a4eef8437a498173ab7fd60f07a..b9ef038980ec8244811154671310d6fc58b12de1 100644 --- a/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/BUILD +++ b/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/BUILD @@ -1,4 +1 @@ -poetry_requirements( - name="poetry", - module_mapping={"nebula3-python": ["nebula3"]} -) +poetry_requirements(name="poetry", module_mapping={"nebula3-python": ["nebula3"]}) diff --git a/llama-index-integrations/indices/llama-index-indices-managed-google/BUILD b/llama-index-integrations/indices/llama-index-indices-managed-google/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-google/BUILD +++ b/llama-index-integrations/indices/llama-index-indices-managed-google/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/indices/llama-index-indices-managed-google/tests/BUILD b/llama-index-integrations/indices/llama-index-indices-managed-google/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-google/tests/BUILD +++ b/llama-index-integrations/indices/llama-index-indices-managed-google/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/BUILD b/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/BUILD index 94c4d19852dde54efe2014d284cb27b0e7aa9876..e229987fbbc306a580e7b870c5cf1e5e5f176c3e 100644 --- a/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/BUILD +++ b/llama-index-integrations/indices/llama-index-indices-managed-llama-cloud/BUILD @@ -1,5 +1,3 @@ -python_sources() - poetry_requirements( name="poetry", module_mapping={"llamaindex-py-client": ["llama_index_client"]}, diff --git a/llama-index-integrations/llms/llama-index-llms-gemini/BUILD b/llama-index-integrations/llms/llama-index-llms-gemini/BUILD index c9548f885d1b495371330f2c1cbdbadc370e149c..61962a62b5796f4dd4d6d6b373567f83c9d5b722 100644 --- a/llama-index-integrations/llms/llama-index-llms-gemini/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-gemini/BUILD @@ -1,8 +1 @@ -poetry_requirements( - name="poetry", - module_mapping={"google-generativeai": ["google"]} -) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) +poetry_requirements(name="poetry", module_mapping={"google-generativeai": ["google"]}) diff --git a/llama-index-integrations/llms/llama-index-llms-gemini/tests/BUILD b/llama-index-integrations/llms/llama-index-llms-gemini/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/llms/llama-index-llms-gemini/tests/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-gemini/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/llms/llama-index-llms-litellm/BUILD b/llama-index-integrations/llms/llama-index-llms-litellm/BUILD index a8f4940ed6efe71d7efa85a67c5fc60a64f82b68..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/llms/llama-index-llms-litellm/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-litellm/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/llms/llama-index-llms-llama-api/BUILD b/llama-index-integrations/llms/llama-index-llms-llama-api/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/llms/llama-index-llms-llama-api/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-llama-api/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/llms/llama-index-llms-llama-api/tests/BUILD b/llama-index-integrations/llms/llama-index-llms-llama-api/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/llms/llama-index-llms-llama-api/tests/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-llama-api/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/llms/llama-index-llms-palm/BUILD b/llama-index-integrations/llms/llama-index-llms-palm/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/llms/llama-index-llms-palm/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-palm/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/llms/llama-index-llms-palm/tests/BUILD b/llama-index-integrations/llms/llama-index-llms-palm/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/llms/llama-index-llms-palm/tests/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-palm/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/llms/llama-index-llms-vertex/BUILD b/llama-index-integrations/llms/llama-index-llms-vertex/BUILD index 2b13cb98e43a46deccfacf4e0a76b889f0ae95b8..84f2657a9f87990dc1d8ea5b19cc66166525e421 100644 --- a/llama-index-integrations/llms/llama-index-llms-vertex/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-vertex/BUILD @@ -1,8 +1,3 @@ poetry_requirements( - name="poetry", - module_mapping={"google-cloud-aiplatform": ["vertexai"]} -) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], + name="poetry", module_mapping={"google-cloud-aiplatform": ["vertexai"]} ) diff --git a/llama-index-integrations/llms/llama-index-llms-vertex/tests/BUILD b/llama-index-integrations/llms/llama-index-llms-vertex/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/llms/llama-index-llms-vertex/tests/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-vertex/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/llms/llama-index-llms-watsonx/BUILD b/llama-index-integrations/llms/llama-index-llms-watsonx/BUILD index 2bb33e7c17ab558c9f5bb624bcd44af20c3222be..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/llms/llama-index-llms-watsonx/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-watsonx/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.10.*"], -) diff --git a/llama-index-integrations/llms/llama-index-llms-watsonx/tests/BUILD b/llama-index-integrations/llms/llama-index-llms-watsonx/tests/BUILD index d01f89cf9ebc1ccc0b4920556c9ff0a74a0bd9d9..a1431c2350d7c0327cf8ed461ce5ad343a407dce 100644 --- a/llama-index-integrations/llms/llama-index-llms-watsonx/tests/BUILD +++ b/llama-index-integrations/llms/llama-index-llms-watsonx/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.10.*"], + interpreter_constraints=["==3.10.*"], ) diff --git a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/BUILD b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/BUILD +++ b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/tests/BUILD b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/tests/BUILD +++ b/llama-index-integrations/multi_modal_llms/llama-index-multi-modal-llms-gemini/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-agent-search/BUILD b/llama-index-integrations/readers/llama-index-readers-agent-search/BUILD index b165cb04cf2de75034cd922775e63c6ce48310d4..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-agent-search/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-agent-search/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-agent-search/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-agent-search/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-agent-search/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-agent-search/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-azcognitive-search/BUILD b/llama-index-integrations/readers/llama-index-readers-azcognitive-search/BUILD index cadb6e3511f44fa58b454a49643fe79bc4ece74a..0a1233f58535379afefbe402eac2e0cd872e18fb 100644 --- a/llama-index-integrations/readers/llama-index-readers-azcognitive-search/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-azcognitive-search/BUILD @@ -1,7 +1,4 @@ -poetry_requirements( - name="poetry", - module_mapping={"azure-search-documents": ["azure"]} -) +poetry_requirements(name="poetry", module_mapping={"azure-search-documents": ["azure"]}) python_requirements( name="reqs", diff --git a/llama-index-integrations/readers/llama-index-readers-azstorage-blob/BUILD b/llama-index-integrations/readers/llama-index-readers-azstorage-blob/BUILD index f2d2f23917a20740add15b2f498e2ff4298f4223..474f5b653e49185af8b0d498fc06382ddaa7c2f7 100644 --- a/llama-index-integrations/readers/llama-index-readers-azstorage-blob/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-azstorage-blob/BUILD @@ -1,7 +1,4 @@ -poetry_requirements( - name="poetry", - module_mapping={"azure-storage-blob": ["azure"]} -) +poetry_requirements(name="poetry", module_mapping={"azure-storage-blob": ["azure"]}) python_requirements( name="reqs", diff --git a/llama-index-integrations/readers/llama-index-readers-chatgpt-plugin/llama_index/readers/BUILD b/llama-index-integrations/readers/llama-index-readers-chatgpt-plugin/llama_index/readers/BUILD deleted file mode 100644 index db46e8d6c978c67e301dd6c47bee08c1b3fd141c..0000000000000000000000000000000000000000 --- a/llama-index-integrations/readers/llama-index-readers-chatgpt-plugin/llama_index/readers/BUILD +++ /dev/null @@ -1 +0,0 @@ -python_sources() diff --git a/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/BUILD b/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/BUILD index b165cb04cf2de75034cd922775e63c6ce48310d4..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-firebase-realtimedb/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-google/BUILD b/llama-index-integrations/readers/llama-index-readers-google/BUILD index 335679a175c7f42dec592af0a085656ea169e24d..1c1c977691cae26b186a15c923cba60a0349cadf 100644 --- a/llama-index-integrations/readers/llama-index-readers-google/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-google/BUILD @@ -1,12 +1,11 @@ poetry_requirements( name="poetry", - module_mapping={"google-api-python-client": ["googleapiclient"], "google-auth-oauthlib": ["google_auth_oauthlib"]} + module_mapping={ + "google-api-python-client": ["googleapiclient"], + "google-auth-oauthlib": ["google_auth_oauthlib"], + }, ) python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-lilac/BUILD b/llama-index-integrations/readers/llama-index-readers-lilac/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-lilac/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-lilac/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-lilac/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-lilac/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-lilac/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-lilac/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-pandas-ai/BUILD b/llama-index-integrations/readers/llama-index-readers-pandas-ai/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-pandas-ai/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-pandas-ai/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-pandas-ai/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-pandas-ai/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-pandas-ai/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-pandas-ai/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-pathway/BUILD b/llama-index-integrations/readers/llama-index-readers-pathway/BUILD index 2bb33e7c17ab558c9f5bb624bcd44af20c3222be..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/readers/llama-index-readers-pathway/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-pathway/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-pathway/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-pathway/tests/BUILD index d01f89cf9ebc1ccc0b4920556c9ff0a74a0bd9d9..a1431c2350d7c0327cf8ed461ce5ad343a407dce 100644 --- a/llama-index-integrations/readers/llama-index-readers-pathway/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-pathway/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.10.*"], + interpreter_constraints=["==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-sec-filings/BUILD b/llama-index-integrations/readers/llama-index-readers-sec-filings/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-sec-filings/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-sec-filings/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-sec-filings/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-sec-filings/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-sec-filings/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-sec-filings/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/readers/llama-index-readers-whatsapp/BUILD b/llama-index-integrations/readers/llama-index-readers-whatsapp/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/readers/llama-index-readers-whatsapp/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-whatsapp/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/readers/llama-index-readers-whatsapp/tests/BUILD b/llama-index-integrations/readers/llama-index-readers-whatsapp/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/readers/llama-index-readers-whatsapp/tests/BUILD +++ b/llama-index-integrations/readers/llama-index-readers-whatsapp/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/BUILD b/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/BUILD +++ b/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/tests/BUILD b/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/tests/BUILD +++ b/llama-index-integrations/response_synthesizers/llama-index-response-synthesizers-google/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/retrievers/llama-index-retrievers-pathway/BUILD b/llama-index-integrations/retrievers/llama-index-retrievers-pathway/BUILD index 2bb33e7c17ab558c9f5bb624bcd44af20c3222be..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/retrievers/llama-index-retrievers-pathway/BUILD +++ b/llama-index-integrations/retrievers/llama-index-retrievers-pathway/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.10.*"], -) diff --git a/llama-index-integrations/retrievers/llama-index-retrievers-pathway/tests/BUILD b/llama-index-integrations/retrievers/llama-index-retrievers-pathway/tests/BUILD index d01f89cf9ebc1ccc0b4920556c9ff0a74a0bd9d9..a1431c2350d7c0327cf8ed461ce5ad343a407dce 100644 --- a/llama-index-integrations/retrievers/llama-index-retrievers-pathway/tests/BUILD +++ b/llama-index-integrations/retrievers/llama-index-retrievers-pathway/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.10.*"], + interpreter_constraints=["==3.10.*"], ) diff --git a/llama-index-integrations/tools/llama-index-tools-google/BUILD b/llama-index-integrations/tools/llama-index-tools-google/BUILD index b165cb04cf2de75034cd922775e63c6ce48310d4..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/tools/llama-index-tools-google/BUILD +++ b/llama-index-integrations/tools/llama-index-tools-google/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/tools/llama-index-tools-google/tests/BUILD b/llama-index-integrations/tools/llama-index-tools-google/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/tools/llama-index-tools-google/tests/BUILD +++ b/llama-index-integrations/tools/llama-index-tools-google/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/tools/llama-index-tools-ionic-shopping/BUILD b/llama-index-integrations/tools/llama-index-tools-ionic-shopping/BUILD index 1ed383a98dcd36cac72452aefe6e9cfe9e6f514f..448a5d1af6f8e0ad38adfe3cfaf74fa0fcc5b44b 100644 --- a/llama-index-integrations/tools/llama-index-tools-ionic-shopping/BUILD +++ b/llama-index-integrations/tools/llama-index-tools-ionic-shopping/BUILD @@ -1,4 +1 @@ -poetry_requirements( - name="poetry", - module_mapping={"ionic-api-sdk": ["ionic"]} -) +poetry_requirements(name="poetry", module_mapping={"ionic-api-sdk": ["ionic"]}) diff --git a/llama-index-integrations/tools/llama-index-tools-text-to-image/BUILD b/llama-index-integrations/tools/llama-index-tools-text-to-image/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-integrations/tools/llama-index-tools-text-to-image/BUILD +++ b/llama-index-integrations/tools/llama-index-tools-text-to-image/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/tools/llama-index-tools-text-to-image/tests/BUILD b/llama-index-integrations/tools/llama-index-tools-text-to-image/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/tools/llama-index-tools-text-to-image/tests/BUILD +++ b/llama-index-integrations/tools/llama-index-tools-text-to-image/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-astra/tests/BUILD b/llama-index-integrations/vector_stores/llama-index-vector-stores-astra/tests/BUILD index adca2b1c7549ae6538592587db4cac40b5da74b0..e09d64a6175b7a31e3b77f8e46e1109e32db1b90 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-astra/tests/BUILD +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-astra/tests/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests0", ) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-azurecosmosmongo/tests/BUILD b/llama-index-integrations/vector_stores/llama-index-vector-stores-azurecosmosmongo/tests/BUILD index adca2b1c7549ae6538592587db4cac40b5da74b0..e09d64a6175b7a31e3b77f8e46e1109e32db1b90 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-azurecosmosmongo/tests/BUILD +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-azurecosmosmongo/tests/BUILD @@ -1,5 +1,3 @@ -python_sources() - python_tests( name="tests0", ) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/BUILD b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/BUILD +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/tests/BUILD b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-google/tests/BUILD +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-google/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-integrations/vector_stores/llama-index-vector-stores-weaviate/BUILD b/llama-index-integrations/vector_stores/llama-index-vector-stores-weaviate/BUILD index c9785f1be0ea67fd213cf55bc3a58ed4795767e8..648fab507ed8a50292244407ac188fdf0b67a5f6 100644 --- a/llama-index-integrations/vector_stores/llama-index-vector-stores-weaviate/BUILD +++ b/llama-index-integrations/vector_stores/llama-index-vector-stores-weaviate/BUILD @@ -1,4 +1 @@ -poetry_requirements( - name="poetry", - module_mapping={"weaviate-client": ["weaviate"]} -) +poetry_requirements(name="poetry", module_mapping={"weaviate-client": ["weaviate"]}) diff --git a/llama-index-legacy/tests/BUILD b/llama-index-legacy/tests/BUILD index ab1fd524483f73180dd51c591d84b397556f5309..3dfabefa6b6a1af44704e2b967ed3624da7643ad 100644 --- a/llama-index-legacy/tests/BUILD +++ b/llama-index-legacy/tests/BUILD @@ -1,8 +1,9 @@ +python_sources() + python_test_utils( name="test_utils", ) -python_sources() python_tests( name="tests0", diff --git a/llama-index-packs/llama-index-packs-agent-search-retriever/BUILD b/llama-index-packs/llama-index-packs-agent-search-retriever/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-packs/llama-index-packs-agent-search-retriever/BUILD +++ b/llama-index-packs/llama-index-packs-agent-search-retriever/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-packs/llama-index-packs-agent-search-retriever/tests/BUILD b/llama-index-packs/llama-index-packs-agent-search-retriever/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-packs/llama-index-packs-agent-search-retriever/tests/BUILD +++ b/llama-index-packs/llama-index-packs-agent-search-retriever/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-packs/llama-index-packs-corrective-rag/BUILD b/llama-index-packs/llama-index-packs-corrective-rag/BUILD index 0b67818b466ca124328fee9578153b45932c2375..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-packs/llama-index-packs-corrective-rag/BUILD +++ b/llama-index-packs/llama-index-packs-corrective-rag/BUILD @@ -1,5 +1,3 @@ -python_sources() - poetry_requirements( name="poetry", ) diff --git a/llama-index-packs/llama-index-packs-gmail-openai-agent/BUILD b/llama-index-packs/llama-index-packs-gmail-openai-agent/BUILD index a8f4940ed6efe71d7efa85a67c5fc60a64f82b68..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-packs/llama-index-packs-gmail-openai-agent/BUILD +++ b/llama-index-packs/llama-index-packs-gmail-openai-agent/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-packs/llama-index-packs-gmail-openai-agent/tests/BUILD b/llama-index-packs/llama-index-packs-gmail-openai-agent/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-packs/llama-index-packs-gmail-openai-agent/tests/BUILD +++ b/llama-index-packs/llama-index-packs-gmail-openai-agent/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-packs/llama-index-packs-panel-chatbot/BUILD b/llama-index-packs/llama-index-packs-panel-chatbot/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-packs/llama-index-packs-panel-chatbot/BUILD +++ b/llama-index-packs/llama-index-packs-panel-chatbot/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-packs/llama-index-packs-panel-chatbot/tests/BUILD b/llama-index-packs/llama-index-packs-panel-chatbot/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-packs/llama-index-packs-panel-chatbot/tests/BUILD +++ b/llama-index-packs/llama-index-packs-panel-chatbot/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-packs/llama-index-packs-ragatouille-retriever/BUILD b/llama-index-packs/llama-index-packs-ragatouille-retriever/BUILD index 8ccf08240e770ccd034cb68bbd7660e94407f5d5..0896ca890d8bffd60a44fa824f8d57fecd73ee53 100644 --- a/llama-index-packs/llama-index-packs-ragatouille-retriever/BUILD +++ b/llama-index-packs/llama-index-packs-ragatouille-retriever/BUILD @@ -1,7 +1,3 @@ poetry_requirements( name="poetry", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-packs/llama-index-packs-ragatouille-retriever/tests/BUILD b/llama-index-packs/llama-index-packs-ragatouille-retriever/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-packs/llama-index-packs-ragatouille-retriever/tests/BUILD +++ b/llama-index-packs/llama-index-packs-ragatouille-retriever/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/llama-index-packs/llama-index-packs-vanna/BUILD b/llama-index-packs/llama-index-packs-vanna/BUILD index 37fcc8b0e213b68b0dc3949f2426ee0684718f7d..2d3d88d1eab9ce4898e7dfc34d7224ae0467316c 100644 --- a/llama-index-packs/llama-index-packs-vanna/BUILD +++ b/llama-index-packs/llama-index-packs-vanna/BUILD @@ -5,7 +5,3 @@ poetry_requirements( python_requirements( name="reqs", ) - -python_sources( - interpreter_constraints=["==3.9.*", "==3.10.*"], -) diff --git a/llama-index-packs/llama-index-packs-vanna/tests/BUILD b/llama-index-packs/llama-index-packs-vanna/tests/BUILD index 5cd7615688ba05e244f7a7be073ccc7ec552bea3..619cac15ff840dc1548d68cd4c394d33e65cb2d1 100644 --- a/llama-index-packs/llama-index-packs-vanna/tests/BUILD +++ b/llama-index-packs/llama-index-packs-vanna/tests/BUILD @@ -1,3 +1,3 @@ python_tests( - interpreter_constraints=["==3.9.*", "==3.10.*"], + interpreter_constraints=["==3.9.*", "==3.10.*"], ) diff --git a/pants.toml b/pants.toml index e8c36629df0720b0645b81975e036587f19e1e62..ffed2a5bec0c043fdb1d58c0a981c7f55ca668ff 100644 --- a/pants.toml +++ b/pants.toml @@ -10,6 +10,7 @@ remote_cache_read = true remote_cache_write = true remote_instance_name = "main" remote_store_address = "grpc://44.204.50.6:9092" +unmatched_build_file_globs = "error" [black] config = "./pyproject.toml"