Skip to content

Commit

Permalink
Merge pull request #51 from freol35241/bugfix-mainfest.json
Browse files Browse the repository at this point in the history
Updating requirement of GeoAlchemy2 to ensure compatibility with SQLAlchemy>=2.0
  • Loading branch information
freol35241 authored Mar 2, 2023
2 parents 2f0362c + 7b925c0 commit c0f12c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/ltss/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "ltss",
"version": "2.0.0",
"version": "2.0.1",
"name": "Long Time State Storage (LTSS)",
"documentation": "https://github.com/freol35241/ltss",
"requirements": [
"sqlalchemy>=2.0,<3.0",
"psycopg2>=2.8,<3.0",
"geoalchemy2>=0.8,<1.0"
"geoalchemy2>=0.13,<1.0"
],
"dependencies": [],
"codeowners": [
Expand Down

0 comments on commit c0f12c5

Please sign in to comment.