Skip to content

Commit

Permalink
added typer, pydantic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid Mohan authored and Sid Mohan committed Aug 18, 2024
1 parent 492ab5c commit 5ae53ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ numpy
fastapi
asyncio
setuptools
pydantic-settings==2.3.4
typer==0.12.3
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -39,6 +39,8 @@
"fastapi",
"asyncio",
"setuptools",
"pydantic-settings==2.3.4",
"typer==0.12.3",
],
python_requires=">=3.10,<3.13",
classifiers=[
Expand Down

0 comments on commit 5ae53ee

Please sign in to comment.