Skip to content

Commit

Permalink
open constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Apr 2, 2024
1 parent 79aeb9d commit b9f691e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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.dev0'
__version__ = '0.14.2.dev1'
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@
'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.108.0,<1.0.0',
'httpx>=0.27.0,<1.0.0',
'fastapi>=0.63.0',
'mongoengine-plus>=0.0.2,<1.0.0',
'starlette>=0.30.0,<1.0.0',
'starlette>=0.20.0,<1.0.0',
'starlette-context>=0.3.2,<0.4.0',
'uvicorn>=0.29.0,<1.0.0',
'uvicorn>=0.20.0,<1.0.0',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit b9f691e

Please sign in to comment.