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

Staging #84

Merged
merged 16 commits into from
Nov 2, 2022
Merged

Staging #84

merged 16 commits into from
Nov 2, 2022

Conversation

jsstevenson
Copy link
Member

No description provided.

Pipfile Outdated
Comment on lines 26 to 28
requests = "*"
typing-extensions = "*"
bioversions = "*"
Copy link
Member

Choose a reason for hiding this comment

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

Should these all be in dev packages? I'm also not sure if typing-extensions is needed.

Copy link
Member

Choose a reason for hiding this comment

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

Also, do you wanna bump the disease version to 0.2.16

setup.cfg Outdated
boto3
requests
typing-extensions
ga4gh.vrsatile.pydantic >= 0.1.dev3
Copy link
Member

Choose a reason for hiding this comment

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

It's in above

Suggested change
ga4gh.vrsatile.pydantic >= 0.1.dev3

setup.cfg Outdated
@@ -35,6 +35,20 @@ dev =
click
owlready2
rdflib
boto3
Copy link
Member

Choose a reason for hiding this comment

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

It's in above

Suggested change
boto3

Pipfile Outdated
@@ -23,4 +23,7 @@ pydantic = "*"
fastapi = ">=0.72.0"
uvicorn = "*"
boto3 = "*"
requests = "*"
Copy link
Member

Choose a reason for hiding this comment

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

Can we also move click to required packages here and in setup.cfg? This was a mistake on my part. 🤦‍♀️

Copy link
Member

@korikuzma korikuzma left a comment

Choose a reason for hiding this comment

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

@jsstevenson there's still some unresolved suggestions, like the boto3 in both dev + required packages in setup.cfg. I don't think they need to be in both, but let me know if I'm wrong

build: use latest version of ga4gh.vrsatile.pydantic
@korikuzma
Copy link
Member

@jsstevenson ugh I didn't think about my merge affecting your PR. ga4gh.vrsatile.pydantic needs to pin 0.0.11 again. Sorry 😭

@@ -1,2 +1,2 @@
"""Disease normalizer version"""
__version__ = "0.2.15"
__version__ = "0.3.0"
Copy link
Member

Choose a reason for hiding this comment

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

0.2.16

@@ -5,7 +5,7 @@
from enum import Enum, IntEnum
from pydantic import BaseModel, StrictBool
from datetime import datetime
from ga4gh.vrsatile.pydantic.vrsatile_models import ValueObjectDescriptor
from ga4gh.vrsatile.pydantic.vrsatile_models import DiseaseDescriptor
Copy link
Member

Choose a reason for hiding this comment

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

Change back to ValueObjectDescriptor. Will need to do this in the other places (tests I believe)

setup.cfg Outdated Show resolved Hide resolved
Pipfile Outdated Show resolved Hide resolved
jsstevenson and others added 3 commits November 1, 2022 13:14
Co-authored-by: Kori Kuzma <42851808+korikuzma@users.noreply.github.com>
Co-authored-by: Kori Kuzma <42851808+korikuzma@users.noreply.github.com>
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.

None yet

2 participants