Skip to content

Automated tests fail when building pypika under Python 3.14 #4

@crd

Description

@crd

Pypika is a dependency of chromadb and has not been updated to remove

Python 3.14 deprecates ast.Str and ast.Num but Pypika has not yet been updated to use ast.Constant instead. Until this is fixed, automated tests will fail under Python 3.14. This isn't a concern.

Details on deprecation: https://docs.python.org/3/deprecations/pending-removal-in-3.14.html

This is fixed in PR: kayak/pypika#848

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