-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getting entity/class/property by id that has special characters s…
…uch as /
- Loading branch information
Binh Vu
committed
Apr 14, 2024
1 parent
963181f
commit 57441ee
Showing
9 changed files
with
218 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "web-sand" | ||
version = "4.1.0" | ||
version = "4.1.1" | ||
description = "UI for browsing/editing semantic descriptions" | ||
authors = ["Binh Vu <[email protected]>"] | ||
repository = "https://github.com/usc-isi-i2/sand" | ||
|
@@ -21,7 +21,7 @@ peewee = "^3.15.2" | |
Flask = "^2.2.2" | ||
python-dotenv = ">= 0.19.0, < 0.20.0" | ||
tornado = "^6.2" | ||
gena = "^1.6.4" | ||
gena = "^1.7.0" | ||
loguru = "^0.7.0" | ||
orjson = ">= 3.9.0, < 4.0.0" | ||
drepr = "^2.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.