[project] name = "flowsint-types" version = "1.2.8" description = "Pydantic models for flowsint" license = "Apache-2.0" authors = [{ name = "dextmorgn", email = "contact@flowsint.io" }] requires-python = ">=3.12,<4.0" dependencies = [ "pydantic>=2.0,<3.0", "email-validator>=2.0,<3.0", "phonenumbers>=9.0,<10.0", ] [dependency-groups] dev = [ "pytest>=8.4.2,<9.0.0", "black>=25.0,<26.0", "isort>=6.0,<7.0", "flake8>=7.0,<8.0", "mypy>=1.17,<2.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/flowsint_types"] [tool.black] line-length = 88 target-version = ['py311'] [tool.isort] profile = "black" multi_line_output = 3 [tool.mypy] python_version = "3.11" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true