We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492ab5c commit 5ae53eeCopy full SHA for 5ae53ee
requirements.txt
@@ -12,3 +12,5 @@ numpy
12
fastapi
13
asyncio
14
setuptools
15
+pydantic-settings==2.3.4
16
+typer==0.12.3
setup.py
@@ -5,7 +5,7 @@
5
long_description = f.read()
6
7
# Use a single source of truth for the version
8
-__version__ = "3.4.0"
+__version__ = "v4.0.0-beta.1"
9
10
project_urls = {
11
"Homepage": "https://datafog.ai",
@@ -39,6 +39,8 @@
39
"fastapi",
40
"asyncio",
41
"setuptools",
42
+ "pydantic-settings==2.3.4",
43
+ "typer==0.12.3",
44
],
45
python_requires=">=3.10,<3.13",
46
classifiers=[
0 commit comments