chore: add .nvmrc (18) and .python-version (3.11)#12
Merged
sirambrosio merged 5 commits intomainfrom Apr 20, 2026
Merged
Conversation
__version__ = '2.1.0' was defined at module level but omitted from __all__, meaning `from bsp_sdk import *` would not expose it and tools like `bsp_sdk.__version__` checks via __all__ introspection would miss it. Add it as the first entry under a 'Package metadata' comment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- BEOClient.list_beos(limit, offset): GET /api/beo with pagination - README: added list_beos and destroy() usage examples; updated method table - pyproject.toml: added "Development Status :: 4 - Beta" classifier Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lection_time - tests/test_exchange.py: covers submit_records/read_records success, empty/over-limit records, token required, expired token error - bsp_sdk/biorecord.py: set_collection_time() validates via datetime.fromisoformat(), raises ValueError with clear message on invalid input
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.nvmrcpinning Node 18 for any tooling scripts.python-versionpinning Python 3.11 (matchingrequires-python = ">=3.10"in pyproject.toml, pinned to a stable recent release)🤖 Generated with Claude Code