Skip to content

Conversation

@utnapischtim
Copy link
Contributor

  • refactor: remove context usage
  • fix: removed dependency on PyFilesystem2
  • fix(chore): DeprecationWarning stdlib

utnapischtim and others added 6 commits December 3, 2025 16:47
* marshmallow deprecated the context usage.

* this commit uses context_schema from marshmallow_utils to overcome the
  loss of self.context
* PyFilesystem2 seems not to be maintained anymore

* Depends on inveniosoftware/invenio-files-rest#330
* 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).

* the decision was made to move to utc aware timestamps
* The 'default' argument to fields is deprecated. Use 'dump_default'
  instead.
* The 'missing' argument to fields is deprecated. Use 'load_default'
  instead.
* JSONSCHEMA_HOST not set

* sqlalchemy deprecation warning of query.get syntax
@utnapischtim utnapischtim force-pushed the context-plus-fs-plus-utc branch from c471f33 to 2e54096 Compare December 3, 2025 18:56
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.

2 participants