payments: update Wise implementation to match API changes #1436
pr.yml
on: pull_request
Run tests
/
Run linting checks
1m 3s
Run tests
/
Run tests
1m 39s
Annotations
10 warnings
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/sqlalchemy/sql/schema.py#L3624
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/sqlalchemy/sql/schema.py#L3624
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/sqlalchemy/sql/schema.py#L3624
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/sqlalchemy/sql/schema.py#L3624
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/sqlalchemy/sql/schema.py#L3624
datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/pkg_resources/__init__.py#L2558
Deprecated call to `pkg_resources.declare_namespace('flask_admin')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/flask_admin/contrib/__init__.py#L2
Deprecated call to `pkg_resources.declare_namespace('flask_admin.contrib')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/pkg_resources/__init__.py#L3146
Deprecated call to `pkg_resources.declare_namespace('zope')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/pkg_resources/__init__.py#L3146
Deprecated call to `pkg_resources.declare_namespace('zope')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
|
|
Run tests / Run tests:
../venv/lib/python3.13/site-packages/flask_admin/contrib/__init__.py#L2
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
|