Skip to content

Commit 0fad9d5

Browse files
committed
Update requirements.txt (#619)
1 parent 0025469 commit 0fad9d5

4 files changed

Lines changed: 14 additions & 6 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.115.12
1+
fastapi-slim>=0.115.13
22
hypercorn>=0.17.3
33
oteapi-core>=1.0.0
44
pydantic>=2.11.7
5-
pydantic-settings>=2.9.1
5+
pydantic-settings>=2.10.0
66
redis>=6.2.0
77
tenacity>=9.1.2

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/EMMC-ASBL/oteapi-services/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20250410.410...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- \[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))
10+
311
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)
412

513
[Full Changelog](https://github.com/EMMC-ASBL/oteapi-services/compare/v1.20230324.302...v1.20250410.410)

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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cryptography==45.0.4
1616
diskcache==5.6.3
1717
et_xmlfile==2.0.0
1818
exceptiongroup==1.3.0
19-
fastapi-slim==0.115.12
19+
fastapi-slim==0.115.13
2020
h11==0.16.0
2121
h2==4.2.0
2222
hpack==4.1.0
@@ -35,7 +35,7 @@ psycopg==3.2.9
3535
psycopg-binary==3.2.9
3636
pycparser==2.22
3737
pydantic==2.11.7
38-
pydantic-settings==2.9.1
38+
pydantic-settings==2.10.0
3939
pydantic_core==2.33.2
4040
PyNaCl==1.5.0
4141
pysftp==0.2.9
@@ -52,7 +52,7 @@ tomli==2.2.1
5252
typing-inspection==0.4.1
5353
typing_extensions==4.14.0
5454
tzdata==2025.2
55-
urllib3==2.4.0
55+
urllib3==2.5.0
5656
vine==5.1.0
5757
wcwidth==0.2.13
5858
wsproto==1.2.0

0 commit comments

Comments
 (0)