Skip to content

Commit

Permalink
updating dependencies and major version
Browse files Browse the repository at this point in the history
  • Loading branch information
benboger committed Sep 22, 2023
1 parent c3daad0 commit 884b9ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages


BASE_VERSION = '2.0'
BASE_VERSION = '3.0'
SOURCE_DIR = os.path.dirname(
os.path.abspath(__file__)
)
Expand Down Expand Up @@ -76,13 +76,12 @@ def get_version():
platforms=['Any'],
packages=find_packages(exclude=('*test*',)),
zip_safe=False,
install_requires=(
install_requires=[
# SQLAlchemy 2+ is not yet submitted
'sqlalchemy<2',
),
extras_require={
'pydantic': ['pydantic>2'],
},
# now using features only found in pydantic 2+
'pydantic>2',
],
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 884b9ab

Please sign in to comment.