An open API service providing commit metadata for open source projects.

GitHub / fastapi-users/fastapi-users-db-sqlalchemy / commits

SHA Message Author Date Stats
6397ace5 Bump version 6.0.1 → 7.0.0 François Voron <f****n@g****m> over 1 year ago
4e846897 Upgrade GitHub Actions François Voron <f****n@g****m> over 1 year ago
00c21ee7 Drop Python 3.8 support and upgrade tooling François Voron <f****n@g****m> over 1 year ago
f0078b04 Bump version 6.0.0 → 6.0.1 François Voron <f****n@g****m> about 3 years ago
bc689db2 Add `refresh` call after create and update to make sure eager relationships a... François Voron <f****n@g****m> about 3 years ago
8be0f68a Bump version 5.0.0 → 6.0.0 François Voron <f****n@g****m> about 3 years ago
ad5c39a8 Drop Python 3.7 support François Voron <f****n@g****m> about 3 years ago
9a036bde Update md-buttons URL François Voron <f****n@g****m> over 3 years ago
74f9ec70 Bump version 4.0.5 → 5.0.0 François Voron <f****n@g****m> over 3 years ago
efdc4699 Implement SQLAlchemy 2.0 support François Voron <f****n@g****m> over 3 years ago
1a01a902 Bump version 4.0.4 → 4.0.5 François Voron <f****n@g****m> over 3 years ago
5fef081f Add upper bound to SQLAlchemy dependency <2.0.0 François Voron <f****n@g****m> over 3 years ago
557ce09e Update README François Voron <f****n@g****m> over 3 years ago
65674382 Bump version 4.0.3 → 4.0.4 François Voron <f****n@g****m> over 3 years ago
41ccbbba Fix depreciation warnings François Voron <f****n@g****m> over 3 years ago
a3780c8d Move to Hatch for package management François Voron <f****n@g****m> over 3 years ago
686172c7 Fix BMAC button François Voron <f****n@g****m> about 4 years ago
f8d6e66f Fix md-buttons URL François Voron <f****n@g****m> about 4 years ago
7b8b6fd0 Update README.md François Voron <f****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
659c7ca1 Update FUNDING.yml François Voron <f****n@g****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
db8f4c27 Remove print statement François Voron <f****n@g****m> over 4 years ago
9d662706 Bump version: 4.0.2 → 4.0.3 François Voron <f****n@g****m> over 4 years ago
950806ce Fix MYSQL unit tests François Voron <f****n@g****m> over 4 years ago
cdb55c81 Fix MYSQL unit tests François Voron <f****n@g****m> over 4 years ago
079a762a Fix timestamp issue with PGSQL François Voron <f****n@g****m> over 4 years ago
de08d58e Fix SQLAlchemy test DB name François Voron <f****n@g****m> over 4 years ago
752cd765 Fix CI François Voron <f****n@g****m> over 4 years ago
efbb7c33 Fix DB setup in tests François Voron <f****n@g****m> over 4 years ago
0283398b Fix database_url François Voron <f****n@g****m> over 4 years ago
85f3b9f4 Set fail-fast to false for test matrix François Voron <f****n@g****m> over 4 years ago
84d83608 Fix database URL François Voron <f****n@g****m> over 4 years ago
9b95918a Remove check_same_thread connect arg François Voron <f****n@g****m> over 4 years ago
259d6393 SET database URL from matrix during CI... François Voron <f****n@g****m> over 4 years ago
c8b21593 Add PostgreSQL and MySQL to test matrix François Voron <f****n@g****m> over 4 years ago
ee03d70d Bump version: 4.0.1 → 4.0.2 François Voron <f****n@g****m> over 4 years ago
a3f26576 Fix typing François Voron <f****n@g****m> over 4 years ago
1484279f Improve typing François Voron <f****n@g****m> over 4 years ago
4eaa8ebf Bump version: 4.0.0 → 4.0.1 François Voron <f****n@g****m> over 4 years ago
7f757105 Don't redefine a sub TypeVar for UP and AP protocols François Voron <f****n@g****m> over 4 years ago
fc2b9933 Fix _get_user method typing François Voron <f****n@g****m> over 4 years ago
cbca17d0 Bump version: 3.0.1 → 4.0.0 François Voron <f****n@g****m> over 4 years ago
22d04fd2 Fix version in requirements.txt François Voron <f****n@g****m> over 4 years ago
d6e3c4ad Set fastapi-users version to v10 François Voron <f****n@g****m> over 4 years ago
c5f31bab Fix docstring François Voron <f****n@g****m> over 4 years ago
fc46c5bf Adapt to V10 with generic model and ID François Voron <f****n@g****m> over 4 years ago
65ca16d1 Bump version: 3.0.0 → 3.0.1 François Voron <f****n@g****m> over 4 years ago
d2ef98a2 Add missing extra asyncio dependency for SQLAlchemy François Voron <f****n@g****m> over 4 years ago
3e537753 Bump version: 2.0.4 → 3.0.0 François Voron <f****n@g****m> over 4 years ago
e24d824e Refresh user from DB after create/update François Voron <f****n@g****m> over 4 years ago
fb617b1e Bump config and raise length of hashed_password column François Voron <f****n@g****m> over 4 years ago
afecb6b3 Bump version: 2.0.3 → 2.0.4 François Voron <f****n@g****m> over 4 years ago
cffafbb5 Add missing commit calls in access token adapter François Voron <f****n@g****m> over 4 years ago
39889497 Update README.md François Voron <f****n@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
330c4fe7 Bump version: 2.0.2 → 2.0.3 François Voron <f****n@g****m> over 4 years ago
164b74c5 Fix user deletion (#6) dipwave <d****e@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a0496291 Bump version: 2.0.1 → 2.0.2 François Voron <f****n@g****m> over 4 years ago
e28e32c7 Bump version: 2.0.0 → 2.0.1 François Voron <f****n@g****m> over 4 years ago
3f2bdcbc Improve typing and parameters naming François Voron <f****n@g****m> over 4 years ago
a0873b38 Bump version: 1.1.0 → 2.0.0 François Voron <f****n@g****m> over 4 years ago
49d9b8aa Set cache_ok=True on GUID type François Voron <f****n@g****m> over 4 years ago
c2bd8374 Add Python 3.10 to test matrix François Voron <f****n@g****m> over 4 years ago
1b3a078c Add aiosqlite in dev dependencies François Voron <f****n@g****m> over 4 years ago
c4c493df Revamp implementation with pure SQLAlchemy François Voron <f****n@g****m> over 4 years ago
98511690 Bump version: 1.0.0 → 1.1.0 François Voron <f****n@g****m> over 4 years ago
2e109847 Implement access token strategy db adapter François Voron <f****n@g****m> over 4 years ago
7b195955 Fix test base models and non-nullable integrity test François Voron <f****n@g****m> almost 5 years ago
4463b15d Update paths François Voron <f****n@g****m> almost 5 years ago
80b199cc Bump version: 0.0.0 → 1.0.0 François Voron <f****n@g****m> almost 5 years ago
4f52fc7d Bump SQLAlchemy and encode/databases François Voron <f****n@g****m> almost 5 years ago
e0981bc7 Initial commit François Voron <f****n@g****m> almost 5 years ago

← Back to repository