File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 timeout-minutes : 10
2020 strategy :
2121 matrix :
22- container : [ "python:3.9", "python:3. 10", "python:3.11" ]
22+ container : [ "python:3.10", "python:3.11" ]
2323 container :
2424 image : ${{ matrix.container }}
2525
3030 fetch-depth : 0 # this (and below) is needed to have setuptools_scm report the correct version
3131 fetch-tags : true
3232
33+ - name : Mark workspace as safe directory
34+ run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
35+
3336 - name : Upgrade pip
3437 run : pip install --upgrade pip
3538
@@ -107,7 +110,7 @@ jobs:
107110 if : matrix.installation-type == 'minimal'
108111 run : |
109112 pip install --no-deps -e .
110- pip install requests==2.32.4 openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
113+ pip install " requests>=2.33.1,<3.0.0" openfeature-sdk==0.4.2 typing_extensions==4.9.0 httpx==0.27.2
111114 pip install pytest==7.4.2 pytest-mock==3.11.1
112115
113116 - name : Test telemetry functionality
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ classifiers = [
2626]
2727keywords = []
2828dependencies = [
29- " requests==2.32.4 " ,
29+ " requests>=2.33.1,<3.0.0 " ,
3030 " openfeature-sdk==0.4.2" ,
3131 " typing_extensions>=4.9.0,<5.0.0" ,
3232 " httpx==0.27.2" ,
3333 " protobuf>=5.29.5,<7.0.0"
3434]
35- requires-python = " >=3.9 "
35+ requires-python = " >=3.10 "
3636
3737[project .optional-dependencies ]
3838dev = [
You can’t perform that action at this time.
0 commit comments