psqlpy icon indicating copy to clipboard operation
psqlpy copied to clipboard

Update code to the pyo3 0.23 version.

Open chandr-andr opened this issue 11 months ago • 1 comments

https://pyo3.rs/v0.23.0/migration

chandr-andr avatar Jan 25 '25 18:01 chandr-andr

What has to be done in this PR? There are a lot of places in the code that are deprecated now, most of them in value_converter.rs.

The easiest way to find these places is to install rustc to VSCode and find yellow warnings.

How to fix it? There is a migration guide from PYO3 developers to 23 version - https://pyo3.rs/v0.23.0/migration.

Warnings look like this: Image

chandr-andr avatar Mar 16 '25 11:03 chandr-andr

Made in the last release

chandr-andr avatar Jun 30 '25 15:06 chandr-andr