Skip to content

Commit 056519c

Browse files
committed
Update requirements.txt (#656)
1 parent 0bfe48e commit 056519c

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
fastapi-slim>=0.119.0
1+
fastapi-slim>=0.120.0
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
44
pydantic>=2.12.3
55
pydantic-settings>=2.11.0
6-
redis>=6.4.0
6+
redis>=7.0.0
77
tenacity>=9.1.2

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251020.460"
9+
__version__ = "1.20251028.461"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
amqp==5.3.1
2+
annotated-doc==0.0.3
23
annotated-types==0.7.0
34
anyio==4.11.0
45
async-timeout==5.0.1
@@ -16,7 +17,7 @@ cryptography==46.0.3
1617
diskcache==5.6.3
1718
et_xmlfile==2.0.0
1819
exceptiongroup==1.3.0
19-
fastapi-slim==0.119.0
20+
fastapi-slim==0.120.0
2021
h11==0.16.0
2122
h2==4.3.0
2223
hpack==4.1.0
@@ -32,17 +33,17 @@ paramiko==4.0.0
3233
pillow==11.3.0
3334
priority==2.0.0
3435
prompt_toolkit==3.0.52
35-
psycopg==3.2.11
36-
psycopg-binary==3.2.11
36+
psycopg==3.2.12
37+
psycopg-binary==3.2.12
3738
pycparser==2.23
3839
pydantic==2.12.3
3940
pydantic-settings==2.11.0
4041
pydantic_core==2.41.4
4142
PyNaCl==1.6.0
4243
pysftp==0.2.9
4344
python-dateutil==2.9.0.post0
44-
python-dotenv==1.1.1
45-
redis==6.4.0
45+
python-dotenv==1.2.1
46+
redis==7.0.0
4647
requests==2.32.5
4748
six==1.17.0
4849
sniffio==1.3.1

0 commit comments

Comments
 (0)