support python 3.13 #1360
Annotations
2 errors and 49 warnings
python (3.13)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
|
python (3.13)
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rust
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
unresolved link to `impl_transport`
|
rust
`connectorx` (lib doc) generated 1 warning
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
unneeded sub `cfg` when there is only one condition
|
rust
manual implementation of `Option::map`
|
rust
this loop could be written as a `while let` loop
|
rust
manual implementation of `Option::map`
|
rust
unnecessary map on constructor Some(_)
|
rust
unnecessary map on constructor Some(_)
|
rust
very complex type used. Consider factoring parts into `type` definitions
|
rust
this is an outer doc comment and does not apply to the parent module or crate
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
rust
the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python (3.13)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
python (3.13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
python (3.13)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python (3.13)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python (3.13)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python (3.13)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
python (3.13)
`/__w/connector-x/connector-x/connectorx-python/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
`/__w/connector-x/connector-x/connectorx-python/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
output filename collision.
|
python (3.13)
output filename collision.
|
python (3.13)
use of deprecated constant `__pyfunction_read_sql::SIGNATURE`: this function has implicit defaults for the trailing `Option<T>` arguments
|
python (3.13)
use of deprecated constant `__pyfunction_read_sql2::SIGNATURE`: this function has implicit defaults for the trailing `Option<T>` arguments
|
python (3.13)
use of deprecated constant `__pyfunction_get_meta::SIGNATURE`: this function has implicit defaults for the trailing `Option<T>` arguments
|
python (3.13)
`connectorx-python` (lib) generated 3 warnings
|
python (3.13)
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
`/__w/connector-x/connector-x/.cargo/config` is deprecated in favor of `config.toml`
|
python (3.13)
unneeded sub `cfg` when there is only one condition
|
python (3.13)
manual implementation of `Option::map`
|
python (3.13)
this loop could be written as a `while let` loop
|
python (3.13)
manual implementation of `Option::map`
|
python (3.13)
unnecessary map on constructor Some(_)
|
python (3.13)
unnecessary map on constructor Some(_)
|
python (3.13)
very complex type used. Consider factoring parts into `type` definitions
|
python (3.13)
this is an outer doc comment and does not apply to the parent module or crate
|