Skip to content

Commit 6a59815

Browse files
fix: Update repo_config.py
1 parent 327d99d commit 6a59815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/repo_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def __init__(self, **data: Any):
266266

267267
if self.entity_key_serialization_version <= 2:
268268
warnings.warn(
269-
"The serialization version 2 and below would be deprecated in the next release. "
269+
"The serialization version 2 and below will be deprecated in the next release. "
270270
"Specifying `entity_key_serialization_version` to 3 is recommended.",
271271
DeprecationWarning,
272272
)

0 commit comments

Comments
 (0)