# hatch shell [project] name = "weaviate-example" authors = [{ name = "IronCore Labs", email = "info@ironcorelabs.com" }] requires-python = ">=3.8" dependencies = [ "ironcore-alloy>=0.10.3,<0.11", "weaviate_client==4.4.0", "sentence_transformers==2.3.1", "pydantic==2.6.1", ] dynamic = ["version"]