1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

Use ulid-transform for constructing ulids (#88939)

* Use ulid-transform for constructing ulids

A future PR will use the new library to reduce the storage
overhead of ulids in the database

* tweak

* tweak

* bump
This commit is contained in:
J. Nick Koston
2023-02-28 20:09:47 -06:00
committed by GitHub
parent e0bdb3ecc3
commit 8f6cfc25c0
5 changed files with 8 additions and 52 deletions

View File

@@ -50,6 +50,7 @@ dependencies = [
"pyyaml==6.0",
"requests==2.28.1",
"typing-extensions>=4.5.0,<5.0",
"ulid-transform==0.3.1",
"voluptuous==0.13.1",
"voluptuous-serialize==2.6.0",
"yarl==1.8.1",