-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Changelog ## [0.0.2a5](https://github.com/NeonGeckoCom/neon-hana/tree/0.0.2a5) (2024-05-06) [Full Changelog](0.0.2a4...0.0.2a5) **Merged pull requests:** - Update config documentation and resolve security warning [\#24](#24) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.0.2a4](https://github.com/NeonGeckoCom/neon-hana/tree/0.0.2a4) (2024-05-06) [Full Changelog](0.0.2a3...0.0.2a4) **Merged pull requests:** - Fix kwarg handling for backend compat. [\#22](#22) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.0.2a3](https://github.com/NeonGeckoCom/neon-hana/tree/0.0.2a3) (2024-04-10) [Full Changelog](0.0.2a2...0.0.2a3) **Merged pull requests:** - Include email API error responses in HTTP response [\#19](#19) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.0.2a2](https://github.com/NeonGeckoCom/neon-hana/tree/0.0.2a2) (2024-04-10) [Full Changelog](0.0.2a1...0.0.2a2) **Implemented enhancements:** - \[FEAT\] Weather API Language Support [\#15](#15) **Merged pull requests:** - Add `lang_code` optional param to weather endpoint [\#18](#18) ([NeonDaniel](https://github.com/NeonDaniel)) ## [0.0.2a1](https://github.com/NeonGeckoCom/neon-hana/tree/0.0.2a1) (2024-04-09) [Full Changelog](0.0.1...0.0.2a1) **Implemented enhancements:** - \[FEAT\] Stock API region support [\#16](#16) **Merged pull requests:** - Support `region` in stock search requests [\#17](#17) ([NeonDaniel](https://github.com/NeonDaniel)) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
- Loading branch information
Showing
8 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pyyaml>=5.4,<7.0 | ||
fastapi~=0.95 | ||
fastapi~=0.95,>=0.109.1 | ||
uvicorn~=0.25 | ||
pydantic~=2.5 | ||
pyjwt~=2.8 | ||
|