[project] name = "hack-llm-mini-quest" version = "0.1.0" description = "Mini quest for testing prompt injection resilience." requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.0", "httpx>=0.28.0", "langchain-core>=0.3.0", "langchain-openai>=0.2.0", "pydantic-settings>=2.6.0", "structlog>=24.4.0", "uvicorn>=0.32.0", ] [tool.uv] package = false [dependency-groups] dev = [ "pytest>=8.3.0", "pytest-cov>=5.0.0", ] [tool.pytest.ini_options] testpaths = ["tests"]