You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYNPY-1282] Adds Type Hinting to client.py (#987)
Adds type hints to several functions in `client.py` and a quick note to CONTRIBUTING.md because of an issue getting the `pipenv install` to work properly.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Perform the following one-time steps to set up your local environment.
59
59
1. This package uses Python, if you have not already, please install [pyenv](https://github.com/pyenv/pyenv#installation) to manage your Python versions. Versions supported by this package are all versions >=3.8 and <=3.11. If you do not install `pyenv` make sure that Python and `pip` are installed correctly and have been added to your PATH by running `python3 --version` and `pip3 --version`. If your installation was successful, your terminal will return the versions of Python and `pip` that you installed. **Note**: If you have `pyenv` it will install a specific version of Python for you.
60
60
61
61
2. Install `pipenv` by running `pip install pipenv`.
62
+
- If you already have `pipenv` installed, ensure that the version is >=2023.9.8 to avoid compatibility issues.
0 commit comments