Some gradient tests are failing due to changes in QuantumCircuit
File "/home/runner/work/qiskit-algorithms/qiskit-algorithms/qiskit_algorithms/gradients/reverse/derive_circuit.py", line 135, in derive_circuit
if len(circuit._parameter_table[parameter]) > 1:
AttributeError: 'QuantumCircuit' object has no attribute '_parameter_table'
The change came from Qiskit/qiskit#12459 which is moving circuit logic into Rust.