Skip to content

Commit

Permalink
template: bump more lockfiles (#19003)
Browse files Browse the repository at this point in the history
- templates: bump lockfile deps
- x
  • Loading branch information
efriis authored and hinthornw committed Apr 26, 2024
1 parent 7e636aa commit 34454bb
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 73 deletions.
13 changes: 7 additions & 6 deletions templates/extraction-anthropic-functions/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/extraction-anthropic-functions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = ">=3.8.1,<4.0"
langchain = "^0.1"
anthropic = ">=0.5.0"
langchainhub = ">=0.1.13"
langchain-experimental = "^0.0.36"
langchain-experimental = ">=0.0.54"

[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"
Expand Down
63 changes: 41 additions & 22 deletions templates/openai-functions-agent-gmail/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/openai-functions-agent-gmail/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.349,<0.1.0"
langchain = "^0.1"
openai = "<2"
langchain-core = ">=0.0.13,<0.1.0"
langchain-core = "^0.1"
langchain-community = ">=0.0.1,<0.1.0"
google-api-python-client = "^2.110.0"
google-auth-oauthlib = "^1.1.0"
Expand Down

0 comments on commit 34454bb

Please sign in to comment.