File tree Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 12
12
# --------------------------
13
13
langchain
14
14
#langchain-experimental
15
- langchain-openai == 0.3.18
15
+ langchain-openai == 0.3.27
Original file line number Diff line number Diff line change 8
8
# requirements in the zip package for this layer.
9
9
# -----------------------------------------------------------------------------
10
10
11
- pyyaml == 6.0.1
11
+ pyyaml == 6.0.2
12
12
13
13
# NLP requirements
14
14
# --------------------------
Original file line number Diff line number Diff line change 10
10
11
11
# generative AI requirements
12
12
# --------------------------
13
- openai == 1.82.1
13
+ openai == 1.93.0
14
14
15
15
# general requirements
16
16
# --------------------------
17
- pydantic == 2.11.5
18
- pydantic-settings == 2.9 .1
19
- python-dotenv == 1.1.0
17
+ pydantic == 2.11.7
18
+ pydantic-settings == 2.10 .1
19
+ python-dotenv == 1.1.1
20
20
python-hcl2 == 7.2.1
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ resource "aws_route53_record" "api" {
53
53
module "acm" {
54
54
count = var. create_custom_domain ? 1 : 0
55
55
source = " terraform-aws-modules/acm/aws"
56
- version = " ~> 5 .0"
56
+ version = " ~> 6 .0"
57
57
58
58
# un-comment this if you choose a region other than us-east-1
59
59
# providers = {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ terraform {
21
21
required_providers {
22
22
aws = {
23
23
source = " hashicorp/aws"
24
- version = " ~> 5.31 "
24
+ version = " ~> 6.0 "
25
25
}
26
26
null = {
27
27
source = " hashicorp/null"
Original file line number Diff line number Diff line change 10
10
"preview" : " vite preview --port 8080"
11
11
},
12
12
"dependencies" : {
13
- "dotenv" : " ^16.3.1 " ,
13
+ "dotenv" : " ^17.0.0 " ,
14
14
"i" : " ^0.3.7" ,
15
15
"npm" : " ^11.0.0" ,
16
16
"react" : " ^19.0.0" ,
31
31
"eslint-plugin-react" : " ^7.33.2" ,
32
32
"eslint-plugin-react-hooks" : " ^5.0.0" ,
33
33
"eslint-plugin-react-refresh" : " ^0.4.5" ,
34
- "vite" : " ^6 .0.1 "
34
+ "vite" : " ^7 .0.0 "
35
35
}
36
36
}
Original file line number Diff line number Diff line change 10
10
11
11
# dev and test
12
12
# ------------
13
- boto3 == 1.36.11
13
+ boto3 == 1.39.0
14
14
botocore >= 1.35.10
15
- pytest == 8.3.5
15
+ pytest == 8.4.1
16
16
pytest_mock == 3.14.1
17
- requests == 2.32.3
17
+ requests == 2.32.4
18
18
19
19
# Code linters, formatters, and security scanners
20
20
# ------------
21
21
black == 25.1.0
22
- flake8 == 7.2 .0
22
+ flake8 == 7.3 .0
23
23
flake8-coding == 1.3.2
24
24
pre-commit == 4.2.0
25
25
isort == 6.0.1
26
- mypy == 1.14.1
27
26
pylint == 3.3.7
28
- bandit == 1.8.3
27
+ mypy == 1.16.1
28
+ bandit == 1.8.5
29
29
pydocstringformatter == 0.7.3
30
- tox == 4.26 .0
31
- codespell == 2.3.0
32
- coverage == 7.8.2
30
+ tox == 4.27 .0
31
+ codespell == 2.4.1
32
+ coverage == 7.9.1
33
33
34
34
# Lambda layer: openai
35
35
# ------------
36
- openai == 1.70 .0
36
+ openai == 1.93 .0
37
37
38
38
# Lambda layer: common
39
39
# ------------
40
- python-dotenv == 1.1.0
41
- pydantic == 2.11.5
42
- pydantic-settings == 2.9 .1
43
- python-hcl2 == 5.1 .1
40
+ python-dotenv == 1.1.1
41
+ pydantic == 2.11.7
42
+ pydantic-settings == 2.10 .1
43
+ python-hcl2 == 7.2 .1
44
44
45
45
# Lambda layer: langchain
46
46
# ------------
@@ -50,11 +50,11 @@ langchain-openai
50
50
51
51
# Lambda layer: nlp
52
52
# ------------
53
- python-Levenshtein == 0.26 .1
53
+ python-Levenshtein == 0.27 .1
54
54
pyyaml
55
55
56
56
# weather function
57
57
googlemaps == 4.10.0
58
- openmeteo-requests == 1.4 .0
58
+ openmeteo-requests == 1.5 .0
59
59
requests-cache == 1.2.1
60
60
retry-requests == 2.0.0
You can’t perform that action at this time.
0 commit comments