File tree Expand file tree Collapse file tree 5 files changed +715
-669
lines changed Expand file tree Collapse file tree 5 files changed +715
-669
lines changed Original file line number Diff line number Diff line change 1919        uses : astral-sh/setup-uv@v3 
2020        with :
2121          enable-cache : true 
22+           version : 0.7.2 
2223
2324      - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV 
2425      - uses : actions/cache@v4 
Original file line number Diff line number Diff line change 1616        uses : astral-sh/setup-uv@v3 
1717        with :
1818          enable-cache : true 
19+           version : 0.7.2 
1920
2021      - name : Set up Python 3.12 
2122        run : uv python install 3.12 
6768        uses : astral-sh/setup-uv@v3 
6869        with :
6970          enable-cache : true 
71+           version : 0.7.2 
7072
7173      - run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV 
7274      - uses : actions/cache@v4 
Original file line number Diff line number Diff line change 1313        uses : astral-sh/setup-uv@v3 
1414        with :
1515          enable-cache : true 
16+           version : 0.7.2 
1617
1718      - name : Install the project 
1819        run : uv sync --frozen --all-extras --dev --python 3.12 
2930        uses : astral-sh/setup-uv@v3 
3031        with :
3132          enable-cache : true 
33+           version : 0.7.2 
3234
3335      - name : Install the project 
3436        run : uv sync --frozen --all-extras --dev --python 3.12 
5052        uses : astral-sh/setup-uv@v3 
5153        with :
5254          enable-cache : true 
55+           version : 0.7.2 
5356
5457      - name : Install the project 
5558        run : uv sync --frozen --all-extras --dev --python ${{ matrix.python-version }} 
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ mcp = "mcp.cli:app [cli]"
4444[tool .uv ]
4545resolution  = " lowest-direct" 
4646default-groups  = [" dev" " docs" 
47+ required-version  = " >=0.7.2" 
4748
4849[dependency-groups ]
4950dev  = [
@@ -55,6 +56,7 @@ dev = [
5556    " pytest-xdist>=3.6.1" 
5657    " pytest-examples>=0.0.14" 
5758    " pytest-pretty>=1.2.0" 
59+     " inline-snapshot>=0.23.0" 
5860]
5961docs  = [
6062    " mkdocs>=1.6.1" 
@@ -63,7 +65,6 @@ docs = [
6365    " mkdocstrings-python>=1.12.2" 
6466]
6567
66- 
6768[build-system ]
6869requires  = [" hatchling" " uv-dynamic-versioning" 
6970build-backend  = " hatchling.build" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments