Skip to content

Commit 4928169

Browse files
authored
update the version to 3.0.0 (#8409)
1 parent 407dcca commit 4928169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/tutorials/saving/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ registered for serialization.
131131

132132
## Backward Compatibility
133133

134-
As of `dspy<2.7`, we don't guarantee the backward compatibility of the saved program. For example, if you save the program with `dspy==2.5.35`,
134+
As of `dspy<3.0.0`, we don't guarantee the backward compatibility of the saved program. For example, if you save the program with `dspy==2.5.35`,
135135
at loading time please make sure to use the same version of DSPy to load the program, otherwise the program may not work as expected. Chances
136136
are that loading a saved file in a different version of DSPy will not raise an error, but the performance could be different from when
137137
the program was saved.
138138

139-
Starting from `dspy>=2.7`, we will guarantee the backward compatibility of the saved program in major releases, i.e., programs saved in `dspy==2.7.0`
140-
should be loadable in `dspy==2.7.10`.
139+
Starting from `dspy>=3.0.0`, we will guarantee the backward compatibility of the saved program in major releases, i.e., programs saved in `dspy==3.0.0`
140+
should be loadable in `dspy==3.7.10`.

0 commit comments

Comments
 (0)