-
dependencies (#19)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelledreleased this
2025-02-06 21:54:13 +00:00 | 38 commits to main since this release- Add project configuration and refactor logic
- Created .gitignore to exclude IDE files.
- Added project module configuration for Python.
- Set up inspection profiles for code quality checks.
- Refactored main function logic into separate modules for better organisation.
- Introduced helper functions for object manipulation and rule processing.
- Implemented spreadsheet reading functionality to dynamically load rules.
- Added tests for integration with the Speckle server.
- Update import paths for consistency
- Changed relative imports to absolute imports for clarity.
- Ensured all module references are consistent across files.
- Update package versions and add new dependencies
Bumped several package versions to their latest releases:
- Updated
anyioto 4.8.0 - Updated
certifito 2025.1.31 - Updated
charset-normalizerto 3.4.1 - Updated
clickto 8.1.8 - Updated
deprecatedto 1.2.18 - Updated
graphql-coreto 3.2.6
Added a new dependency:
- Introduced
levenshteinversion 0.26.1.
Removed some unnecessary extras from the dev dependencies for cleaner management.
Downloads