Skip to content

Commit fa2de9c

Browse files
committed
Update requirements.txt (#647)
1 parent 5074ea9 commit fa2de9c

4 files changed

Lines changed: 8 additions & 9 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.117.1
1+
fastapi-slim>=0.118.0
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
44
pydantic>=2.11.9
5-
pydantic-settings>=2.10.1
5+
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 [\#646](https://github.com/EMMC-ASBL/oteapi-services/pull/646) ([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.20250924.453"
9+
__version__ = "1.20250929.454"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
amqp==5.3.1
22
annotated-types==0.7.0
3-
anyio==4.10.0
3+
anyio==4.11.0
44
async-timeout==5.0.1
5-
bcrypt==4.3.0
5+
bcrypt==5.0.0
66
billiard==4.2.2
77
celery==5.5.3
88
certifi==2025.8.3
@@ -16,7 +16,7 @@ cryptography==46.0.1
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
19-
fastapi-slim==0.117.1
19+
fastapi-slim==0.118.0
2020
h11==0.16.0
2121
h2==4.3.0
2222
hpack==4.1.0
@@ -36,7 +36,7 @@ psycopg==3.2.10
3636
psycopg-binary==3.2.10
3737
pycparser==2.23
3838
pydantic==2.11.9
39-
pydantic-settings==2.10.1
39+
pydantic-settings==2.11.0
4040
pydantic_core==2.33.2
4141
PyNaCl==1.6.0
4242
pysftp==0.2.9
@@ -55,5 +55,5 @@ typing_extensions==4.15.0
5555
tzdata==2025.2
5656
urllib3==2.5.0
5757
vine==5.1.0
58-
wcwidth==0.2.13
58+
wcwidth==0.2.14
5959
wsproto==1.2.0

0 commit comments

Comments
 (0)