File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77# most/all Databricks Runtime LTS releases support pathspec >= 0.10.1, which may be a while...
88# See here for DBR release notes - https://docs.databricks.com/release-notes/runtime/releases.html
99build-backend = " hatchling.build"
10- requires = [" hatchling= =1.8.0" ]
10+ requires = [" hatchling~ =1.8.0" ]
1111
1212[project ]
1313authors = [{ "name" = " Sync Computing" }]
@@ -23,17 +23,17 @@ classifiers = [
2323 " Programming Language :: Python" ,
2424]
2525dependencies = [
26- " azure-cli-core== 2.50.0 " ,
27- " azure-identity== 1.13.0 " ,
28- " azure-mgmt-compute== 30.1.0 " ,
29- " azure-mgmt-resource== 23.0.1 " ,
26+ " azure-cli-core~= 2.50" ,
27+ " azure-identity~= 1.13" ,
28+ " azure-mgmt-compute~= 30.1" ,
29+ " azure-mgmt-resource~= 23.0" ,
3030 " boto3>=1.26.0,<2.0.0" ,
3131 " click~=8.1.0" ,
3232 " httpx~=0.23" ,
3333 " platformdirs" ,
3434 " pydantic~=1.10.0" ,
3535 " python-dateutil>=2.7,<3" ,
36- " tenacity==8.2 .2" ,
36+ " tenacity~=8 .2" ,
3737]
3838dynamic = [" description" , " version" ]
3939name = " syncsparkpy"
Original file line number Diff line number Diff line change 11"""Library for leveraging the power of Sync"""
22
3- __version__ = "1.11.7 "
3+ __version__ = "1.11.8 "
44
55TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
You can’t perform that action at this time.
0 commit comments