diff --git a/packages/core/poetry.lock b/packages/core/poetry.lock index 775dcec..f3c5f68 100644 --- a/packages/core/poetry.lock +++ b/packages/core/poetry.lock @@ -759,7 +759,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\"", dev = "sys_platform == \"win32\""} +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\"", dev = "sys_platform == \"win32\""} [[package]] name = "confection" @@ -1160,7 +1160,7 @@ files = [ google-api-core = {version = ">=1.34.1,<2.0.dev0 || >=2.11.dev0,<3.0.0.dev0", extras = ["grpc"]} google-auth = ">=2.14.1,<2.24.0 || >2.24.0,<2.25.0 || >2.25.0,<3.0.0.dev0" proto-plus = [ - {version = ">=1.22.3,<2.0.0.dev0", markers = "python_version < \"3.13\""}, + {version = ">=1.22.3,<2.0.0.dev0"}, {version = ">=1.25.0,<2.0.0.dev0", markers = "python_version >= \"3.13\""}, ] protobuf = ">=3.20.2,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" @@ -1212,7 +1212,7 @@ googleapis-common-protos = ">=1.63.2,<2.0.0" grpcio = {version = ">=1.49.1,<2.0.0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\" and python_version < \"3.14\""} grpcio-status = {version = ">=1.49.1,<2.0.0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""} proto-plus = [ - {version = ">=1.22.3,<2.0.0"}, + {version = ">=1.22.3,<2.0.0", markers = "python_version < \"3.13\""}, {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, ] protobuf = ">=4.25.8,<8.0.0" @@ -2653,7 +2653,7 @@ files = [ {file = "packaging-26.2-py3-none-any.whl", hash = "sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e"}, {file = "packaging-26.2.tar.gz", hash = "sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661"}, ] -markers = {main = "extra == \"presidio\" or extra == \"celery\""} +markers = {main = "extra == \"celery\" or extra == \"presidio\""} [[package]] name = "pathspec" @@ -2828,7 +2828,7 @@ description = "Presidio Analyzer package" optional = true python-versions = "<4.0,>=3.9" groups = ["main"] -markers = "python_version >= \"3.14\" and extra == \"presidio\"" +markers = "extra == \"presidio\"" files = [ {file = "presidio_analyzer-2.2.359-py3-none-any.whl", hash = "sha256:5f9a71ce5e484b1d9fd10a3f40ba37cb311deeb7cc25c3a87c0ba36b468ee26d"}, ] @@ -2847,35 +2847,6 @@ server = ["flask (>=1.1)", "gunicorn"] stanza = ["stanza (>=1.10.1,<2.0.0)"] transformers = ["accelerate", "huggingface_hub", "spacy_huggingface_pipelines", "transformers"] -[[package]] -name = "presidio-analyzer" -version = "2.2.362" -description = "Presidio Analyzer package" -optional = true -python-versions = "<3.14,>=3.10" -groups = ["main"] -markers = "python_version <= \"3.13\" and extra == \"presidio\"" -files = [ - {file = "presidio_analyzer-2.2.362-py3-none-any.whl", hash = "sha256:4c36438924b1fcb4df92ea5cf2d8dc57508808e116b10923c983b8732aa07d90"}, -] - -[package.dependencies] -phonenumbers = ">=8.12,<10.0.0" -pydantic = ">=2.0.0,<3.0.0" -pyyaml = "*" -regex = "*" -spacy = ">=3.4.4,<3.7.0 || >3.7.0" -tldextract = "*" - -[package.extras] -ahds = ["azure-health-deidentification (>=1.1.0b1,<2.0.0)", "azure-identity (>=1.23.0,<2.0.0)"] -azure-ai-language = ["azure-ai-textanalytics", "azure-core"] -gliner = ["gliner (>=0.2.13,<1.0.0)", "huggingface_hub", "onnxruntime (>=1.19) ; python_version > \"3.10\"", "onnxruntime (>=1.19,<1.24.1) ; python_version == \"3.10\"", "transformers"] -langextract = ["azure-identity (>=1.18.0)", "jinja2 (>=3.0.0)", "langextract (>=1.0.0)", "more-itertools (>=10.0.0)", "openai (>=1.50.0)"] -server = ["flask (>=1.1)", "gunicorn ; platform_system != \"Windows\"", "waitress ; platform_system == \"Windows\""] -stanza = ["stanza (>=1.10.1,<2.0.0)"] -transformers = ["accelerate", "huggingface_hub", "spacy_huggingface_pipelines", "transformers"] - [[package]] name = "prompt-toolkit" version = "3.0.52" @@ -3288,14 +3259,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.27" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, - {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, + {file = "python_multipart-0.0.27-py3-none-any.whl", hash = "sha256:6fccfad17a27334bd0193681b369f476eda3409f17381a2d65aa7df3f7275645"}, + {file = "python_multipart-0.0.27.tar.gz", hash = "sha256:9870a6a8c5a20a5bf4f07c017bd1489006ff8836cff097b6933355ee2b49b602"}, ] [[package]] @@ -5142,4 +5113,4 @@ presidio = ["presidio-analyzer"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "5c942c7969b9eb082a17bbf345c6245a5dbde920e75cddbae9737fa1e34eb715" +content-hash = "fa1f53298646b96dcbd3d109969f931ccf9b92c0808a7102ce482f8a6263cda8" diff --git a/packages/core/pyproject.toml b/packages/core/pyproject.toml index 08fbbac..cbdb0a7 100644 --- a/packages/core/pyproject.toml +++ b/packages/core/pyproject.toml @@ -17,7 +17,7 @@ google-generativeai = "^0.8.3" # Web framework fastapi = "^0.115.0" uvicorn = {extras = ["standard"], version = "^0.32.0"} -python-multipart = "^0.0.12" +python-multipart = ">=0.0.12,<0.0.28" websockets = "^13.1" httpx = "^0.27.2"