File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
actions/get-release-notes Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3434 state: 'all',
3535 head: `${process.env.REPO_OWNER}:release/${process.env.VERSION}`,
3636 });
37- core.setOutput('RELEASE_NOTES', pulls[0].body);
37+ core.setOutput('RELEASE_NOTES', pulls[0]? .body ?? '' );
3838 env :
3939 GITHUB_TOKEN : ${{ inputs.token }}
4040 REPO_OWNER : ${{ inputs.repo_owner }}
Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ jobs:
7070 - name : Configure Python
7171 uses : actions/setup-python@v5
7272 with :
73- python-version : " 3.8 "
73+ python-version : " 3.12 "
7474
7575 - name : Configure dependencies
7676 run : |
7777 pip install --user --upgrade pip
7878 pip install --user pipx
7979 pipx ensurepath
80- pipx install poetry==1.4.2
80+ pipx install poetry
8181 poetry config virtualenvs.in-project true
8282 poetry install --with dev
83- poetry self add "poetry-dynamic-versioning[plugin]==1.1.1 "
83+ poetry self add "poetry-dynamic-versioning[plugin]"
8484
8585 - name : Build release
8686 run : |
Original file line number Diff line number Diff line change 1- 4.9.0
1+ 1.0.0b4
Original file line number Diff line number Diff line change 1- The Auth0 FastAPI SDK is a library for implementing user authentication in FastAPI web applications using [ Auth0 ] ( https://auth0.com ) .
1+ ![ Auth0 FastAPI SDK] ( https://cdn. auth0.com/website/sdks/banners/auth0-fastapi-banner.png )
22
33![ Release] ( https://img.shields.io/pypi/v/auth0-fastapi ) [ ![ Codecov] ( https://img.shields.io/codecov/c/github/auth0/auth0-fastapi )] ( https://codecov.io/gh/auth0/auth0-fastapi ) ![ Downloads] ( https://img.shields.io/pypi/dw/auth0-fastapi ) [ ![ License] ( https://img.shields.io/:license-MIT-blue.svg?style=flat )] ( https://opensource.org/licenses/MIT )
44
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ click==8.1.8
1010coverage == 7.8.0
1111cryptography == 44.0.1
1212docutils == 0.21.2
13- exceptiongroup == 1.2.2
13+ exceptiongroup == 1.3.0
1414fastapi == 0.115.12
1515h11 == 0.16.0
1616httpcore == 1.0.9
@@ -30,27 +30,27 @@ mdurl==0.1.2
3030more-itertools == 10.6.0
3131nh3 == 0.2.21
3232packaging == 24.2
33- pluggy == 1.5 .0
33+ pluggy == 1.6 .0
3434pycparser == 2.22
3535pydantic == 2.11.2
3636pydantic_core == 2.33.1
3737Pygments == 2.19.1
3838PyJWT == 2.10.1
3939pytest == 7.4.4
40- pytest-asyncio == 0.20.3
40+ pytest-asyncio == 0.23.8
4141pytest-cov == 4.1.0
4242pytest-mock == 3.14.0
4343readme_renderer == 44.0
44- requests == 2.32.3
44+ requests == 2.32.4
4545requests-toolbelt == 1.0.0
4646rfc3986 == 2.0.0
4747rich == 14.0.0
4848sniffio == 1.3.1
4949starlette == 0.46.1
5050tomli == 2.2.1
5151twine == 6.1.0
52- typing-inspection == 0.4.0
52+ typing-inspection == 0.4.1
5353typing_extensions == 4.13.1
54- urllib3 == 2.3 .0
54+ urllib3 == 2.4 .0
5555uvicorn == 0.34.0
5656zipp == 3.21.0
You can’t perform that action at this time.
0 commit comments