Skip to content

Commit

Permalink
feat: Increase the upperbounds on langchain dependencies to support v…
Browse files Browse the repository at this point in the history
…0.3+

PiperOrigin-RevId: 695780105
  • Loading branch information
yeesian authored and copybara-github committed Nov 12, 2024
1 parent b7de16a commit 1fca9c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
]

profiler_extra_require = [
"tensorboard-plugin-profile >= 2.4.0, <3.0.0dev",
"tensorboard-plugin-profile >= 2.4.0, <2.18.0", # <3.0.0dev",
"werkzeug >= 2.0.0, <2.1.0dev",
"tensorflow >=2.4.0, <3.0.0dev",
]
Expand Down Expand Up @@ -152,9 +152,9 @@
]

langchain_extra_require = [
"langchain >= 0.1.16, < 0.3",
"langchain-core < 0.3",
"langchain-google-vertexai < 2",
"langchain >= 0.1.16, < 0.4",
"langchain-core < 0.4",
"langchain-google-vertexai < 3",
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
]

Expand Down

0 comments on commit 1fca9c0

Please sign in to comment.