Skip to content

Commit 48c93af

Browse files
fix: update pydantic-settings to version 2.14.2 in pyproject.toml
2 parents e978828 + a6e7ef7 commit 48c93af

10 files changed

Lines changed: 1115 additions & 793 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"pdf2image==1.17.0",
2020
"poppler-utils==0.1.0",
2121
"pydantic==2.13.3",
22-
"pydantic-settings==2.13.1",
22+
"pydantic-settings==2.14.2",
2323
"pymongo==4.16.0",
2424
"python-dotenv==1.2.2",
2525
"tiktoken==0.12.0",

src/ContentProcessor/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ charset-normalizer==3.4.6
1313
click==8.3.1
1414
colorama==0.4.6
1515
coverage==7.13.5
16-
cryptography==46.0.7
16+
cryptography==48.0.1
1717
dnspython==2.8.0
1818
idna==3.15
1919
iniconfig==2.3.0
@@ -31,9 +31,9 @@ poppler-utils==0.1.0
3131
pycparser==3.0
3232
pydantic==2.13.3
3333
pydantic-core==2.46.3
34-
pydantic-settings==2.13.1
34+
pydantic-settings==2.14.2
3535
pygments==2.20.0
36-
pyjwt==2.12.1
36+
pyjwt==2.13.0
3737
pymongo==4.16.0
3838
pytest==9.0.3
3939
pytest-asyncio==1.3.0

src/ContentProcessor/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorAPI/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ dependencies = [
1313
"fastapi[standard]==0.135.2",
1414
"poppler-utils==0.1.0",
1515
"pydantic==2.13.3",
16-
"pydantic-settings==2.13.1",
16+
"pydantic-settings==2.14.2",
1717
"pygments==2.20.0",
1818
"pymongo==4.16.0",
1919
"python-dotenv==1.2.2",
20-
"python-multipart==0.0.27",
21-
"starlette==1.0.0",
20+
"python-multipart==0.0.31",
21+
"starlette==1.3.1",
2222
"uvicorn[standard]==0.42.0",
2323
"h11==0.16.0",
2424
"urllib3~=2.7.0",
2525
"opentelemetry-api==1.40.0",
2626
"sas-cosmosdb==0.1.4",
2727
"azure-monitor-events-extension>=0.1.0",
2828
"azure-monitor-opentelemetry==1.8.7",
29-
"cryptography==46.0.7",
30-
"pyjwt==2.12.1",
29+
"cryptography==48.0.1",
30+
"pyjwt==2.13.0",
3131
"jsonschema==4.25.1",
3232
]
3333

src/ContentProcessorAPI/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==2.0.0
1111
charset-normalizer==3.4.6
1212
click==8.3.1
1313
colorama==0.4.6
14-
cryptography==46.0.7
14+
cryptography==48.0.1
1515
dnspython==2.8.0
1616
email-validator==2.3.0
1717
fastapi==0.135.2
@@ -36,20 +36,20 @@ pycparser==3.0
3636
pydantic==2.13.3
3737
pydantic-core==2.46.3
3838
pydantic-extra-types==2.11.1
39-
pydantic-settings==2.13.1
39+
pydantic-settings==2.14.2
4040
pygments==2.20.0
41-
pyjwt==2.12.1
41+
pyjwt==2.13.0
4242
pymongo==4.16.0
4343
python-dotenv==1.2.2
44-
python-multipart==0.0.27
44+
python-multipart==0.0.31
4545
pyyaml==6.0.3
4646
requests==2.33.1
4747
rich==14.3.3
4848
rich-toolkit==0.19.7
4949
rignore==0.7.6
5050
sentry-sdk==2.57.0
5151
shellingham==1.5.4
52-
starlette==1.0.0
52+
starlette==1.3.1
5353
typer==0.24.1
5454
typing-extensions==4.15.0
5555
typing-inspection==0.4.2

src/ContentProcessorAPI/uv.lock

Lines changed: 148 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ContentProcessorWeb/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
},
9898
"pnpm": {
9999
"overrides": {
100+
"shell-quote": "^1.8.4",
101+
"form-data": "^4.0.6",
102+
"ws": "^8.21.0",
103+
"js-yaml": "^4.2.0",
104+
"@babel/core": "^7.29.6",
100105
"postcss": "8.5.10",
101106
"nth-check": "^2.1.1",
102107
"string_decoder": "^1.3.0",
@@ -113,7 +118,8 @@
113118
"rollup": "^2.80.0",
114119
"serialize-javascript": "^7.0.5",
115120
"underscore": "^1.13.8",
116-
"webpack-dev-server": "5.2.4",
121+
"webpack-dev-server": "^5.2.5",
122+
"launch-editor": "^2.14.1",
117123
"yaml": "^2.0.0",
118124
"svgo": "^2.8.1",
119125
"jsonpath": "^1.3.0",

0 commit comments

Comments
 (0)