Commit Graph

90 Commits

Author SHA1 Message Date
Masen Furer
050dd3da92
pyproject.toml: bump typer to 0.9.0 (#2068) 2023-11-01 12:15:24 -07:00
Nikhil Rao
6ef86c26cf
Bump to v0.3.1 (#2062) 2023-10-30 20:46:38 -07:00
Alek Petuskey
70a6b5f2d3
Autogenerating Dependencies During Deployment (#2033) 2023-10-26 17:32:58 -07:00
Masen Furer
93f6491386
Relax wrapt dependency for tensorflow compatibility (#2001) 2023-10-24 11:03:06 -07:00
Martin Xu
07ca8fcb3b
[REF-99] Add first version of CLI for hosting service (#1810) 2023-10-21 13:09:56 -07:00
Masen Furer
cbf5b61a23
Drop python3.7 support (#2003)
* Drop python3.7 support

* poetry.lock: relock without py3.7

* Update README/CONTRIBUTING to say 3.8+
2023-10-19 22:21:29 +02:00
Nikhil Rao
b13e9c92e3
Bump to v0.2.9 (#1953) 2023-10-12 13:56:04 -07:00
Nikhil Rao
582da1ecb2
Bump to v0.2.8 (#1855) 2023-09-22 17:07:53 -07:00
Masen Furer
33ee0675d4
pyproject.toml: add packaging to dep list (#1839) 2023-09-19 16:45:19 -07:00
Masen Furer
1430075bdc
Reassign state Var when fields on a Base instance change (#1748) 2023-09-18 13:52:10 -07:00
Nikhil Rao
1938a6cc58
Add serializers for different var types (#1816) 2023-09-15 17:19:26 -07:00
Nikhil Rao
33278ed075
Bump version to 0.2.7 (#1782) 2023-09-08 12:27:53 +02:00
Thomas Brandého
63b5fbd7b0
add pyi_generator script (#1708) 2023-08-31 14:25:56 -07:00
Masen Furer
9fbc75d84a
Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00
Nikhil Rao
96a6ab95a2
Upgrade to v0.2.6 (#1669) 2023-08-23 16:29:01 -07:00
Masen Furer
6c80a0f1eb
pyproject.toml: requires python-engineio!=4.6.0 (#1663) 2023-08-22 17:07:15 -07:00
Nikhil Rao
e017f3179c
Update to v0.2.5 (#1651) 2023-08-21 15:09:47 -07:00
Nikhil Rao
0beb7a409f
Clean up config parameters (#1591) 2023-08-18 14:22:20 -07:00
Thomas Brandého
f771894077
add system infos to output when in loglevel debug (#1567) 2023-08-18 13:00:49 -07:00
Elijah Ahianyo
98fae89319
Automatic Install FNM and Node for Windows: (#1566) 2023-08-17 11:23:09 -07:00
jenisys
460800cd06
FIXED #1598: pyproject.toml: Wrong repository URL (#1602)
* CHANGED TO: https://github.com/reflex-dev/reflex
2023-08-15 23:50:52 -07:00
Nikhil Rao
6830ab40cc
Update urls to reflex.dev (#1572) 2023-08-11 17:55:03 -07:00
Nikhil Rao
5330bd01e0
Bump version to 0.2.4 (#1550) 2023-08-10 10:16:29 -07:00
Nikhil Rao
a2e1bd9d4d
Bump version to 0.2.3 (#1481) 2023-08-01 09:40:34 -07:00
Nikhil Rao
0ebe1529a6
Update version flag (#1452) 2023-07-28 12:30:39 -07:00
Nikhil Rao
d3deade107
Bump version to 0.2.2 (#1400) 2023-07-21 12:00:55 -07:00
Nikhil Rao
d1924bb4a6
Fix sitemap output dir (#1382) 2023-07-19 17:55:52 -07:00
Masen Furer
4a661a5395
reflex db migrate CLI and associated config (#1336) 2023-07-17 18:06:50 -07:00
Masen Furer
c589af84c1
pyproject.toml: bump httpx to ^0.24.0 (#1353) 2023-07-17 11:15:03 -07:00
Masen Furer
2c97c1e7ca
reflex.testing.AppHarness: tools for testing reflex apps (#1326) 2023-07-13 15:45:57 -07:00
Masen Furer
5505d10989
rx.Model: automigrate using alembic (#1321) 2023-07-12 15:47:19 -07:00
Masen Furer
e9592553c4
pyproject.toml: update homepage and documentation links (#1299)
the site has moved to reflex.dev
2023-07-05 15:50:59 -07:00
Alek Petuskey
178ef3c201
Change readme to reflex (#1289)
* Change reame to reflex

* Change reame to reflex  fix typo

* Change reame to reflex fix pr comments

* Update readme

---------

Co-authored-by: Alek Petuskey <alekpetuskey@aleks-mbp.lan>
Co-authored-by: Nikhil Rao <nikhil@pynecone.io>
2023-07-05 15:47:02 -07:00
Siddhant Goel
59c4a5e962
Replace pkg_resources with importlib (#1301)
* Install importlib_metadata for Python 3.7

* Replace pkg_resources with importlib
2023-07-05 11:10:03 -07:00
Maks Rybalchenko
71425b2077
exclude .web folder from uvicorn file sync (#1252) 2023-06-26 18:46:34 -07:00
Nikhil Rao
139ce38df1
Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
Nikhil Rao
d7aeb753d5
Update to v0.1.34 (#1217) 2023-06-19 14:54:35 -07:00
Sergei Ozeranskii
8500a8444a
Allow gunicorn timeout be set in pcconfig.py (#1193) 2023-06-15 15:24:44 -07:00
Thomas Brandého
765fac940d
update fastapi version to resolve starlette security issue (#1172) 2023-06-09 12:19:51 -07:00
Elijah Ahianyo
278222db8f
async tests to test yield functionality (#1163) 2023-06-07 11:50:27 -07:00
Christopher Terrazas
d793e7a4dd
Feat/admin dashboard (#1098) 2023-06-06 11:53:34 -07:00
Nikhil Rao
035ee79e0a
Update to v0.1.33 (#1146) 2023-06-06 11:47:49 -07:00
Nikhil Rao
f1ae27da69
Update pydantic version (#1112) 2023-05-31 19:14:24 -07:00
Elijah Ahianyo
d4d25c17d8
add support for .env configuration (#1104) 2023-05-31 17:26:03 -07:00
Nikhil Rao
9485127c1c
Handle multi-select (#1082) 2023-05-26 10:50:16 -07:00
Milo Chen
87b5378db2
set version 0.1.31 in pyproject.toml (#1054) 2023-05-18 23:26:38 -07:00
Nikhil Rao
948ec90fc4
Add pc.form component (#929) 2023-05-14 22:34:10 -07:00
Nikhil Rao
92b1e241ac
Update dependency versions (#1007) 2023-05-12 00:09:58 -07:00
Thomas Brandého
d232a98898
Add test coverage (#1004) 2023-05-11 17:02:08 -07:00
PeterYusuke
3b88e7c329
[Fix 477] Use jinja2 for templating (#915) 2023-05-09 14:34:47 -07:00