Unfortunately getting also some dependency errors when installing this library. pydantic & robotframework-browser seem to be conflicting
See the log:
INFO: pip is looking at multiple versions of robotframework-browser to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install pydantic-ai-slim and robotframework-selfhealing-agents because these package versions have conflicting dependencies.
The conflict is caused by:
temporalio 1.17.0 depends on protobuf<6 and >=3.20
robotframework-browser 19.7.2 depends on protobuf==6.32.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
[notice] A new release of pip is available: 24.3.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Unfortunately getting also some dependency errors when installing this library.
pydantic&robotframework-browserseem to be conflictingSee the log: