File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,25 +26,25 @@ classifiers = [
2626 " Programming Language :: Python :: Implementation :: PyPy" ,
2727]
2828dependencies = [
29- # "open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@birgelee-key-auth-hash ",
29+ # "open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@birgelee-version-bump ",
3030 " pyyaml==6.0.2" ,
31- " requests>= 2.32.3 " ,
31+ " requests== 2.32.4 " ,
3232 " dnspython==2.7.0" ,
33- " pydantic==2.10.6 " ,
34- " aiohttp==3.11 .13" ,
35- " aws-lambda-powertools[parser]==3.8.0 " ,
36- " open-mpic-core==5.6 .0" ,
37- " aioboto3~=13 .3.0" ,
38- " black==24.8 .0" ,
33+ " pydantic==2.11.7 " ,
34+ " aiohttp==3.12 .13" ,
35+ " aws-lambda-powertools[parser]==3.15.1 " ,
36+ " open-mpic-core==5.9 .0" ,
37+ " aioboto3~=14 .3.0" ,
38+ " black==25.1 .0" ,
3939]
4040
4141[project .optional-dependencies ]
4242test = [
43- " pytest==8.2.2 " ,
44- " pytest-cov==5.0.0 " ,
45- " pytest-mock==3.14.0 " ,
43+ " pytest==8.4.1 " ,
44+ " pytest-cov==6.2.1 " ,
45+ " pytest-mock==3.14.1 " ,
4646 " pytest-html==4.1.1" ,
47- " pytest-asyncio==0.25.1 " ,
47+ " pytest-asyncio==1.0.0 " ,
4848]
4949
5050[project .urls ]
@@ -56,7 +56,7 @@ Source = "https://github.com/open-mpic/aws-lambda-python"
5656# virtual = ".hatch"
5757
5858[tool .api ]
59- spec_version = " 3.3.1 "
59+ spec_version = " 3.5.0 "
6060spec_repository = " https://github.com/open-mpic/open-mpic-specification"
6161
6262[tool .hatch ]
Original file line number Diff line number Diff line change 1- __version__ = "1.1 .0"
1+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments