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:
parent
0801aaf200
commit
ced9a153bd
4 changed files with 46 additions and 20 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue