mitodl / odl-video-service

building blocks for a basic video service for ODL
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

fix,version: Update version constraints for Poetry to be more accurate #1064

Closed blarghmatey closed 1 year ago

blarghmatey commented 1 year ago

What are the relevant tickets?

N/A

Description (What does it do?)

There were a number of constraints using >= which is dangerous. Updated to use ^ which constrains to be within a given major or minor version specifier.

How can this be tested?

Deploy to RC and verify that the app works properly