Skip to content

Commit 90fbd83

Browse files
authored
Merge pull request #62 from open-mpic/birgelee-version-bump
Birgelee version bump and tls alpn support
2 parents 4d72f49 + 22528fc commit 90fbd83

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
]
2828
dependencies = [
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]
4242
test = [
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"
6060
spec_repository = "https://github.com/open-mpic/open-mpic-specification"
6161

6262
[tool.hatch]

src/aws_lambda_mpic/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)