You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Pin transient urllib3 dependency to unbreak requests==2.30
* Pin to requests-toolbelt>=1 instead of pinning transient urllib3
* Add back importlib-metadata dependency
* Allow Python 3.11 and add version to CI matrix
* Pin urllib3 per requests issue recommendation, leave TODO
* Pin transient urllib3 dependency to unbreak requests==2.30
* Pin to requests-toolbelt>=1 instead of pinning transient urllib3
* Add back importlib-metadata dependency
* Tediously update all enum usages to use Enum.KEY.value instead of Enum.KEY, which works on Python<3.11 but broke in 3.11 (see: python/cpython#100458)
* Move FR-specific upload_image_chips to kolena.fr._utils; remove kolena.fr._consts; rename some already-hidden classes to remove leading underscore (already in underscored files)
* Revert {_=>}BatchedLoader diff, this PR is not the place for that
* Start updating integration tests with new description edit semantics
* Add missing pytest-depends dev dependency
* Fix FR test__edit__reset
* Assert description update without version update
* Unbreak upload_image_chips after move
* Unbreak FR test suite test__load by comparing data to data
* Remove bad comparison
0 commit comments