Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing improvements and loosened dependencies #342

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Zaczero
Copy link

@Zaczero Zaczero commented Jan 27, 2025

This PR is a set of several typing improvements as well as loosened dependencies which resolves #341. While this PR bundles several changes, the commits are atomic and should be simple to review individually.

More notable changes:

  • pydantic depdendency was replaced with pydantic-settings as in official docs.
  • set_json_dumps no longer uses a .decode() wrapper method, since bytes return is supported in psycopg since 3.1.9.
  • pathlib.Path type hints were removed since from my testing they never worked (they are not an instance of str).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loosen dependencies requirements
1 participant