Skip to content

Commit 85fd76d

Browse files
committed
Remove dependency version pinning
Release 0.2.2 Update release notes
1 parent 11461af commit 85fd76d

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

release_notes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release Notes
22
=============
33

4+
v0.2.2 (02/05/2026)
5+
-------------------
6+
- **fix**: Remove dependency version pinning to avoid conflicts
7+
- **Full Changelog**: https://github.com/thevickypedia/FastAPIAuthenticator/compare/v0.2.1...v0.2.2
8+
49
v0.2.1 (11/25/2025)
510
-------------------
611
- **fix**: Avoid pre-mature validation for username and password fields

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fastapi==0.122.*
2-
Jinja2==3.1.*
3-
pydantic==2.12.*
4-
python-dotenv==1.2.*
1+
fastapi
2+
Jinja2
3+
pydantic
4+
python-dotenv

uiauth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.1"
1+
version = "0.2.2"

0 commit comments

Comments
 (0)