File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Flask
2
2
werkzeug >= 2.3.7
3
3
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
6
6
# DB
7
7
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
10
11
# 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
15
16
# Scraping
16
- beautifulsoup4 >= 4.12.2
17
- feedparser >= 6.0.10
17
+ beautifulsoup4 >= 4.13.4
18
+ feedparser >= 6.0.11
18
19
# 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
22
23
python-youtube >= 0.9.1
23
- country-list >= 1.0 .0
24
+ country-list >= 1.1 .0
24
25
# For OpenAI GPT support
25
26
openai == 1.14.3
27
+ httpx == 0.27.2 # to address issue in old version of OpenAI API
26
28
# 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
31
33
iceweather >= 0.2.3
32
34
cityloc >= 0.1.1
33
35
straeto >= 1.4.1
You can’t perform that action at this time.
0 commit comments