netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
787 stars 104 forks source link

Fix packaging version, update poetry version #840

Closed ddutt closed 1 year ago

ddutt commented 1 year ago

The library packaging has introduced breaking changes and so we needed to force the version to be 21.3. This required an update to poetry package due to the existing version's inability to resolve dependencies once we added the packaging library dependency. poetry 1.3.2 has a lock format that's no longer compatible with older versions.

Bumped the versions to also create a valid requirements.txt file.