fix(parser): rework teacher name parsing

This commit is contained in:
2025-09-29 08:19:28 +04:00
parent b664ba578d
commit aa019f8fcf
3 changed files with 146 additions and 125 deletions

View File

@@ -20,7 +20,7 @@ derive_more = { version = "2.0.1", features = ["error", "display"] }
utoipa = { version = "5.4.0", features = ["macros", "chrono"] }
calamine = "0.30"
calamine = "0.31"
async-trait = "0.1.89"
reqwest = "0.12.23"
@@ -29,4 +29,5 @@ regex = "1.11.2"
strsim = "0.11.1"
log = "0.4.27"
sentry = "0.43.0"
fancy-regex = "0.16.2"