Skip to content

Commit 0bfe48e

Browse files
committed
Update requirements.txt (#654)
1 parent 829ab27 commit 0bfe48e

4 files changed

Lines changed: 13 additions & 14 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.118.0
1+
fastapi-slim>=0.119.0
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
4-
pydantic>=2.11.10
4+
pydantic>=2.12.3
55
pydantic-settings>=2.11.0
66
redis>=6.4.0
77
tenacity>=9.1.2

CHANGELOG.md

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

77
**Merged pull requests:**
88

9-
- \[pre-commit.ci\] pre-commit autoupdate [\#653](https://github.com/EMMC-ASBL/oteapi-services/pull/653) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- \[pre-commit.ci\] pre-commit autoupdate [\#616](https://github.com/EMMC-ASBL/oteapi-services/pull/616) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1110

1211
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)

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.20251013.459"
9+
__version__ = "1.20251020.460"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ billiard==4.2.2
77
celery==5.5.3
88
certifi==2025.10.5
99
cffi==2.0.0
10-
charset-normalizer==3.4.3
10+
charset-normalizer==3.4.4
1111
click==8.3.0
1212
click-didyoumean==0.3.1
1313
click-plugins==1.1.1.2
1414
click-repl==0.3.0
15-
cryptography==46.0.2
15+
cryptography==46.0.3
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
19-
fastapi-slim==0.118.0
19+
fastapi-slim==0.119.0
2020
h11==0.16.0
2121
h2==4.3.0
2222
hpack==4.1.0
2323
Hypercorn==0.17.3
2424
hyperframe==6.1.0
25-
idna==3.10
26-
invoke==2.2.0
25+
idna==3.11
26+
invoke==2.2.1
2727
kombu==5.5.4
2828
openpyxl==3.1.5
2929
oteapi-core==1.0.0
@@ -32,12 +32,12 @@ paramiko==4.0.0
3232
pillow==11.3.0
3333
priority==2.0.0
3434
prompt_toolkit==3.0.52
35-
psycopg==3.2.10
36-
psycopg-binary==3.2.10
35+
psycopg==3.2.11
36+
psycopg-binary==3.2.11
3737
pycparser==2.23
38-
pydantic==2.11.10
38+
pydantic==2.12.3
3939
pydantic-settings==2.11.0
40-
pydantic_core==2.33.2
40+
pydantic_core==2.41.4
4141
PyNaCl==1.6.0
4242
pysftp==0.2.9
4343
python-dateutil==2.9.0.post0
@@ -49,7 +49,7 @@ sniffio==1.3.1
4949
starlette==0.48.0
5050
taskgroup==0.2.2
5151
tenacity==9.1.2
52-
tomli==2.2.1
52+
tomli==2.3.0
5353
typing-inspection==0.4.2
5454
typing_extensions==4.15.0
5555
tzdata==2025.2

0 commit comments

Comments
 (0)