Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: SocketDev/socket-python-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.4
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. 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
    dacoburn authored Aug 24, 2025
    Configuration menu
    Copy the full SHA
    f808583 View commit details
    Browse the repository at this point in the history
Loading