Skip to content

Commit 62f7af5

Browse files
yeesiancopybara-github
authored andcommitted
chore: Update constraints on cloudpickle and tenacity for reasoning engine
PiperOrigin-RevId: 644132530
1 parent e352175 commit 62f7af5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
]
143143

144144
reasoning_engine_extra_require = [
145-
"cloudpickle >= 2.2.1, < 4.0",
145+
"cloudpickle >= 3.0, < 4.0",
146146
"opentelemetry-sdk < 2",
147147
"opentelemetry-exporter-gcp-trace < 2",
148148
"pydantic >= 2.6.3, < 3",
@@ -158,6 +158,7 @@
158158
"langchain-core < 0.2",
159159
"langchain-google-vertexai < 2",
160160
"openinference-instrumentation-langchain >= 0.1.19, < 0.2",
161+
"tenacity <= 8.3",
161162
]
162163

163164
langchain_testing_extra_require = list(

0 commit comments

Comments
 (0)