Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aiohttp versions #231

Merged
merged 2 commits into from
Jun 18, 2021
Merged

Bump aiohttp versions #231

merged 2 commits into from
Jun 18, 2021

Conversation

adamruzicka
Copy link
Contributor

@adamruzicka adamruzicka commented Jun 11, 2021

Will need to be cherry-picked into to 0.6 branch

Addresses #230

@adamruzicka
Copy link
Contributor Author

$ poetry install
Installing dependencies from lock file
Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.

[RuntimeError]
Unable to retrieve the package version for /tmp/pypoetry-git-receptor658yw2jj

$ poetry update
Updating dependencies
Resolving dependencies... (3.4s)

[RuntimeError]
Unable to retrieve the package version for /tmp/pypoetry-git-receptorv259_6n7

What am I doing wrong?

pyproject.toml Outdated
@@ -11,7 +11,7 @@ repository = "https://github.com/project-receptor/receptor"
version = "1.0.0"

[tool.poetry.dependencies]
aiohttp = "^3.6.2"
aiohttp = ">= 3.6.2, < 4.0"
prometheus_client = "^0.7.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To solve my pains, this also needs to allow 0.8.z.

pyproject.toml Outdated
@@ -30,7 +30,7 @@ receptor-affinity = { git = "https://github.com/project-receptor/affinity.git" }
tox = "^3.14.5"
yamllint = "^1.20.0"
black = "^19.10b0"
psutil = "^5.7.0"
psutil = "~5.7.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the pulp3 usecase, we don't care about dev-deps

@evgeni
Copy link

evgeni commented Jun 17, 2021

and to close out the "Unable to retrieve the package version for /tmp/pypoetry-git-receptor658yw2jj" issue: this is because receptor refers to affinity and affinity refers to receptor and this seems to confuse the hell out of poetry

@matburt matburt merged commit 0eb9f0e into project-receptor:devel Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants