Fastapi-discord

Latest version: v0.2.5

Safety actively analyzes 623219 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.5

What's Changed
* Bump fastapi from 0.85.0 to 0.85.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/65
* Bump uvicorn from 0.18.3 to 0.19.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/66
* Bump fastapi from 0.85.1 to 0.85.2 by dependabot in https://github.com/Tert0/fastapi-discord/pull/67
* Bump fastapi from 0.85.2 to 0.92.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/79
* Bump aiocache from 0.11.1 to 0.12.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/74
* Bump uvicorn from 0.19.0 to 0.20.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/70
* Bump aiohttp from 3.8.3 to 3.8.4 by dependabot in https://github.com/Tert0/fastapi-discord/pull/78
* Bump fastapi from 0.92.0 to 0.93.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/80
* Bump uvicorn from 0.20.0 to 0.21.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/81
* Bump fastapi from 0.93.0 to 0.94.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/82
* Bump fastapi from 0.94.0 to 0.94.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/83
* Bump uvicorn from 0.21.0 to 0.21.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/84
* Bump fastapi from 0.94.1 to 0.95.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/85
* Bump fastapi from 0.95.0 to 0.95.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/86
* Bump aiocache from 0.12.0 to 0.12.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/87
* Bump uvicorn from 0.21.1 to 0.22.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/88
* Bump fastapi from 0.95.1 to 0.95.2 by dependabot in https://github.com/Tert0/fastapi-discord/pull/90
* Bump fastapi from 0.95.2 to 0.96.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/91
* Bump fastapi from 0.96.0 to 0.97.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/92
* Bump fastapi from 0.97.0 to 0.98.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/93
* Bump fastapi from 0.98.0 to 0.99.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/94
* Bump fastapi from 0.99.1 to 0.100.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/95
* Bump uvicorn from 0.22.0 to 0.23.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/97
* Bump aiohttp from 3.8.4 to 3.8.5 by dependabot in https://github.com/Tert0/fastapi-discord/pull/99
* Bump uvicorn from 0.23.0 to 0.23.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/98
* Bump uvicorn from 0.23.1 to 0.23.2 by dependabot in https://github.com/Tert0/fastapi-discord/pull/101
* Bump fastapi from 0.100.0 to 0.100.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/100
* Bump fastapi from 0.100.1 to 0.101.0 by dependabot in https://github.com/Tert0/fastapi-discord/pull/103
* Bump aiocache from 0.12.1 to 0.12.2 by dependabot in https://github.com/Tert0/fastapi-discord/pull/102
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/Tert0/fastapi-discord/pull/110
* Bump fastapi from 0.101.0 to 0.103.1 by dependabot in https://github.com/Tert0/fastapi-discord/pull/109
* Bump fastapi from 0.103.1 to 0.103.2 by dependabot in https://github.com/Tert0/fastapi-discord/pull/111
* Added Global Name and updated discriminator by Tert0 in https://github.com/Tert0/fastapi-discord/pull/107


**Full Changelog**: https://github.com/Tert0/fastapi-discord/compare/v0.2.4...v0.2.5

0.2.4

- Fixes 64
Breaking Changes:
It's now required to call DiscordOauthClient.init() before the app
handles requests, which can be achieved with the following code:
python
app.on_event("startup")
async def on_startup():
await discord.init()


PyPi Release: https://pypi.org/project/fastapi-discord/0.2.4/

0.2.3

Fixed 43 and 63
Upgraded Dependencies

PyPi Release: https://pypi.org/project/fastapi-discord/0.2.3/

0.2.2

- Support for HTTP Proxies 46

Released on PyPi: https://pypi.org/project/fastapi-discord/0.2.2/

0.2.0

- Improved Codestyle
- Fixed Typo (from exeptions to exceptions)
- Set Fixed Dependency Versions
- Added State Parameter Generator
- Removed multiple aiohttp ClientSessions

0.1.6

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.