File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ tox-pyenv = "*"
26
26
[packages ]
27
27
requests = " *"
28
28
attrs = " *"
29
- cattrs = " ==1.1.2 "
29
+ cattrs = " * "
30
30
python-dateutil = " *"
31
31
32
32
[requires ]
33
- python_full_version = " 3.8.2"
33
+ # pin python at 3.9.9 due to https://github.com/looker-open-source/sdk-codegen/issues/944
34
+ python_full_version = " 3.9.9"
34
35
35
36
[pipenv ]
36
37
# for `black`
Original file line number Diff line number Diff line change 38
38
"python-dateutil;python_version<'3.7'" ,
39
39
# Python 3.7+
40
40
"attrs >= 20.1.0;python_version>='3.7'" ,
41
- "cattrs == 1.1.2;python_version>='3.7'" ,
42
41
"typing-extensions;python_version<'3.8'" ,
43
42
]
44
43
54
53
name = NAME ,
55
54
package_data = {"looker_sdk" : ["py.typed" , "looker_sdk/looker-sample.ini" ]},
56
55
packages = find_packages (),
57
- python_requires = "~=3.6" ,
56
+ # restrict python to <=3.9.9 due to https://github.com/looker-open-source/sdk-codegen/issues/944
57
+ python_requires = ">=3.6, <=3.9.9" ,
58
58
url = "https://pypi.python.org/pypi/looker_sdk" ,
59
59
version = VERSION ,
60
60
)
You can’t perform that action at this time.
0 commit comments