Skip to content

Commit

Permalink
fix: enable automated openai and langchain version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 19, 2023
1 parent 4c62ae1 commit f3487ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ updates:
- "lpm0073"
reviewers:
- "lpm0073"
ignore:
- dependency-name: "openai"
- dependency-name: "langchain"
- dependency-name: "langchain-experimental"
- package-ecosystem: "pip"
directory: "/"
schedule:
Expand Down
2 changes: 2 additions & 0 deletions codespell.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# 'broked' is an intentionally misspelled word used as an example
# in the "Grammar Genius" sample app.
broked
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ openai==0.28.1
langchain==0.0.331
langchain-experimental==0.0.37
pinecone-client==2.2.4
setup_utils==0.2.0

# local packages
-e ./api/terraform/python/layer_genai/openai_utils

0 comments on commit f3487ab

Please sign in to comment.