Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 13, 2023
1 parent 25c25b9 commit fd05549
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Flask==2.3.2
Flask-JWT-Extended==4.4.4
flask_login==0.6.2
flask-restx==1.1.0
python-dotenv==1.0.0
Flask==3.0.0
Werkzeug==3.0.1
Flask-JWT-Extended==4.6.0
flask_login==0.6.3
flask-restx==1.3.0
requests==2.31.0
psycopg2==2.9.6
SQLAlchemy==1.4.48
Werkzeug==2.3.4
qwc-services-core==1.3.20
psycopg2==2.9.9
SQLAlchemy==2.0.23
qwc-services-core==1.3.21
2 changes: 1 addition & 1 deletion src/search_geom_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _index(self, filterexpr, cfg):

# execute query
features = []
result = conn.execute(sql, **params)
result = conn.execute(sql, params).mappings()

srid = 4326
bbox = None
Expand Down

0 comments on commit fd05549

Please sign in to comment.