Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Apr 4, 2024
1 parent 3931f34 commit dcaf3ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fast_agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.2.dev1'
__version__ = '0.14.2.dev2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiobotocore==2.1.0
cuenca-validations==0.11.27
fastapi==0.106.0
httpx==0.27.0
mongoengine-plus==0.0.3
mongoengine-plus==0.1.2
python-multipart==0.0.5
starlette==0.27.0
starlette-context==0.3.3
Expand Down
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@
'aiobotocore>=1.0.0,<3.0.0',
'types-aiobotocore-sqs>=2.1.0.post1,<3.0.0',
'cuenca-validations>=0.9.4,<1.0.0',
'fastapi>=0.63.0',
'mongoengine-plus>=0.0.2,<1.0.0',
'starlette>=0.20.0,<1.0.0',
'fastapi>=0.106.0,<1.0.0',
'httpx>=0.27.0,<1.0.0',
'mongoengine-plus>=0.1.2,<1.0.0',
'starlette>=0.27.0,<1.0.0',
'starlette-context>=0.3.2,<0.4.0',
'uvicorn>=0.20.0,<1.0.0',
'uvicorn>=0.29.0,<1.0.0',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit dcaf3ec

Please sign in to comment.