You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Initialize the Tokio runtime with a custom Tokio runtime
* Update pyo3 requirement from 0.17 to 0.18
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.17.0...v0.18.0)
---
updated-dependencies:
- dependency-name: pyo3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fixed warning, removed unnecessary allow(deprecated)
* Updated some more version numbers
* Marked local conversions as deprecated
* Pinned clap version for MSRV test
* Reverted tokio and clap versions to support MSRV
* Removed version pinning for clap since it's unnecessary
* Updating some github actions versions
* Upgraded rust toolchain action
* Removed unused args
* Added python version to setup-python action
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: rise0chen <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
note = "Questionable whether these conversions have real-world utility (see https://github.com/awestlake87/pyo3-asyncio/issues/59#issuecomment-1008038497 and let me know if you disagree!)"
note = "Questionable whether these conversions have real-world utility (see https://github.com/awestlake87/pyo3-asyncio/issues/59#issuecomment-1008038497 and let me know if you disagree!)"
note = "Questionable whether these conversions have real-world utility (see https://github.com/awestlake87/pyo3-asyncio/issues/59#issuecomment-1008038497 and let me know if you disagree!)"
935
+
)]
933
936
pubfnlocal_future_into_py_with_locals<R,F,T>(
934
937
py:Python,
935
938
locals:TaskLocals,
@@ -1119,6 +1122,11 @@ where
1119
1122
/// })
1120
1123
/// }
1121
1124
/// ```
1125
+
#[deprecated(
1126
+
since = "0.18.0",
1127
+
note = "Questionable whether these conversions have real-world utility (see https://github.com/awestlake87/pyo3-asyncio/issues/59#issuecomment-1008038497 and let me know if you disagree!)"
0 commit comments