Skip to content

Commit

Permalink
Update Serverless (Python)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 26e95f2 commit aaa3c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws/ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
openai = "^1.34.0"
tenacity = "^8.2.2"
tenacity = "^9.0.0"

[tool.poetry.group.dev.dependencies]
aws-lambda-powertools = {extras = ["all"], version = "^2.19.0"} # included in Lambda layer
awswrangler = "^3.2.1" # included in Lambda layer
numpy = "^1.25.0" # included in Lambda layer
numpy = "^2.0.0" # included in Lambda layer
pandas = "^2.0.3" # included in Lambda layer
openai = { version = "^1.34.0", extras = ["embeddings"] } # not using embeddings utils in Lambda code
pytest = "^7.4.0"
pytest = "^8.0.0"
pytest-watch = "^4.2.0"
pytest-mock = "^3.11.1"
python-dotenv = "^1.0.1"
Expand Down

0 comments on commit aaa3c42

Please sign in to comment.