tvalentyn commented on issue #30852:
URL: https://github.com/apache/beam/issues/30852#issuecomment-2038121140

   Beam test infra installs pre-released dependencies to detect possible issues 
ahead of releases. The comand: 
   
   ```
    pip install --pre "tensorflow_transform>=1.13.0,<1.14.0" 
apache-beam[gcp,test]
   ```
   
   installs pydantic==2.0a4
   
   The command
   
   ```
    pip install  "tensorflow_transform>=1.13.0,<1.14.0" apache-beam[gcp,test]
   ```
   
   installs pydantic==1.10.15
   
   The tft requirement comes from:   
https://github.com/apache/beam/blob/21129a41e031c150c3f610639d71a95a3a941243/sdks/python/tox.ini#L316
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to