Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jul 12, 2024
1 parent f56c217 commit 25bf10f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agave/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.2'
__version__ = '0.2.3.dev0'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blinker==1.4
chalice==1.25.0
chalice==1.31.2
mongoengine==0.22.1
cuenca-validations==0.11.22
cuenca-validations==0.11.29
dnspython==2.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_data=dict(agave=['py.typed']),
python_requires='>=3.8',
install_requires=[
'chalice>=1.16.0,<1.25.1',
'chalice>=1.16.0,<1.32',
'cuenca-validations>=0.9.0,<1.0.0',
'blinker>=1.4,<1.5',
'mongoengine>=0.20.0,<0.23.0',
Expand Down

0 comments on commit 25bf10f

Please sign in to comment.