Arun Babu Neelicattu
Arun Babu Neelicattu
Here is a test case that reproduces the issue. ```py def test_string_output_order_is_preserved_for_out_of_order_tables_with_insert_after(): content_upper = """ [tool.poetry] name = "foo" [tool.poetry.dependencies] python = "^3.6" """ content_lower = """ [build-system] requires =...
@frostming any chance I can get a pointer on where to fix this? Happy to do the leg work.
@jkhelil you are correct in assessing the root cause of this issue to be the request session implementation as this is what the standard consul agent's `HttpClient` uses under the...
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
@dependabot rebase
Don't think this is the correct spot for handling an input validation from the poetry cli. This should be handled at https://github.com/python-poetry/poetry/blob/d08c75afcc097b3b6a73c704f64f7cebbc2765c1/src/poetry/console/application.py#L123-L131