Skip to content

Commit

Permalink
fix: requirement for docs (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc authored Nov 28, 2024
1 parent 9cd7619 commit 00ad4fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.26.1] - 2024-11-28

- Fixes dependency for docs build

## [0.26.0] - 2024-11-20

- Not supporting Python 3.7
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fastapi==0.115.5
Flask==3.0.3
flask-cors==5.0.0
nest-asyncio==1.6.0
pdoc3==0.11.0
pylint==3.2.7
pyright==1.1.389
python-dotenv==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

setup(
name="supertokens_python",
version="0.26.0",
version="0.26.1",
author="SuperTokens",
license="Apache 2.0",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion supertokens_python/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import annotations

SUPPORTED_CDI_VERSIONS = ["5.1"]
VERSION = "0.26.0"
VERSION = "0.26.1"
TELEMETRY = "/telemetry"
USER_COUNT = "/users/count"
USER_DELETE = "/user/remove"
Expand Down

0 comments on commit 00ad4fd

Please sign in to comment.