⬆️ deps: Update dependencies (non-major) #53
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.24.0->0.25.0==0.11.9->==0.11.10Release Notes
pyo3/pyo3 (pyo3)
v0.25.0Compare Source
Packaging
bigdecimaldependency to add conversions forbigdecimal::BigDecimal. #5011timedependency to add conversions fortimetypes. #5057cfg-ifdependency. #5110ordered_floatdependency to add conversions forordered_float::NotNanandordered_float::OrderedFloat. #5114Added
experimental-inspectfeature. #3977#[pyclass(generic)]option to support runtime generic typing. #4926OnceExt&MutexExtforparking_lot&lock_api. Use the new extension traits by enabling thearc_lock,lock_api, orparking_lotcargo features. #5044From/IntoforBorrowed<T>->Py<T>. #5054PyTzInfoconstructors. #5055PY_INVALID_STACK_EFFECT. #5064AsRef<Py<PyAny>>forPy<T>,Bound<T>andBorrowed<T>. #5071PyModule_Addandcompat::PyModule_Add. #5085Py_HashBuffer,Py_HashPointer, andPyObject_GenericHash. #5086#[pymodule_export]onconstitems in declarative modules. #5096#[pyclass(immutable_type)]option (on Python 3.14+ withabi3, or 3.10+ otherwise) for immutable type objects. #5101#[pyo3(rename_all)]support on#[derive(IntoPyObject)]. #5112PyRangewrapper. #5117Changed
datetimetypes withabi3feature enabled. #4970timezone_utcin favor ofPyTzInfo::utc. #5055PyCodeObjectis now an opaque struct on all Python versions.PyFutureFeaturesis now only defined up until Python 3.10 (it was present in CPython headers but unused in 3.11 and 3.12).PyAnyMethods::isto takeother: &Bound<T>. #5071Py::isto takeother: &Py<T>. #5071PyVisit::callto takeT: Into<Option<&Py<T>>>. #5071PyDateTime_DATE_GET_TZINFOandPyDateTime_TIME_GET_TZINFOon PyPy 3.10 and later. #5079#[track_caller]towith_gilandwith_gil_unchecked. #5109std::thread::park()instead oflibc::pause()orsleep(9999999). #5115Removed
IntoPyandToPyObjecttraits. #5010pyo3-ffi(i.e. starting with_Py) which are not referenced by public APIs:_PyLocalMonitors,_Py_GlobalMonitors,_PyCoCached,_PyCoLineInstrumentationData,_PyCoMonitoringData,_PyCompilerSrcLocation,_PyErr_StackItem. #5064PyCode_GetNumFree(PyO3 cannot support it due to knowledge of the code object). #5064AsPyPointertrait. #5071from_py_with. #5097_PyMethodWrapper_Type,_PyCoroWrapper_Type,_PyImport_FrozenBootstrap,_PyImport_FrozenStdlib,_PyImport_FrozenTest,_PyManagedBuffer_Type,_PySet_Dummy,_PyWeakref_ProxyType, and_PyWeakref_CallableProxyType. #5105PyASCIIObjectState,PyUnicode_IS_ASCII,PyUnicode_IS_COMPACT, andPyUnicode_IS_COMPACT_ASCIIon Python 3.14 and newer. #5133Fixed
#[derive(IntoPyObject, FromPyObject)]when using#[pyo3()]options recognised by only one of the two derives. #5070backports.zoneinfofor python <3.9 when converting timezones into python. #5120astral-sh/ruff (ruff)
v0.11.10Compare Source
Preview features
ruff] Implement a recursive check forRUF060(#17976)airflow] Enable autofixes forAIR301andAIR311(#17941)airflow] Apply try catch guard to allAIR3rules (#17887)airflow] ExtendAIR311rules (#17913)Bug fixes
flake8-bugbear] IgnoreB028ifskip_file_prefixesis present (#18047)flake8-pie] Mark autofix forPIE804as unsafe if the dictionary contains comments (#18046)flake8-simplify] Correct behavior forstr.split/rsplitwithmaxsplit=0(SIM905) (#18075)flake8-simplify] FixSIM905autofix forrsplitcreating a reversed list literal (#18045)flake8-use-pathlib] Suppress diagnostics for allos.*functions that have thedir_fdparameter (PTH) (#17968)refurb] Mark autofix as safe only for number literals (FURB116) (#17692)Rule changes
flake8-bandit] SkipS608for expressionless f-strings (#17999)flake8-pytest-style] Don't recommendusefixturesforparametrizevalues (PT019) (#17650)pyupgrade] Addresource.erroras deprecated alias ofOSError(UP024) (#17933)CLI
Documentation
flake8-simplify] Add fix safety section (SIM103) (#18086)flake8-simplify] Add fix safety section (SIM112) (#18099)pylint] Add fix safety section (PLC0414) (#17802)pylint] Add fix safety section (PLE4703) (#17824)pylint] Add fix safety section (PLW1514) (#17932)pylint] Add fix safety section (PLW3301) (#17878)ruff] Add fix safety section (RUF007) (#17755)ruff] Add fix safety section (RUF033) (#17760)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.