Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps pypika from 0.48.9 to 0.50.0.

Release notes

Sourced from pypika's releases.

v0.50.0 (2025-01-14)

New Features

  • JQL (Jira Query Language) support - New JiraQuery class for building Jira queries with isempty() and notempty() methods (#721)
  • QUALIFY clause - Filter rows based on window function results (#841)
  • Bitwise OR support - New bitwiseor() method on fields (#825)
  • ClickHouse DISTINCT ON - distinct_on() method for ClickHouse queries (#817)
  • ClickHouse LIMIT BY - limit_by() and limit_offset_by() methods (#817)
  • ClickHouse FINAL - final() method for FINAL keyword (#765)
  • ClickHouse SAMPLE - sample() method for approximate query processing (#707)
  • Oracle LIMIT/OFFSET - limit() and offset() support using FETCH NEXT/OFFSET ROWS syntax (#754)
  • CREATE/DROP INDEX - Query.create_index() and Query.drop_index() with support for unique, partial, and conditional indices (#753)
  • Pipe operator - QueryBuilder.pipe() method for functional composition (#759)
  • Improved parameterized queries - get_parameters() method to collect parameter values, ListParameter and DictParameter base classes (#794)
  • Auto increment columns - Auto increment support on SqlTypes for CREATE TABLE (#829)
  • datetime.time support - Proper handling of datetime.time values (#837)

Bug Fixes

  • Fixed EmptyCriterion handling in &, |, ^ operations with Criterion (#732)
  • Fixed Field.__init__ to accept string table names (#742)
  • Fixed isin() and notin() to accept frozenset (#744)
  • Fixed MySQL set operations (UNION/INTERSECT/MINUS) to wrap queries in parentheses (#782)
  • Fixed PostgreSQL array syntax for UPDATE statements (#644)
  • Fixed escape quotes in identifiers (#811)

Typing & Compatibility

  • Added py.typed marker for PEP 561 compliance (#666)
  • Fixed typing hint for @builder decorator to preserve callable type (#740)
  • Fixed types for mypy downstream usage, added __all__ exports (#815)
  • Improved typing for builder methods (#850)
  • Added Python 3.13 and 3.14 support (#848, #851)
  • Applied future type style annotations (#853)

Documentation

  • Added comprehensive documentation for all new features to README.rst
  • Added documentation for: Analytic Queries (NTILE, RANK, FIRST_VALUE, LAST_VALUE, MEDIAN, AVG, STDDEV), Window Frames, ROLLUP, Pseudo Columns, TEMPORARY/UNLOGGED tables
  • Unified documentation between README.rst and ReadTheDocs (single source of truth)
  • Fixed PseudoColumn import in docs (#698)
  • Added contributing guidelines (#758)
  • Various typo fixes (#695, #801, #804)

Internal

  • Refactored Interval to inherit from Term (#838)
  • Refactored shared logic for Criterion comparisons (#849)
  • Updated CI to test Python 3.8-3.14 and PyPy 3.9-3.11 on Ubuntu and macOS

... (truncated)

Changelog

Sourced from pypika's changelog.

v0.50.0 (2025-01-14)

New Features

  • JQL (Jira Query Language) support - New JiraQuery class for building Jira queries with isempty() and notempty() methods (#721)
  • QUALIFY clause - Filter rows based on window function results (#841)
  • Bitwise OR support - New bitwiseor() method on fields (#825)
  • ClickHouse DISTINCT ON - distinct_on() method for ClickHouse queries (#817)
  • ClickHouse LIMIT BY - limit_by() and limit_offset_by() methods (#817)
  • ClickHouse FINAL - final() method for FINAL keyword (#765)
  • ClickHouse SAMPLE - sample() method for approximate query processing (#707)
  • Oracle LIMIT/OFFSET - limit() and offset() support using FETCH NEXT/OFFSET ROWS syntax (#754)
  • CREATE/DROP INDEX - Query.create_index() and Query.drop_index() with support for unique, partial, and conditional indices (#753)
  • Pipe operator - QueryBuilder.pipe() method for functional composition (#759)
  • Improved parameterized queries - get_parameters() method to collect parameter values, ListParameter and DictParameter base classes (#794)
  • Auto increment columns - Auto increment support on SqlTypes for CREATE TABLE (#829)
  • datetime.time support - Proper handling of datetime.time values (#837)

Bug Fixes

  • Fixed EmptyCriterion handling in &, |, ^ operations with Criterion (#732)
  • Fixed Field.__init__ to accept string table names (#742)
  • Fixed isin() and notin() to accept frozenset (#744)
  • Fixed MySQL set operations (UNION/INTERSECT/MINUS) to wrap queries in parentheses (#782)
  • Fixed PostgreSQL array syntax for UPDATE statements (#644)
  • Fixed escape quotes in identifiers (#811)

Typing & Compatibility

  • Added py.typed marker for PEP 561 compliance (#666)
  • Fixed typing hint for @builder decorator to preserve callable type (#740)
  • Fixed types for mypy downstream usage, added __all__ exports (#815)
  • Improved typing for builder methods (#850)
  • Added Python 3.13 and 3.14 support (#848, #851)
  • Applied future type style annotations (#853)

Documentation

  • Added comprehensive documentation for all new features to README.rst
  • Added documentation for: Analytic Queries (NTILE, RANK, FIRST_VALUE, LAST_VALUE, MEDIAN, AVG, STDDEV), Window Frames, ROLLUP, Pseudo Columns, TEMPORARY/UNLOGGED tables
  • Unified documentation between README.rst and ReadTheDocs (single source of truth)
  • Fixed PseudoColumn import in docs (#698)
  • Added contributing guidelines (#758)
  • Various typo fixes (#695, #801, #804)

Internal

  • Refactored Interval to inherit from Term (#838)
  • Refactored shared logic for Criterion comparisons (#849)
  • Updated CI to test Python 3.8-3.14 and PyPy 3.9-3.11 on Ubuntu and macOS

... (truncated)

Commits
  • b81d381 Prepare v0.50.0 release (#862)
  • 28c4b9c add : auto increment on SqlTypes for support create column with auto incremen...
  • 4994163 feat: apply future type style (#853)
  • a541e8f Fix duplicate between tests in criterions suite (#854)
  • 3094e3f refactor: share logic for Criterion comparisons (#849)
  • 38fe203 Bump jinja2 from 3.1.3 to 3.1.6 (#852)
  • e71ed34 Additional Changes to "Escape quotes in identifiers (#771)" (#811)
  • 6da153e Fix Postgres array syntax for UPDATE (#644)
  • 43b5f8e Bump jinja2 from 3.0.3 to 3.1.3 (#783)
  • 280b748 Improve typing for builder methods (#850)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pypika](https://github.com/kayak/pypika) from 0.48.9 to 0.50.0.
- [Release notes](https://github.com/kayak/pypika/releases)
- [Changelog](https://github.com/kayak/pypika/blob/master/CHANGELOG.md)
- [Commits](kayak/pypika@v0.48.9...v0.50.0)

---
updated-dependencies:
- dependency-name: pypika
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant