diff --git a/requirements.txt b/requirements.txt index 806079bd..a7d2432a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,5 @@ numpy fastapi asyncio setuptools +pydantic-settings==2.3.4 +typer==0.12.3 diff --git a/setup.py b/setup.py index 19c9379c..85568f7d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() # Use a single source of truth for the version -__version__ = "3.4.0" +__version__ = "v4.0.0-beta.1" project_urls = { "Homepage": "https://datafog.ai", @@ -39,6 +39,8 @@ "fastapi", "asyncio", "setuptools", + "pydantic-settings==2.3.4", + "typer==0.12.3", ], python_requires=">=3.10,<3.13", classifiers=[