Skip to content

clickhouse-sqlalchemy version bump? #403

@IAL32

Description

@IAL32

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions