Skip to content

Commit 7a906e6

Browse files
Update all non-major dependencies (#1040)
* Update all non-major dependencies * pin pydantic and prevent renovate from upgrading it --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: clavedeluna <[email protected]>
1 parent c70ed2d commit 7a906e6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies = [
1616
"isort>=5.12,<6.1",
1717
"libcst>=1.7,<1.8",
1818
"packaging>=23.2,<25.0",
19+
# do not update pydantic due to inconsistent test failures
1920
"pydantic~=2.10.6",
2021
"pylint>=3.3,<3.4",
2122
"python-json-logger~=3.3.0",
@@ -64,7 +65,7 @@ test = [
6465
"Jinja2~=3.1.2",
6566
"jsonschema~=4.23.0",
6667
"lxml>=5.3.0,<6.0.0",
67-
"openai>=1.72,<1.73",
68+
"openai>=1.74,<1.75",
6869
"mock==5.2.*",
6970
"pre-commit<5",
7071
"Pyjwt~=2.10.0",
@@ -89,7 +90,7 @@ complexity = [
8990
"xenon==0.9.*",
9091
]
9192
openai = [
92-
"openai>=1.72,<1.73",
93+
"openai>=1.74,<1.75",
9394
]
9495
azure = [
9596
"azure-ai-inference>=1.0.0b1,<2.0",

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,11 @@
33
"extends": [
44
"config:recommended",
55
"group:allNonMajor"
6+
],
7+
"packageRules": [
8+
{
9+
"matchPackageNames": ["pydantic"],
10+
"enabled": false
11+
}
612
]
713
}

0 commit comments

Comments
 (0)