Skip to content

Commit c49bf7f

Browse files
committed
Merge branch 'main' into feat/ty
# Conflicts: # pyproject.toml # uv.lock
2 parents 02cd800 + 0f9db6b commit c49bf7f

File tree

3 files changed

+64
-144
lines changed

3 files changed

+64
-144
lines changed

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
### Internal
1717

18+
* 📌 Update internal dependency limits. PR [#1809](https://github.com/fastapi/sqlmodel/pull/1809) by [@svlandeg](https://github.com/svlandeg).
1819
* ⬆ Bump ruff from 0.15.5 to 0.15.6. PR [#1814](https://github.com/fastapi/sqlmodel/pull/1814) by [@dependabot[bot]](https://github.com/apps/dependabot).
1920
* ⬆ Bump cairosvg from 2.8.2 to 2.9.0. PR [#1813](https://github.com/fastapi/sqlmodel/pull/1813) by [@dependabot[bot]](https://github.com/apps/dependabot).
2021
* ⬆ Bump dorny/paths-filter from 3 to 4. PR [#1812](https://github.com/fastapi/sqlmodel/pull/1812) by [@dependabot[bot]](https://github.com/apps/dependabot).

pyproject.toml

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -53,39 +53,38 @@ dev = [
5353
"prek>=0.2.24,<1.0.0",
5454
]
5555
docs = [
56-
"black>=24.1.0",
57-
"cairosvg==2.9.0",
56+
"black >=24.1.0",
57+
"cairosvg >=2.9.0",
5858
"griffe-typingdoc >=0.3.0",
5959
"griffe-warnings-deprecated >=1.1.0",
60-
"markdown-include-variants==0.0.8",
61-
"mdx-include>=1.4.1,<2.0.0",
62-
"mkdocs-macros-plugin==1.5.0",
63-
"mkdocs-material==9.7.5",
64-
"mkdocs-redirects>=1.2.1,<1.3.0",
65-
"mkdocstrings[python]==1.0.3",
66-
"pillow==12.1.1",
67-
"pyyaml>=5.3.1,<7.0.0",
68-
"typer==0.24.1",
60+
"markdown-include-variants >=0.0.8",
61+
"mdx-include >=1.4.1",
62+
"mkdocs-macros-plugin >=1.5.0",
63+
"mkdocs-material >=9.7.5",
64+
"mkdocs-redirects >=1.2.1",
65+
"mkdocstrings[python] >=1.0.3",
66+
"pillow >=12.1.1",
67+
"pyyaml >=5.3.1",
68+
"typer >=0.24.1",
6969
]
7070
github-actions = [
71-
"httpx>=0.27.0,<0.29.0",
72-
"pydantic>=2.5.3,<3.0.0",
73-
"pydantic-settings>=2.1.0,<3.0.0",
74-
"pygithub>=2.3.0,<3.0.0",
75-
"smokeshow>=0.5.0",
71+
"httpx >=0.28.1",
72+
"pydantic >=2.5.3",
73+
"pydantic-settings >=2.1.0",
74+
"pygithub >=2.3.0",
75+
"smokeshow >=0.5.0",
7676
]
7777
tests = [
78-
"black>=24.1.0",
79-
"coverage[toml]>=6.2,<8.0",
80-
"dirty-equals==0.11",
81-
"fastapi>=0.128.0",
82-
"httpx==0.28.1",
83-
"jinja2==3.1.6",
84-
"pre-commit>=2.17.0,<5.0.0",
85-
"pytest>=7.0.1,<10.0.0",
86-
"ruff==0.15.6",
78+
"black >=24.1.0",
79+
"coverage[toml] >=6.2",
80+
"dirty-equals >=0.11",
81+
"fastapi >=0.128.0",
82+
"httpx >=0.28.1",
83+
"jinja2 >=3.1.6",
84+
"pytest >=7.0.1",
85+
"ruff >=0.15.6",
8786
"ty>=0.0.9",
88-
"typing-extensions==4.15.0",
87+
"typing-extensions >=4.15.0",
8988
]
9089

9190
[tool.pdm]

uv.lock

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

0 commit comments

Comments
 (0)