Skip to content

Commit 3b0b6e2

Browse files
committed
Update requirements.txt (#649)
1 parent 901a3ef commit 3b0b6e2

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fastapi-slim>=0.118.0
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
4-
pydantic>=2.11.9
4+
pydantic>=2.11.10
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 [\#648](https://github.com/EMMC-ASBL/oteapi-services/pull/648) ([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.20250930.455"
9+
__version__ = "1.20251006.456"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ async-timeout==5.0.1
55
bcrypt==5.0.0
66
billiard==4.2.2
77
celery==5.5.3
8-
certifi==2025.8.3
8+
certifi==2025.10.5
99
cffi==2.0.0
1010
charset-normalizer==3.4.3
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.1
15+
cryptography==46.0.2
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
@@ -35,7 +35,7 @@ prompt_toolkit==3.0.52
3535
psycopg==3.2.10
3636
psycopg-binary==3.2.10
3737
pycparser==2.23
38-
pydantic==2.11.9
38+
pydantic==2.11.10
3939
pydantic-settings==2.11.0
4040
pydantic_core==2.33.2
4141
PyNaCl==1.6.0
@@ -50,7 +50,7 @@ starlette==0.48.0
5050
taskgroup==0.2.2
5151
tenacity==9.1.2
5252
tomli==2.2.1
53-
typing-inspection==0.4.1
53+
typing-inspection==0.4.2
5454
typing_extensions==4.15.0
5555
tzdata==2025.2
5656
urllib3==2.5.0

0 commit comments

Comments
 (0)