File tree Expand file tree Collapse file tree 6 files changed +2302
-1889
lines changed
Expand file tree Collapse file tree 6 files changed +2302
-1889
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 python-version : ["3.11"]
10- poetry-version : ["1.4 "]
10+ poetry-version : ["1.8.3 "]
1111 os : [ubuntu-22.04]
1212 runs-on : ${{ matrix.os }}
1313 steps :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " aws-log-ingestion"
3- version = " 2.9.5 "
3+ version = " 2.9.9 "
44description = " "
55authors = [" New Relic <serverless@newrelic.com>" ]
66license = " Apache 2.0"
77package-mode = false
88
99[tool .poetry .dependencies ]
1010python = " ^3.11"
11- aiohttp = " ^3.10.11 "
11+ aiohttp = " ^3.13.2 "
1212
1313[tool .poetry .group .dev .dependencies ]
1414aws-sam-cli = " ^1.118.0"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class EntryType(Enum):
119119 r"(?P<request_id>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"
120120)
121121
122- LOGGING_LAMBDA_VERSION = "2.9.5 "
122+ LOGGING_LAMBDA_VERSION = "2.9.9 "
123123LOGGING_PLUGIN_METADATA = {"type" : "lambda" , "version" : LOGGING_LAMBDA_VERSION }
124124
125125
Original file line number Diff line number Diff line change 1- aiohttp == 3.10.11 ; python_version >= "3.11" and python_version < "4.0"
2- aiosignal == 1.3.1 ; python_version >= "3.11" and python_version < "4.0"
3- attrs == 23.2.0 ; python_version >= "3.11" and python_version < "4.0"
4- frozenlist == 1.4.1 ; python_version >= "3.11" and python_version < "4.0"
5- idna == 3.7 ; python_version >= "3.11" and python_version < "4.0"
6- multidict == 6.0.5 ; python_version >= "3.11" and python_version < "4.0"
7- yarl >= 1.12.0 ,< 2.0 ; python_version >= "3.11" and python_version < "4.0"
1+ aiohappyeyeballs == 2.6.1 ; python_version >= "3.11" and python_version < "4.0"
2+ aiohttp == 3.13.2 ; python_version >= "3.11" and python_version < "4.0"
3+ aiosignal == 1.4.0 ; python_version >= "3.11" and python_version < "4.0"
4+ attrs == 25.4.0 ; python_version >= "3.11" and python_version < "4.0"
5+ frozenlist == 1.8.0 ; python_version >= "3.11" and python_version < "4.0"
6+ idna == 3.11 ; python_version >= "3.11" and python_version < "4.0"
7+ multidict == 6.7.0 ; python_version >= "3.11" and python_version < "4.0"
8+ propcache == 0.4.1 ; python_version >= "3.11" and python_version < "4.0"
9+ typing-extensions == 4.15.0 ; python_version >= "3.11" and python_version < "3.13"
10+ yarl == 1.22.0 ; python_version >= "3.11" and python_version < "4.0"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Metadata:
6262 LicenseUrl : LICENSE
6363 ReadmeUrl : README.md
6464 HomePageUrl : https://github.com/newrelic/aws-log-ingestion
65- SemanticVersion : 2.9.5
65+ SemanticVersion : 2.9.9
6666 SourceCodeUrl : https://github.com/newrelic/aws-log-ingestion
6767
6868Resources :
You can’t perform that action at this time.
0 commit comments