Commit Graph

  • 3f0e3db427 👷 Use own workflow for creating and publishing new releases master daniil-berg 2023-04-26 17:04:12 +02:00
  • 862a517018 🚨 Set explicit stacklevel when warning about schema-wide many setting depending on initialization state. This should help users see the exact line they wrote that triggered the warning. daniil-berg 2023-04-21 15:52:33 +02:00
  • 3c16b4ebd6 📌 Restrict main dependency marshmallow>=3.12.0; pin all development dependencies to specific versions daniil-berg 2023-04-21 15:47:03 +02:00
  • 0e443f08b9 👷 Use own Python testing workflow from reusable-workflows repository daniil-berg 2023-04-21 15:08:43 +02:00
  • 2ca7ccde4a 🔨 Rework and refactor development scripts daniil-berg 2023-04-21 15:05:48 +02:00
  • a7caa876c4 🔧 Fix minor cosmetic issues in project config daniil-berg 2023-04-21 15:03:05 +02:00
  • da244e15ba 👷 Add Github CI workflow for unit testing and linting daniil-berg 2023-03-13 20:55:31 +01:00
  • 485aea005e 🔖 v1.0.0 daniil-berg 2023-03-13 20:27:09 +01:00
  • d272864e44 👨‍💻 Explicitly (re-)export in the package __init__.py (including marshmallow exports) daniil-berg 2023-03-13 18:54:18 +01:00
  • 4dd1fbaf53 🔧 Store miscellaneous dev cache files in their own directory daniil-berg 2023-03-13 18:35:14 +01:00
  • 4878d550fe ♻️ Move the schema-wide many warning to __setattr__ instead daniil-berg 2023-03-13 15:48:05 +01:00
  • 2a5e35b334 🏷️ Change the many type back to bool in the __init__ method daniil-berg 2023-03-13 15:20:33 +01:00
  • fe5decad4f 🔧 Show more function signature details in documentation daniil-berg 2023-03-13 00:10:37 +01:00
  • 712f7fca7b Overload dump/dumps methods to increase type safety; issue a warning, when using the many parameter in __init__ daniil-berg 2023-03-13 00:08:57 +01:00
  • 84fa2d2cd9 🚧 Expand generic utility mixin to handle up to 5 type arguments daniil-berg 2023-03-12 18:04:28 +01:00
  • 21c201b681 📝 Write and configure documentation daniil-berg 2023-03-11 16:17:12 +01:00
  • 72218fd2cb Add loads method overloads to GenericSchema class daniil-berg 2023-03-10 18:01:20 +01:00
  • bff3c7ef52 Add main GenericSchema class daniil-berg 2023-03-10 17:49:09 +01:00
  • 127ba69d3b 🚨 Fix linter errors/warnings; adjust ruff configuration daniil-berg 2023-03-10 17:41:08 +01:00
  • 25cbe8de4b Add isort and ruff as dev dependencies; remove flake8 dependency (replaced by ruff); change lint.sh script to use isort, ruff, and black daniil-berg 2023-03-10 16:57:26 +01:00
  • 601fee0bfc 🏷️ Add py.typed marker daniil-berg 2023-03-10 13:05:06 +01:00
  • 39e1ac3390 Overload @post_load decorator to retain the function type daniil-berg 2023-03-10 13:04:00 +01:00
  • 8fedd9d326 Implement simple generic mixin for saving a single type argument daniil-berg 2023-03-09 19:50:11 +01:00
  • 2dc46dc532 🎉 Initial commit daniil-berg 2023-03-09 12:14:37 +01:00