Skip to content

Commit 4d3bda5

Browse files
committed
Updated dependency versions
1 parent 6c45c25 commit 4d3bda5

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

requirements.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
# Flask
22
werkzeug>=2.3.7
33
Flask==2.3.3
4-
flask-caching>=2.0.2
5-
Flask-Cors>=4.0.0
4+
flask-caching>=2.3.1
5+
Flask-Cors>=5.0.1
66
# DB
77
psycopg2cffi==2.9.0
8-
SQLAlchemy==1.4.50
9-
sqlalchemy2-stubs>=0.0.2a35
8+
SQLAlchemy==1.4.54
9+
sqlalchemy2-stubs>=0.0.2a38
10+
sqlalchemy-stubs>=0.4
1011
# Util
11-
cachetools>=5.3.1
12-
requests>=2.31.0
13-
typing-extensions>=4.7.1
14-
python-dotenv>=1.0.0
12+
cachetools>=5.5.2
13+
requests>=2.32.3
14+
typing-extensions>=4.13.2
15+
python-dotenv>=1.1.0
1516
# Scraping
16-
beautifulsoup4>=4.12.2
17-
feedparser>=6.0.10
17+
beautifulsoup4>=4.13.4
18+
feedparser>=6.0.11
1819
# Query modules
19-
pytz>=2023.3
20-
timezonefinder>=6.2.0
21-
rjsmin>=1.2.1
20+
pytz>=2025.2
21+
timezonefinder>=6.5.9
22+
rjsmin>=1.2.4
2223
python-youtube>=0.9.1
23-
country-list>=1.0.0
24+
country-list>=1.1.0
2425
# For OpenAI GPT support
2526
openai==1.14.3
27+
httpx==0.27.2 # to address issue in old version of OpenAI API
2628
# Ours
27-
reynir>=3.5.4
28-
islenska>=0.4.8
29-
icespeak<0.4.0
30-
iceaddr>=0.5.6
29+
reynir>=3.5.7
30+
islenska>=1.0.3
31+
icespeak<=0.3.6
32+
iceaddr>=0.5.8
3133
iceweather>=0.2.3
3234
cityloc>=0.1.1
3335
straeto>=1.4.1

0 commit comments

Comments
 (0)