Describe the bug
Installing the latest available version of clickhouse-sqlalchemy from pypi does not reflect the latest fixes that have been made in the past few months.
To get them one must install the package from source, e.g.
[project]
...
dependencies = [
"clickhouse-sqlalchemy>=0.3.2",
...
]
[tool.uv.sources]
clickhouse-sqlalchemy = { git = "https://github.com/xzkostyan/clickhouse-sqlalchemy", rev = "25721c3cd6e094ae1853327ab1de3a5d7144acbd" }
As of now, the latest version available is 0.3.2, but it was released in 2024:
To Reproduce
Run uv add clickhouse-sqlalchemy.
Expected behavior
Install the actual latest version of this repository.
Versions
- Version of package with the problem: 0.3.2
- Python version: 3.12
Describe the bug
Installing the latest available version of
clickhouse-sqlalchemyfrompypidoes not reflect the latest fixes that have been made in the past few months.To get them one must install the package from source, e.g.
As of now, the latest version available is
0.3.2, but it was released in 2024:To Reproduce
Run
uv add clickhouse-sqlalchemy.Expected behavior
Install the actual latest version of this repository.
Versions