You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from socket-sdk-python to socketdev>=3.0.0 and switch to uv (#113)
* Migrate from socket-sdk-python to socketdev>=3.0.0 and switch to uv
- Update pyproject.toml to use socketdev>=3.0.0,<4.0.0 instead of socket-sdk-python
- Replace pip-tools with uv for dependency management
- Update Makefile to use uv commands (uv pip compile, uv pip sync, etc.)
- Update Dockerfile to install socketdev instead of socket-sdk-python
- Update deployment scripts to reference socketdev
- Update README to reflect uv usage
- Regenerate all requirements files with uv
- Add requirements-test.txt file
- Update SOCKET_SDK_PATH references to point to ../socketdev
- Version bump to 2.2.3
* Switch to uv.lock for dependency management
- Replace requirements.txt files with uv.lock
- Update Makefile to use 'uv sync' instead of pip-compile workflow
- Simplify dependency management with 'uv lock' and 'uv sync --all-extras'
- Update test and lint commands to use 'uv run'
- Remove old requirements.txt, requirements-dev.txt, requirements-test.txt files
- Update README documentation to reflect uv.lock workflow
- Version bump to 2.2.4
0 commit comments