Skip to content

Commit e6eb556

Browse files
authored
Merge branch 'main' into docs-fastapi-lifespan-v2
2 parents d381d46 + f0d4d4b commit e6eb556

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/release-notes.md

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

33
## Latest Changes
44

5+
### Docs
6+
7+
* 📝 Remove duplicated word in `read-relationships.md`. PR [#1705](https://github.com/fastapi/sqlmodel/pull/1705) by [@stefmolin](https://github.com/stefmolin).
8+
59
### Internal
610

11+
* ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0. PR [#1703](https://github.com/fastapi/sqlmodel/pull/1703) by [@dependabot[bot]](https://github.com/apps/dependabot).
712
* ✅ Update tests, remove conditionals for Pydantic v1. PR [#1702](https://github.com/fastapi/sqlmodel/pull/1702) by [@tiangolo](https://github.com/tiangolo).
813

914
## 0.0.31

docs/tutorial/relationship-attributes/read-relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For example, here, **inside** a `with` block with a `Session` object.
3434

3535
## Get a List of Relationship Objects
3636

37-
And the same way, when we are working on the **many** side of the **one-to-many** relationship, we can get a list of of the related objects just by accessing the relationship attribute:
37+
And the same way, when we are working on the **many** side of the **one-to-many** relationship, we can get a list of the related objects just by accessing the relationship attribute:
3838

3939
{* ./docs_src/tutorial/relationship_attributes/read_relationships/tutorial002_py310.py ln[94:100] hl[100] *}
4040

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage[toml] >=6.2,<8.0
55
mypy ==1.19.1
66
ruff ==0.14.10
77
# For FastAPI tests
8-
fastapi >=0.103.2,<0.126.0
8+
fastapi >=0.103.2,<0.129.0
99
httpx ==0.28.1
1010
dirty-equals ==0.11
1111
jinja2 ==3.1.6

0 commit comments

Comments
 (0)