alessandro trinca tornidor
		
	commited on
		
		
					Commit 
							
							·
						
						803d9c7
	
1
								Parent(s):
							
							428ed79
								
chore: update python dependencies, update python version to 3.13, update requirements*.txt
Browse files- .python-version +1 -1
- poetry.lock +5 -5
- pyproject.toml +1 -1
- requirements-test.txt +3 -2
- requirements-webserver.txt +3 -2
- requirements.txt +5 -3
    	
        .python-version
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3. | 
|  | |
| 1 | 
            +
            3.13
         | 
    	
        poetry.lock
    CHANGED
    
    | @@ -122,7 +122,7 @@ version = "2025.7.14" | |
| 122 | 
             
            description = "Python package for providing Mozilla's CA Bundle."
         | 
| 123 | 
             
            optional = false
         | 
| 124 | 
             
            python-versions = ">=3.7"
         | 
| 125 | 
            -
            groups = ["main", "test"]
         | 
| 126 | 
             
            files = [
         | 
| 127 | 
             
                {file = "certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"},
         | 
| 128 | 
             
                {file = "certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"},
         | 
| @@ -134,7 +134,7 @@ version = "3.4.2" | |
| 134 | 
             
            description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
         | 
| 135 | 
             
            optional = false
         | 
| 136 | 
             
            python-versions = ">=3.7"
         | 
| 137 | 
            -
            groups = ["main"]
         | 
| 138 | 
             
            files = [
         | 
| 139 | 
             
                {file = "charset_normalizer-3.4.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7c48ed483eb946e6c04ccbe02c6b4d1d48e51944b6db70f697e089c193404941"},
         | 
| 140 | 
             
                {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2d318c11350e10662026ad0eb71bb51c7812fc8590825304ae0bdd4ac283acd"},
         | 
| @@ -1464,7 +1464,7 @@ version = "2.32.4" | |
| 1464 | 
             
            description = "Python HTTP for Humans."
         | 
| 1465 | 
             
            optional = false
         | 
| 1466 | 
             
            python-versions = ">=3.8"
         | 
| 1467 | 
            -
            groups = ["main"]
         | 
| 1468 | 
             
            files = [
         | 
| 1469 | 
             
                {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
         | 
| 1470 | 
             
                {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
         | 
| @@ -1974,7 +1974,7 @@ version = "2.5.0" | |
| 1974 | 
             
            description = "HTTP library with thread-safe connection pooling, file post, and more."
         | 
| 1975 | 
             
            optional = false
         | 
| 1976 | 
             
            python-versions = ">=3.9"
         | 
| 1977 | 
            -
            groups = ["main"]
         | 
| 1978 | 
             
            files = [
         | 
| 1979 | 
             
                {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
         | 
| 1980 | 
             
                {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
         | 
| @@ -2136,4 +2136,4 @@ files = [ | |
| 2136 | 
             
            [metadata]
         | 
| 2137 | 
             
            lock-version = "2.1"
         | 
| 2138 | 
             
            python-versions = ">=3.10,<3.14.0"
         | 
| 2139 | 
            -
            content-hash = " | 
|  | |
| 122 | 
             
            description = "Python package for providing Mozilla's CA Bundle."
         | 
| 123 | 
             
            optional = false
         | 
| 124 | 
             
            python-versions = ">=3.7"
         | 
| 125 | 
            +
            groups = ["main", "test", "webserver"]
         | 
| 126 | 
             
            files = [
         | 
| 127 | 
             
                {file = "certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"},
         | 
| 128 | 
             
                {file = "certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"},
         | 
|  | |
| 134 | 
             
            description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
         | 
| 135 | 
             
            optional = false
         | 
| 136 | 
             
            python-versions = ">=3.7"
         | 
| 137 | 
            +
            groups = ["main", "webserver"]
         | 
| 138 | 
             
            files = [
         | 
| 139 | 
             
                {file = "charset_normalizer-3.4.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7c48ed483eb946e6c04ccbe02c6b4d1d48e51944b6db70f697e089c193404941"},
         | 
| 140 | 
             
                {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2d318c11350e10662026ad0eb71bb51c7812fc8590825304ae0bdd4ac283acd"},
         | 
|  | |
| 1464 | 
             
            description = "Python HTTP for Humans."
         | 
| 1465 | 
             
            optional = false
         | 
| 1466 | 
             
            python-versions = ">=3.8"
         | 
| 1467 | 
            +
            groups = ["main", "webserver"]
         | 
| 1468 | 
             
            files = [
         | 
| 1469 | 
             
                {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
         | 
| 1470 | 
             
                {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
         | 
|  | |
| 1974 | 
             
            description = "HTTP library with thread-safe connection pooling, file post, and more."
         | 
| 1975 | 
             
            optional = false
         | 
| 1976 | 
             
            python-versions = ">=3.9"
         | 
| 1977 | 
            +
            groups = ["main", "webserver"]
         | 
| 1978 | 
             
            files = [
         | 
| 1979 | 
             
                {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
         | 
| 1980 | 
             
                {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
         | 
|  | |
| 2136 | 
             
            [metadata]
         | 
| 2137 | 
             
            lock-version = "2.1"
         | 
| 2138 | 
             
            python-versions = ">=3.10,<3.14.0"
         | 
| 2139 | 
            +
            content-hash = "98791d1abc3f92349756a2c761df7c0acedaf9aa1e482c42ae7986329c90ddb7"
         | 
    	
        pyproject.toml
    CHANGED
    
    | @@ -12,7 +12,6 @@ dependencies = [ | |
| 12 | 
             
                "nltk (>=3.9.1,<4.0.0)",
         | 
| 13 | 
             
                "python-dotenv (>=1.1.0,<2.0.0)",
         | 
| 14 | 
             
                "structlog (>=25.2.0,<26.0.0)",
         | 
| 15 | 
            -
                "requests (>=2.32.4,<3.0.0)",
         | 
| 16 | 
             
                "uvicorn (==0.34.3)",
         | 
| 17 | 
             
                "pymongo (==4.13.2)",
         | 
| 18 | 
             
                "spacy (>=3.8.7,<4.0.0)",
         | 
| @@ -33,6 +32,7 @@ optional = true | |
| 33 | 
             
            [tool.poetry.group.webserver.dependencies]
         | 
| 34 | 
             
            asgi-correlation-id = "^4.3.4"
         | 
| 35 | 
             
            fastapi = "^0.115.12"
         | 
|  | |
| 36 | 
             
            uvicorn = "^0.34.2"
         | 
| 37 | 
             
            pymongo = {extras = ["srv"], version = "^4.13.2"}
         | 
| 38 |  | 
|  | |
| 12 | 
             
                "nltk (>=3.9.1,<4.0.0)",
         | 
| 13 | 
             
                "python-dotenv (>=1.1.0,<2.0.0)",
         | 
| 14 | 
             
                "structlog (>=25.2.0,<26.0.0)",
         | 
|  | |
| 15 | 
             
                "uvicorn (==0.34.3)",
         | 
| 16 | 
             
                "pymongo (==4.13.2)",
         | 
| 17 | 
             
                "spacy (>=3.8.7,<4.0.0)",
         | 
|  | |
| 32 | 
             
            [tool.poetry.group.webserver.dependencies]
         | 
| 33 | 
             
            asgi-correlation-id = "^4.3.4"
         | 
| 34 | 
             
            fastapi = "^0.115.12"
         | 
| 35 | 
            +
            requests = ">=2.32.4,<3.0.0"
         | 
| 36 | 
             
            uvicorn = "^0.34.2"
         | 
| 37 | 
             
            pymongo = {extras = ["srv"], version = "^4.13.2"}
         | 
| 38 |  | 
    	
        requirements-test.txt
    CHANGED
    
    | @@ -1,2 +1,3 @@ | |
| 1 | 
            -
             | 
| 2 | 
            -
            pytest-cov==6. | 
|  | 
|  | |
| 1 | 
            +
            httpx==0.28.1
         | 
| 2 | 
            +
            pytest-cov==6.2.1
         | 
| 3 | 
            +
            pytest==8.4.1
         | 
    	
        requirements-webserver.txt
    CHANGED
    
    | @@ -1,3 +1,4 @@ | |
| 1 | 
             
            asgi-correlation-id==4.3.4
         | 
| 2 | 
            -
            fastapi==0.115. | 
| 3 | 
            -
             | 
|  | 
|  | |
| 1 | 
             
            asgi-correlation-id==4.3.4
         | 
| 2 | 
            +
            fastapi==0.115.14
         | 
| 3 | 
            +
            requests==2.32.4
         | 
| 4 | 
            +
            uvicorn==0.34.3
         | 
    	
        requirements.txt
    CHANGED
    
    | @@ -1,4 +1,6 @@ | |
| 1 | 
             
            nltk==3.9.1
         | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
|  | |
|  | 
|  | |
| 1 | 
             
            nltk==3.9.1
         | 
| 2 | 
            +
            pyinflect==0.5.1
         | 
| 3 | 
            +
            pymongo==4.13.2
         | 
| 4 | 
            +
            python-dotenv==1.1.1
         | 
| 5 | 
            +
            spacy==3.8.7
         | 
| 6 | 
            +
            structlog==25.4.0
         |