Skip to content

Commit 88dc27b

Browse files
author
Jay Mistry
committed
Merge branch '0.10' of github.com:supertokens/supertokens-python into missing-description-tag
2 parents 6340f78 + 382d417 commit 88dc27b

File tree

283 files changed

+332
-327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+332
-327
lines changed

.circleci/setupAndTestWithFrontendWithDjango2x.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ cd supertokens-website
5050
git checkout $2
5151
cd ../project/tests/frontendIntegration/django2x
5252
export PYTHONPATH="${PYTHONPATH}:/root/project"
53-
python3 manage.py runserver 8080 &
53+
gunicorn mysite.wsgi --bind 0.0.0.0:8080 &
5454
pid=$!
55-
python3 manage.py runserver 8082 &
55+
gunicorn mysite.wsgi --bind 0.0.0.0:8082 &
5656
pid2=$!
5757
cd ../../../../supertokens-website/test/server
5858
npm i -d

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.10.1] - 2022-07-11
10+
911
### Documentation:
1012
- Added `pdoc` template files to project inside `docs-templates` directory
1113
- Updated `build-docs` in Makefile to use `docs-templates` as the template directory while generating docs using `pdoc`
1214
- Updated `html.mako` template to have a single `h1` tag and have a default meta description tag
1315

16+
### Changes
17+
- Relax version requirements for `httpx`, `cryptography`, and `asgiref` to fix https://github.com/supertokens/supertokens-python/issues/207
18+
1419
## [0.10.0] - 2022-07-04
1520

1621
- Update tests to cover `resend_code` feature in `passwordless` and `thirdpartypasswordless` recipe.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ test:
2222
dev-install:
2323
pip install -r dev-requirements.txt
2424

25-
dev-install-refresh:
26-
pip3 install -e .[dev]
27-
2825
freeze-dev-requirements:
2926
pip freeze > dev-requirements.txt
3027

dev-requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
aiosmtplib==1.1.6
12
anyio==3.5.0
2-
asgiref==3.4.1
3+
asgiref==3.5.2
34
astroid==2.9.3
45
attrs==21.4.0
56
black==22.3.0
@@ -8,7 +9,7 @@ cffi==1.15.0
89
chardet==4.0.0
910
charset-normalizer==2.0.12
1011
click==8.1.3
11-
cryptography==35.0.0
12+
cryptography==36.0.2
1213
Deprecated==1.2.13
1314
Django==3.2.12
1415
django-cors-headers==3.11.0
@@ -18,9 +19,9 @@ fastapi==0.68.1
1819
filelock==3.6.0
1920
Flask==2.0.2
2021
Flask-Cors==3.0.10
21-
h11==0.9.0
22-
httpcore==0.11.1
23-
httpx==0.15.5
22+
h11==0.12.0
23+
httpcore==0.15.0
24+
httpx==0.23.0
2425
idna==2.10
2526
importlib-metadata==4.11.3
2627
iniconfig==1.1.1
@@ -38,6 +39,7 @@ mypy-extensions==0.4.3
3839
nest-asyncio==1.5.1
3940
nodeenv==1.6.0
4041
packaging==21.3
42+
pathspec==0.9.0
4143
pdoc3==0.10.0
4244
phonenumbers==8.12.48
4345
platformdirs==2.5.1
@@ -59,18 +61,18 @@ pytz==2022.1
5961
PyYAML==5.4.1
6062
requests==2.25.1
6163
requests-file==1.5.1
62-
respx==0.16.3
6364
requests-mock==1.9.3
64-
twilio==7.9.1
65+
respx==0.19.2
6566
rfc3986==1.5.0
6667
six==1.16.0
6768
sniffio==1.2.0
6869
sqlparse==0.4.2
6970
starlette==0.14.2
70-
-e git+https://github.com/supertokens/supertokens-python.git@445181dba8869f33b1a90c58778c7777d5ab560c#egg=supertokens_python
71+
-e git+https://github.com/supertokens/supertokens-python.git@e989cfd244dc5ed2437e49ab6b476f7e9bd16861#egg=supertokens_python
7172
tldextract==3.1.0
7273
toml==0.10.2
7374
tomli==2.0.1
75+
twilio==7.9.1
7476
types-pytz==2021.3.6
7577
types-PyYAML==6.0.5
7678
typing_extensions==4.1.1
@@ -80,4 +82,3 @@ uvicorn==0.18.2
8082
Werkzeug==2.0.3
8183
wrapt==1.13.3
8284
zipp==3.7.0
83-
aiosmtplib==1.1.6

html/supertokens_python/async_to_sync_wrapper.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
107107
</section>
108108
</article>
109109
<nav id="sidebar">
110-
<h1>Index</h1>
110+
<h2>Index</h2>
111111
<div class="toc">
112112
<ul></ul>
113113
</div>

html/supertokens_python/asyncio/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
150150
</section>
151151
</article>
152152
<nav id="sidebar">
153-
<h1>Index</h1>
153+
<h2>Index</h2>
154154
<div class="toc">
155155
<ul></ul>
156156
</div>

html/supertokens_python/constants.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
4040
# License for the specific language governing permissions and limitations
4141
# under the License.
4242
SUPPORTED_CDI_VERSIONS = [&#34;2.9&#34;, &#34;2.10&#34;, &#34;2.11&#34;, &#34;2.12&#34;, &#34;2.13&#34;, &#34;2.14&#34;]
43-
VERSION = &#34;0.10.0&#34;
43+
VERSION = &#34;0.10.1&#34;
4444
TELEMETRY = &#34;/telemetry&#34;
4545
USER_COUNT = &#34;/users/count&#34;
4646
USER_DELETE = &#34;/user/remove&#34;
@@ -65,7 +65,7 @@ <h1 class="title">Module <code>supertokens_python.constants</code></h1>
6565
</section>
6666
</article>
6767
<nav id="sidebar">
68-
<h1>Index</h1>
68+
<h2>Index</h2>
6969
<div class="toc">
7070
<ul></ul>
7171
</div>

html/supertokens_python/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3>Subclasses</h3>
193193
</section>
194194
</article>
195195
<nav id="sidebar">
196-
<h1>Index</h1>
196+
<h2>Index</h2>
197197
<div class="toc">
198198
<ul></ul>
199199
</div>

html/supertokens_python/framework/django/django_middleware.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
223223
</section>
224224
</article>
225225
<nav id="sidebar">
226-
<h1>Index</h1>
226+
<h2>Index</h2>
227227
<div class="toc">
228228
<ul></ul>
229229
</div>

html/supertokens_python/framework/django/django_request.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ <h3>Inherited members</h3>
321321
</section>
322322
</article>
323323
<nav id="sidebar">
324-
<h1>Index</h1>
324+
<h2>Index</h2>
325325
<div class="toc">
326326
<ul></ul>
327327
</div>

0 commit comments

Comments
 (0)