[project] name = "poc" version = "0.1.0" description = "Add your description here" requires-python = ">=3.12" dependencies = [ "aiosqlite>=0.20", "langchain>=1.3.0,<2.0.0", "langchain-core>=1.4.0,<2.0.0", "pydantic>=2.9", ] [dependency-groups] dev = [ "pytest>=8.3", "pytest-asyncio>=0.24", ] [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] asyncio_mode = "auto"