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 2 years ago
Votes Newest

Answers 12


Thanks!

  
  
Posted 2 years 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 2 years ago

Ok, sure.

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

We'll release a patch version today with a fix

  
  
Posted 2 years ago

Hi TrickySheep9 ,
yeah, they changes their interface again 😞

  
  
Posted 2 years ago

Thanks CostlyOstrich36

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

As the verify param was deprecated and now removed

  
  
Posted 2 years ago
549 Views
12 Answers
2 years ago
one year ago
Tags