Skip to content

Commit

Permalink
chore(deps): upgrade backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Dec 27, 2023
1 parent 3c7390b commit 8de8357
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 266 deletions.
13 changes: 0 additions & 13 deletions harp/utils/guids.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,3 @@ def generate_transaction_id_ksuid():
from ksuid import KsuidMs

return str(KsuidMs())


def generate_transaction_id_nanoid():
from nanoid import generate
from nanoid.resources import alphabet

return generate(alphabet=alphabet[2:])


def generate_transaction_id_ulid():
from ulid import ULID

return str(ULID())
Loading

0 comments on commit 8de8357

Please sign in to comment.