Skip to content

Commit

Permalink
Temporary fix until versioning is supported in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSrikanth committed Aug 12, 2024
1 parent 6617ddf commit 057bf6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weco/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ def _query(
ValueError
If the input is invalid.
"""
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.")
version_number = 0
# Validate the input
image_info = self._validate_query(text_input=text_input, images_input=images_input)

Expand Down

0 comments on commit 057bf6e

Please sign in to comment.