agents
agents copied to clipboard
blingfire: add version constraints for pybind
pybind recently updated to v3.0.0 which includes breaking changes that are incompatible with the existing implementation of blingfire. This PR fixes pybind11 to >=2.13.6,<3.0 which ensures v2 is used.