The dependency resolution in 'poetry' was 'lowest', the default dependency resolution in 'uv' is 'highest'. This means when we vendor, we will vendor the newest/highest version possible of all transitive dependencies that are universally/cross-platform compatible. We could change from the default of 'highest', but I think this is better. Various packages have been upgraded, and some have been removed/replaced by others, and that's why there's various changes in the <site>.txt files. Differential Revision: https://phabricator.services.mozilla.com/D222992
5 lines
166 B
Python
5 lines
166 B
Python
# file generated by setuptools_scm
|
|
# don't change, don't track in version control
|
|
__version__ = version = '2.9.0.post0'
|
|
__version_tuple__ = version_tuple = (2, 9, 0)
|