Skip to content

Commit

Permalink
undo bump
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Nov 6, 2023
1 parent e22e0b7 commit de3a8b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
48 changes: 14 additions & 34 deletions libs/langchain/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 libs/langchain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dataclasses-json = ">= 0.5.7, < 0.7"
tensorflow-text = {version = "^2.11.0", optional = true, python = "^3.10, <3.12"}
tenacity = "^8.1.0"
cohere = {version = "^4", optional = true}
openai = {version = ">=0, <2", optional = true}
openai = {version = "^0", optional = true}
nlpcloud = {version = "^1", optional = true}
nomic = {version = "^1.0.43", optional = true}
huggingface_hub = {version = "^0", optional = true}
Expand Down Expand Up @@ -186,7 +186,7 @@ optional = true
# https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md#working-with-optional-dependencies
pytest-vcr = "^1.0.2"
wrapt = "^1.15.0"
openai = "^1.0.0"
openai = "^0.27.4"
python-dotenv = "^1.0.0"
cassio = "^0.1.0"
tiktoken = "^0.3.2"
Expand Down

0 comments on commit de3a8b0

Please sign in to comment.