-
-
Notifications
You must be signed in to change notification settings - Fork 750
Insights: fastapi/sqlmodel
Overview
-
- 4 Merged pull requests
- 2 Open pull requests
- 30 Closed issues
- 0 New issues
Could not load contribution data
Please try again later
4 Pull requests merged by 2 people
-
⬆ [pre-commit.ci] pre-commit autoupdate
#1444 merged
Aug 5, 2025 -
⬆ Bump mkdocs-material from 9.6.15 to 9.6.16
#1446 merged
Aug 5, 2025 -
⬆ Bump ruff from 0.12.4 to 0.12.7
#1447 merged
Aug 5, 2025 -
⬆ Bump tiangolo/latest-changes from 0.3.2 to 0.4.0
#1448 merged
Aug 5, 2025
2 Pull requests opened by 1 person
-
⬆ Bump actions/download-artifact from 4 to 5
#1451 opened
Aug 5, 2025 -
⬆ Bump ruff from 0.12.7 to 0.12.8
#1471 opened
Aug 7, 2025
30 Issues closed by 1 person
-
SQLModel class cannot be extended with non-Pydantic bases
#348 closed
Aug 11, 2025 -
How to use the "IN" clause using the select statement
#353 closed
Aug 11, 2025 -
Optional ID value for auto-increment causes type errors when retrieving from database
#365 closed
Aug 11, 2025 -
How to dynamically create tables by sqlmodel?
#377 closed
Aug 8, 2025 -
Issue trying to use SQLModel with AsyncSession and object conversion from Row
#378 closed
Aug 8, 2025 -
Different response model behaviour on Mac vs Ubuntu when joining tables
#379 closed
Aug 8, 2025 -
Problem with relationship in SQLmodel and fastapi
#382 closed
Aug 7, 2025 -
Not able to read data via relationship back-populates
#383 closed
Aug 7, 2025 -
pathlib.Path is probably an unsupported type
#397 closed
Aug 7, 2025 -
Am I able to set a SQL field default value or binding?
#404 closed
Aug 7, 2025 -
SQLAlchemy Minimum Version Requirement at least 1.4.29
#434 closed
Aug 7, 2025 -
ForeignKeyViolationError in Relationship deletion
#457 closed
Aug 7, 2025 -
Model stored/encoded as a delimited string in the database?
#479 closed
Aug 7, 2025 -
How to write statements like "select count(*) from table_name where col_name>0"?
#494 closed
Aug 7, 2025 -
Relationship from Model Data and inheritance
#507 closed
Aug 7, 2025 -
Fallback for Postgresql DB in AsyncSession
#518 closed
Aug 7, 2025 -
Why does sqlmodel define `class_registry` at the top level of its main.py?
#522 closed
Aug 7, 2025 -
What is the purpose of parse_obj's second argument: "update"?
#523 closed
Aug 7, 2025 -
engine future side effect when False
#526 closed
Aug 7, 2025 -
Preparing for Pydantic v2 release
#532 closed
Aug 7, 2025 -
Could not refresh instance
#536 closed
Aug 6, 2025 -
Erro ao executar uvicorn.run(...)
#543 closed
Aug 6, 2025 -
Table 'XXX' is already defined for this MetaData instance
#350 closed
Aug 6, 2025 -
Many to many relationship between a table and itself
#545 closed
Aug 6, 2025 -
async relationship bug
#643 closed
Aug 6, 2025 -
`enum.IntFlag` field error when the flag is zero or many field enabled.
#1010 closed
Aug 6, 2025 -
docs/contributing.md outdated using poetry
#948 closed
Aug 6, 2025 -
Do you support importing Asynchronous Sessions from sqlmodel?
#1218 closed
Aug 6, 2025 -
Default values for fields not working as expected with SQLModel in PostgreSQL
#1260 closed
Aug 6, 2025
23 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
📝 Update developer survey to latest available
#781 commented on
Aug 5, 2025 • 1 new comment -
⬆ Bump mypy from 1.4.1 to 1.17.1
#1449 commented on
Aug 5, 2025 • 0 new comments -
🐛 Fix `TypeError` for fields annotated with `Literal`
#1439 commented on
Aug 7, 2025 • 0 new comments -
⬆ Bump typing-extensions from 4.13.2 to 4.14.1
#1426 commented on
Aug 5, 2025 • 0 new comments -
✨ Add support for pydantic date types
#1384 commented on
Aug 6, 2025 • 0 new comments -
👽️ Avoid deprecation warning when using `sqlmodel_update`
#1377 commented on
Aug 5, 2025 • 0 new comments -
✨ Add `PydanticJSONB` TypeDecorator for Automatic Pydantic Model Serialization in SQLModel
#1324 commented on
Aug 9, 2025 • 0 new comments -
💥 Rename `regex` to `pattern` to provide compatibility with Pydantic V2
#1231 commented on
Aug 8, 2025 • 0 new comments -
Expose pydantic's Field(validation_alias=,serialization_alias=...) parameter
#988 commented on
Aug 5, 2025 • 0 new comments -
Support hybrid_property, column_property, declared_attr
#801 commented on
Aug 7, 2025 • 0 new comments -
📝 Update docs to advise against using `from __future__ import annotations`
#778 commented on
Aug 5, 2025 • 0 new comments -
Expose pydantic's Field(validation_alias=...) parameter
#774 commented on
Aug 5, 2025 • 0 new comments -
Added asynchronous support
#435 commented on
Aug 8, 2025 • 0 new comments -
.exec() with text() does not provide auto-suggestion methods
#376 commented on
Aug 8, 2025 • 0 new comments -
Selectin for the SQLModels relations
#444 commented on
Aug 7, 2025 • 0 new comments -
Pyright type checking when working with aggregate data
#450 commented on
Aug 7, 2025 • 0 new comments -
SQLModel inheritance breaks sqlalchemy mutation tracking
#468 commented on
Aug 7, 2025 • 0 new comments -
Add List type support
#178 commented on
Aug 7, 2025 • 0 new comments -
Data Integrity: Raise error on attempt to delete an object required via a Relationship
#533 commented on
Aug 7, 2025 • 0 new comments -
add duckdb/ducklake support
#1429 commented on
Aug 6, 2025 • 0 new comments -
Cyclic import error with Multiple files
#1358 commented on
Aug 6, 2025 • 0 new comments -
🚀 Roadmap
#654 commented on
Aug 6, 2025 • 0 new comments -
How to use two different metadata properly to connect to two databases?
#264 commented on
Aug 6, 2025 • 0 new comments