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-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.3
Choose a base ref
...
head repository: SocketDev/socket-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Aug 23, 2025

  1. featmigrate to socketdev 3.0.0 and switch to uv dependency management (

    …#42)
    
    BREAKING CHANGES:
    - Package version bumped from 2.x to 3.0.0
    - Removed deprecation warnings as this is now the main socketdev package
    - Migrated from Rye to uv for dependency management
    
    Changes:
    - Update package version to 3.0.0 in pyproject.toml and version.py
    - Remove deprecation notice from package description
    - Change development status from Inactive to Production/Stable
    - Remove deprecation warning from socketdev/__init__.py
    - Update all PyPI references from socket-sdk-python to socketdev in workflows and scripts
    - Clean up README.rst: remove deprecation warning, update title
    - Replace Rye lock files with uv.lock
    - Update all package installation commands to use socketdev
    
    Migration notes:
    - Use uv sync instead of rye sync
    - Use uv lock instead of rye lock
    - All dependencies now correctly reference [email protected]
    dacoburn authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    95be734 View commit details
    Browse the repository at this point in the history
Loading