Skip to content
Snippets Groups Projects
Commit 56af47dc authored by Leximpact socio-fiscal API CI's avatar Leximpact socio-fiscal API CI
Browse files

0.1.356

openfisca-france-reforms@1.0.304
parent a3463472
No related branches found
No related tags found
No related merge requests found
Pipeline #18846 passed
# This file is automatically @generated by Poetry 2.0.0 and should not be changed by hand. # This file is automatically @generated by Poetry 2.0.1 and should not be changed by hand.
[[package]] [[package]]
name = "annotated-types" name = "annotated-types"
...@@ -125,7 +125,7 @@ files = [ ...@@ -125,7 +125,7 @@ files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
] ]
markers = {main = "(platform_system == \"Windows\" or sys_platform == \"win32\") and (python_version <= \"3.11\" or python_version >= \"3.12\")", dev = "(python_version <= \"3.11\" or python_version >= \"3.12\") and platform_system == \"Windows\""} markers = {main = "python_version <= \"3.11\" and platform_system == \"Windows\" or python_version <= \"3.11\" and sys_platform == \"win32\" or python_version >= \"3.12\" and platform_system == \"Windows\" or python_version >= \"3.12\" and sys_platform == \"win32\"", dev = "python_version <= \"3.11\" and platform_system == \"Windows\" or python_version >= \"3.12\" and platform_system == \"Windows\""}
[[package]] [[package]]
name = "dpath" name = "dpath"
...@@ -612,7 +612,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2. ...@@ -612,7 +612,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2.
[[package]] [[package]]
name = "openfisca-france" name = "openfisca-france"
version = "169.14.3" version = "169.14.6"
description = "OpenFisca Rules as Code model for France." description = "OpenFisca Rules as Code model for France."
optional = false optional = false
python-versions = ">= 3.9" python-versions = ">= 3.9"
...@@ -636,7 +636,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"] ...@@ -636,7 +636,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"]
type = "git" type = "git"
url = "https://github.com/openfisca/openfisca-france.git" url = "https://github.com/openfisca/openfisca-france.git"
reference = "wip-leximpact" reference = "wip-leximpact"
resolved_reference = "57fca4bf78559a99ee40e80c17e05a32a8653237" resolved_reference = "df5281a32ad4d5a8ffe22f03ed43ee8c8c0f7657"
[[package]] [[package]]
name = "OpenFisca-France-Indirect-Taxation" name = "OpenFisca-France-Indirect-Taxation"
...@@ -683,7 +683,7 @@ openfisca-france-with-indirect-taxation = {git = "https://git.leximpact.dev/lexi ...@@ -683,7 +683,7 @@ openfisca-france-with-indirect-taxation = {git = "https://git.leximpact.dev/lexi
type = "git" type = "git"
url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git" url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git"
reference = "HEAD" reference = "HEAD"
resolved_reference = "92e02e107cccb1bf19b68c1754a51080480c1eb9" resolved_reference = "025ad7fc67e739ff9b4dc01ee239b58fa0704c8e"
[[package]] [[package]]
name = "openfisca-france-with-indirect-taxation" name = "openfisca-france-with-indirect-taxation"
...@@ -704,7 +704,7 @@ openfisca-france-indirect-taxation = {git = "https://github.com/openfisca/openfi ...@@ -704,7 +704,7 @@ openfisca-france-indirect-taxation = {git = "https://github.com/openfisca/openfi
type = "git" type = "git"
url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git" url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git"
reference = "HEAD" reference = "HEAD"
resolved_reference = "10bf51ea292cb86e6f9155c3edb2739f01cfa1af" resolved_reference = "1e17d272ef2a4bd342747633629db67518774294"
[[package]] [[package]]
name = "packaging" name = "packaging"
...@@ -1001,15 +1001,15 @@ files = [ ...@@ -1001,15 +1001,15 @@ files = [
[[package]] [[package]]
name = "pydantic" name = "pydantic"
version = "2.10.4" version = "2.10.5"
description = "Data validation using Python type hints" description = "Data validation using Python type hints"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["main"] groups = ["main"]
markers = "python_version <= \"3.11\" or python_version >= \"3.12\"" markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
files = [ files = [
{file = "pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d"}, {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"},
{file = "pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06"}, {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"},
] ]
[package.dependencies] [package.dependencies]
......
[tool.poetry] [tool.poetry]
name = "leximpact-socio-fiscal-api" name = "leximpact-socio-fiscal-api"
version = "0.1.355" version = "0.1.356"
description = "_HTTP + WebSocket API for OpenFisca" description = "_HTTP + WebSocket API for OpenFisca"
license = "AGPL-3.0" license = "AGPL-3.0"
authors = ["Emmanuel Raviart <emmanuel@raviart.com>"] authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment