Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
This Verify Param To Decode Of Pyjwt Seems To Be Removed And In A Fresh Intallation We Are Seeing This Error:

This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error:

File "/usr/local/lib/python3.7/site-packages/clearml/backend_api/session/token_manager.py", line 76, in get_decoded_token algorithms=get_default_algorithms()) TypeError: decode() got an unexpected keyword argument 'verify'

  
  
Posted one year ago
Votes Newest

Answers 12


Latest version was released 11 hours ago - https://github.com/jpadilla/pyjwt/releases/tag/2.2.0

  
  
Posted one year ago

Hi TrickySheep9 - just updating that ClearML SDK v1.1.2 is out with a dependency limit that should solve this until we release the next official version

  
  
Posted one year ago

Not really right? They deprecated a param which wasn’t removed in that commit i mentioned above

  
  
Posted one year ago

TrickySheep9 Hi! Thanks for the heads up, we'll take a look 🙂

  
  
Posted one year ago

Hi TrickySheep9 ,
yeah, they changes their interface again 😞

  
  
Posted one year ago

We'll release a patch version today with a fix

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago

As the verify param was deprecated and now removed

  
  
Posted one year ago

Thanks CostlyOstrich36

  
  
Posted one year ago

Ok, sure.

  
  
Posted one year ago

It's a backwards compatibility they removed, but it was not a major version

  
  
Posted one year ago
89 Views
12 Answers
one year ago
4 months ago
Tags