Skip to content

Commit 5ae53ee

Browse files
Sid MohanSid Mohan
Sid Mohan
authored and
Sid Mohan
committed
added typer, pydantic-settings
1 parent 492ab5c commit 5ae53ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ numpy
1212
fastapi
1313
asyncio
1414
setuptools
15+
pydantic-settings==2.3.4
16+
typer==0.12.3

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = f.read()
66

77
# Use a single source of truth for the version
8-
__version__ = "3.4.0"
8+
__version__ = "v4.0.0-beta.1"
99

1010
project_urls = {
1111
"Homepage": "https://datafog.ai",
@@ -39,6 +39,8 @@
3939
"fastapi",
4040
"asyncio",
4141
"setuptools",
42+
"pydantic-settings==2.3.4",
43+
"typer==0.12.3",
4244
],
4345
python_requires=">=3.10,<3.13",
4446
classifiers=[

0 commit comments

Comments
 (0)