Skip to content

Commit 057bf6e

Browse files
committed
Temporary fix until versioning is supported in the package
1 parent 6617ddf commit 057bf6e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

weco/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ def _query(
405405
ValueError
406406
If the input is invalid.
407407
"""
408+
warnings.warn("Setting the version number of the function is not yet supported. Currently, the first version of the function will be used i.e., version 0.")
409+
version_number = 0
408410
# Validate the input
409411
image_info = self._validate_query(text_input=text_input, images_input=images_input)
410412

0 commit comments

Comments
 (0)