replace pymysql with mysqlclient as it is "better"; also fix an issue in the ui exporter that had wrong imports

This commit is contained in:
Viktor Barzin 2025-10-18 09:58:55 +00:00
parent 0801aaf200
commit ced9a153bd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
4 changed files with 46 additions and 20 deletions

View file

@ -36,7 +36,7 @@ opentelemetry-sdk = "^1.36.0"
opentelemetry-exporter-prometheus = "^0.57b0"
opentelemetry-instrumentation-fastapi = "^0.57b0"
opentelemetry-instrumentation-sqlalchemy = "^0.57b0"
pymysql = "^1.1.2"
mysqlclient = "^2.2.7"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"