chore: Update all dependencies to latest versions#130
Merged
Conversation
d86748e to
193c272
Compare
193c272 to
69d394c
Compare
- mcp: 1.5.0 → 1.25.0 - psycopg: 3.2.6 → 3.3.2 - humanize: 4.8.0 → 4.15.0 - pglast: 7.2.0 → 7.11 - attrs: 25.3.0 → 25.4.0 - psycopg-pool: 3.2.6 → 3.3.0 - instructor: 1.7.9 → 1.14.4 - pyright: 1.1.398 → 1.1.408 - pytest: 8.3.5 → 9.0.2 - pytest-asyncio: 0.26.0 → 1.3.0 - ruff: 0.11.2 → 0.14.13 Also: - Update ruff target-version to py39 (code already uses py39 syntax) - Remove deprecated pyright strictParameterNullChecking setting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
69d394c to
3954b5c
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive dependency update to latest versions.
Changes
Config changes
target-version→ py39 (code already uses py39 syntax like parenthesizedwithstatements)strictParameterNullCheckingpyright settingTesting
Notes
Code modernization (updating
List→list, etc.) deferred to #129 to avoid breaking existing PRs.🤖 Generated with Claude Code