Skip to content

Tags: metabrainz/brainzutils-python

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade dependencies and drop Python versions < 3.10 (#103)

Updated the project to require Python 3.10 or newer, removing compatibility for older versions. Upgraded all dependencies to their latest versions and removed unused ones like Flask-UUID. Cleaned up Docker-related files by removing unused configurations and updated Python versioning.

v2.9.1

Toggle v2.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Relax dependencies (#102)

to allow updating version in LB.

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade SQLAlchemy (#101)

* Upgrade SQLAlchemy

Remove sqlalchemy-dst, update SQLAlchemy.

* Update to compose v2

* Update ci.yml

* Update ci.yml

v2.8.0

Toggle v2.8.0's commit message
Update mbdata to v29.0.0

v2.7.1

Toggle v2.7.1's commit message
Fix loading artist incs for releases

I introduced this bug in #96. Fix by using the correct entity in joinedload.

v2.7.0

Toggle v2.7.0's commit message
Turn sqlalchemy.exc.Base20DeprecationWarning into errors in tests

To avoid introducing more warnings between now and a future PR that will
switch the future flag to turn these warnings into errors in prod, turn
these warning into errors in tests.

v2.6.1

Toggle v2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #94 from metabrainz/amCap1712-patch-1

msgpack-python is now maintained as msgpack

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #84 from metabrainz/version-upgrades

Upgrade to python 3, flask 2, and other dependencies

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #92 from metabrainz/pep508

Use PEP508-style requirements, supported by both pip and install_requires

v2.5.0

Toggle v2.5.0's commit message
Merge branch 'upgrade-schema-27'