dbcli / pgcli

Postgres CLI with autocompletion and syntax highlighting
http://pgcli.com
BSD 3-Clause "New" or "Revised" License
12.04k stars 553 forks source link

downgrade pendulum to released version #1434

Closed meeuw closed 11 months ago

meeuw commented 11 months ago

Description

"Unbump" pendulum to released version (3.0.0b1 is a beta version)

requiring 3.0.0b1 gives problems for packing pgcli for Fedora.

Checklist

meeuw commented 11 months ago

Related to #1426

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (8c72820) 79.63% compared to head (c7ce8d5) 79.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1434 +/- ## ======================================= Coverage 79.63% 79.63% ======================================= Files 25 25 Lines 3035 3035 ======================================= Hits 2417 2417 Misses 618 618 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/dbcli/pgcli/pull/1434/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dbcli)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

meeuw commented 11 months ago

We might advice Python 3.12 users to install pgcli using pip --pre, to allow usage of beta versions?

j-bennet commented 11 months ago

Thank you @meeuw .