Skip to content

Commit

Permalink
fix: Avoid breakage of langchain from orjson 3.10.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661286670
  • Loading branch information
yeesian authored and copybara-github committed Aug 9, 2024
1 parent accaa97 commit c990f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
"langchain-google-vertexai < 2",
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
"tenacity <= 8.3",
"orjson <= 3.10.6",
]

langchain_testing_extra_require = list(
Expand Down

0 comments on commit c990f73

Please sign in to comment.