Bumped the fastapi dependency to <0.122.0

This commit is contained in:
Mark Backman
2025-11-05 13:13:47 -05:00
parent d826279946
commit 9a96e4060c
3 changed files with 29 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Bumped the `fastapi` dependency's upperbound to `<0.122.0`.
- Updated the default model for `GoogleVertexLLMService` to `gemini-2.5-flash`.
- Updated the `GoogleVertexLLMService` to use the `GoogleLLMService` as a base