We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zoneinfo
pytz
Switch to standard zoneinfo module. Below may help pydantic/pydantic-core@fd262933
[tkloczko@pers-jacek bravado-core-6.6.1]$ grep -r pytz bravado_core/formatter.py:import pytz bravado_core/formatter.py: to_wire=lambda dt: (dt if dt.tzinfo else pytz.utc.localize(dt)).isoformat(), # type: ignore tests/formatter/to_wire_test.py:from pytz import timezone requirements-dev.txt:types-pytz setup.py: "pytz",
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Switch to standard
zoneinfo
module.Below may help pydantic/pydantic-core@fd262933
The text was updated successfully, but these errors were encountered: