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: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2f982bc
Choose a base ref
...
head repository: databricks/databricks-sql-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2a972e
Choose a head ref
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 20, 2025

  1. Add documentation for proxy support (#680)

    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    vikrantpuppala authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    87fed36 View commit details
    Browse the repository at this point in the history
  2. Fix compatibility with urllib3<2 and add CI actions to improve depend…

    …ency checks (#678)
    
    * Add CI actions to improve dependency checks
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * Fix arg to script
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * don't do strict versioning to avoid issues
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * don't add optional dependencies to requirements.txt
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * don't add optional dependencies to requirements.txt
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * Address urllib3 incompatibility in unified_http_client.py
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * Handle transitive dependencies
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * Make SEA client compatible
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * fix SEA test
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * make tests compatible with urllib3<2 and >=2
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * update cached key
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    * remove multi version testing for integration tests
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    
    ---------
    
    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    vikrantpuppala authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    6e0f5ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Ready for 4.1.1 release (#682)

    Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
    vikrantpuppala authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    e2a972e View commit details
    Browse the repository at this point in the history
Loading